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-03-12T21:20:33.631Z",
"source_platform": "PropertyWebScraper",
"listings": [
{
"reference": "18133826",
"import_url": "https://www.onthemarket.com/details/18133826/",
"import_host_slug": "uk_onthemarket",
"price_string": "£150,000",
"price_float": 150000,
"currency": "GBP",
"price_cents": 15000000,
"price_currency": "GBP",
"title": "Holliday Street, Birmingham B1 1 bed flat for sale - £150,000",
"description": "Our latest listing is a 1 bedroom flat located in Birmingham. With spacious room, good condition and prime location, this is the perfect opportunity for First Time Buyer.\rThis well-kept home features 1 bedroom, lounge, kitchen and bathroom.\rIf you are interested, please call us.\rWe are committed to facilitating a smooth transaction process between buyer and seller. To allow for maximum commitment to the sale from both parties, a Buyers Premium will apply in order to secure a property.",
"locale_code": "en",
"area_unit": "sqft",
"plot_area": 0,
"constructed_area": 0,
"year_construction": 0,
"count_bedrooms": 1,
"count_bathrooms": 1,
"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": true,
"for_rent": false,
"address_string": "Holliday Street, Birmingham B1",
"street_number": "",
"street_name": "",
"street_address": "",
"postal_code": "",
"province": "",
"city": "",
"region": "",
"country": "UK",
"latitude": 52.476838,
"longitude": -1.90621,
"main_image_url": "https://media.onthemarket.com/properties/18133826/1588094629/image-0-1024x1024.jpg",
"image_urls": [
{
"url": "https://media.onthemarket.com/properties/18133826/1588094629/image-0-1024x1024.jpg"
},
{
"url": "https://media.onthemarket.com/properties/18133826/1588094629/image-1-1024x1024.jpg"
},
{
"url": "https://media.onthemarket.com/properties/18133826/1588094629/image-2-1024x1024.jpg"
},
{
"url": "https://media.onthemarket.com/properties/18133826/1588094629/image-3-1024x1024.jpg"
},
{
"url": "https://media.onthemarket.com/properties/18133826/1588094629/image-4-1024x1024.jpg"
},
{
"url": "https://media.onthemarket.com/properties/18133826/1588094629/image-5-1024x1024.jpg"
},
{
"url": "https://media.onthemarket.com/properties/18133826/1588094629/image-6-1024x1024.jpg"
},
{
"url": "https://media.onthemarket.com/properties/18133826/1588094629/image-7-1024x1024.jpg"
},
{
"url": "https://media.onthemarket.com/pr Truncated — showing 3,000 of 5,580 chars
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 18133826,"Holliday Street, Birmingham B1 1 bed flat for sale - £150,000",150000,GBP,1,1,0,,UK,52.476838,-1.90621,https://media.onthemarket.com/properties/18133826/1588094629/image-0-1024x1024.jpg,Flat,https://www.onthemarket.com/details/18133826/,2026-02-21T14:35:00.013Z
GeoJSON format for mapping applications and GIS tools
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-1.90621,
52.476838
]
},
"properties": {
"reference": "18133826",
"title": "Holliday Street, Birmingham B1 1 bed flat for sale - £150,000",
"price_float": 150000,
"currency": "GBP",
"bedrooms": 1,
"bathrooms": 1,
"area": 0,
"area_unit": "sqft",
"city": "",
"address": "Holliday Street, Birmingham B1",
"country": "UK",
"main_image_url": "https://media.onthemarket.com/properties/18133826/1588094629/image-0-1024x1024.jpg",
"source_url": "https://www.onthemarket.com/details/18133826/",
"source_portal": "uk_onthemarket",
"scraped_date": "2026-02-21T14:35:00.013Z",
"for_sale": true,
"for_rent": false,
"furnished": false,
"property_type": "Flat",
"tenure": "Leasehold"
}
}
]
} 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-03-12T21:20:33.631Z">
<Listing>
<ListingKey>18133826</ListingKey>
<OriginalListingURL>https://www.onthemarket.com/details/18133826/</OriginalListingURL>
<SourceSystem>uk_onthemarket</SourceSystem>
<ListPriceDisplay>£150,000</ListPriceDisplay>
<ListPrice>150000</ListPrice>
<CurrencyCode>GBP</CurrencyCode>
<ListPriceCents>15000000</ListPriceCents>
<CurrencyCode>GBP</CurrencyCode>
<ListingTitle>Holliday Street, Birmingham B1 1 bed flat for sale - £150,000</ListingTitle>
<PublicRemarks>Our latest listing is a 1 bedroom flat located in Birmingham. With spacious room, good condition and prime location, this is the perfect opportunity for First Time Buyer.
This well-kept home features 1 bedroom, lounge, kitchen and bathroom.
If you are interested, please call us.
We are committed to facilitating a smooth transaction process between buyer and seller. To allow for maximum commitment to the sale from both parties, a Buyers Premium will apply in order to secure a property.</PublicRemarks>
<ListingLanguage>en</ListingLanguage>
<LivingAreaUnits>sqft</LivingAreaUnits>
<BedroomsTotal>1</BedroomsTotal>
<BathroomsTotalInteger>1</BathroomsTotalInteger>
<ForRentShortTerm>true</ForRentShortTerm>
<ForSale>true</ForSale>
<UnparsedAddress>Holliday Street, Birmingham B1</UnparsedAddress>
<Country>UK</Country>
<Latitude>52.476838</Latitude>
<Longitude>-1.90621</Longitude>
<MediaURL>https://media.onthemarket.com/properties/18133826/1588094629/image-0-1024x1024.jpg</MediaURL>
<ImageUrls>[{"url":"https://media.onthemarket.com/properties/18133826/1588094629/image-0-1024x1024.jpg"},{"url":"https://media.onthemarket.com/properties/18133826/1588094629/image-1-1024x1024.jpg"},{"url":"https://media.onthemarket.com/properties/18133826/1588094629/image-2-1024x1024.jpg"},{"url":"https://media.onthemarket.com/properties/18133826/1588094629/image-3-1024x1024.jpg"},{"url":"https://media.onthemarket.com/properties/18133826/1588094629/image-4-1024x1024.jpg"},{"url":"https://media.onthemarket.com/properties/18133826/1588094629/image-5-1024x1024.jpg"},{"url":"https://media.onthemarket.com/properties/18133826/1588094629/image-6-1024x1024.jpg"},{"url":"https://media.onthemarket.com/properties/18133826/1588094629/image-7-1024x1024.jpg"},{"url":"https://media.onthemarket.com/properties/18133826/1588094629/image-8-1024x1024.jpg"},{"url":"https://media.onthemarket.com/properties/18133826/1588094629/image-9-1024x1024.jpg"},{"url":"https://media.onthemarket.com/properties/18133826/1588094629/image-10-1024x1024.jpg"},{"url":"https://media.onthemarket.com/properties/18 Truncated — showing 3,000 of 7,279 chars
JSON-LD format for SEO and semantic web integration
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "RealEstateListing",
"@id": "https://www.onthemarket.com/details/18133826/",
"name": "Holliday Street, Birmingham B1 1 bed flat for sale - £150,000",
"description": "Our latest listing is a 1 bedroom flat located in Birmingham. With spacious room, good condition and prime location, this is the perfect opportunity for First Time Buyer.\rThis well-kept home features 1 bedroom, lounge, kitchen and bathroom.\rIf you are interested, please call us.\rWe are committed to facilitating a smooth transaction process between buyer and seller. To allow for maximum commitment to the sale from both parties, a Buyers Premium will apply in order to secure a property.",
"url": "https://www.onthemarket.com/details/18133826/",
"inLanguage": "en",
"offers": {
"@type": "Offer",
"price": 150000,
"priceCurrency": "GBP",
"availability": "https://schema.org/InStock"
},
"about": {
"@type": "Apartment",
"address": {
"@type": "PostalAddress",
"addressCountry": "UK"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 52.476838,
"longitude": -1.90621
},
"numberOfBedrooms": 1,
"numberOfBathroomsTotal": 1
},
"image": [
"https://media.onthemarket.com/properties/18133826/1588094629/image-0-1024x1024.jpg",
"https://media.onthemarket.com/properties/18133826/1588094629/image-1-1024x1024.jpg",
"https://media.onthemarket.com/properties/18133826/1588094629/image-2-1024x1024.jpg",
"https://media.onthemarket.com/properties/18133826/1588094629/image-3-1024x1024.jpg",
"https://media.onthemarket.com/properties/18133826/1588094629/image-4-1024x1024.jpg",
"https://media.onthemarket.com/properties/18133826/1588094629/image-5-1024x1024.jpg",
"https://media.onthemarket.com/properties/18133826/1588094629/image-6-1024x1024.jpg",
"https://media.onthemarket.com/properties/18133826/1588094629/image-7-1024x1024.jpg",
"https://media.onthemarket.com/properties/18133826/1588094629/image-8-1024x1024.jpg",
"https://media.onthemarket.com/properties/18133826/1588094629/image-9-1024x1024.jpg",
"https://media.onthemarket.com/properties/18133826/1588094629/image-10-1024x1024.jpg",
"https://media.onthemarket.com/properties/18133826/1588094629/image-11-1024x1024.jpg",
"https://media.onthemarket.com/properties/18133826/1588094629/image-12-1024x1024.jpg",
"https://media.onthemarket.com/properties/18133826/1588094629/image-13-1024x1024.jpg",
"https://media.onthemarket.com/properties/18133826/1588094629/image-14-1024x1024.jpg",
"https://media.onthemarket.com/properties/18133826/1588094629/image-15-1024x1024.jpg",
"https://media.onthemarket.com/properties/18133826/1588094629/image-16-1024x1024.jpg",
"https://medi Truncated — showing 3,000 of 3,424 chars
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# 18133826^^^^^^^Holliday Street, Birmingham B1^UK^Flat^^Holliday Street, Birmingham B1 1 bed flat for sale - £150,000^Our latest listing is a 1 bedroom flat located in Birmingham. With spacious room, good condition and prime location, this is the perfect opportunity for First Time Buyer. This well-kept home features 1 bedroom, lounge, kitchen and bathroom. If you are interested, please call us. We are committed to facilitating a smooth transaction process between buyer and seller. To allow for maximum commitment to the sale from both parties, a Buyers Premium will apply in order to secure a property.^150000^£150,000^^GBP^1^^Leasehold^1^1^^^^sqft^^^^^^^^^^52.476838^-1.90621^https://www.onthemarket.com/details/18133826/^Vacant property^Shared Private Parking^Likely to attract enquiries from Serious Investors & Developers^INVESTMENT POTENTIAL DETAILED BELOW (Let Property Pack)^Investment Opportunity^^^^^^https://media.onthemarket.com/properties/18133826/1588094629/image-0-1024x1024.jpg^https://media.onthemarket.com/properties/18133826/1588094629/image-1-1024x1024.jpg^https://media.onthemarket.com/properties/18133826/1588094629/image-2-1024x1024.jpg^https://media.onthemarket.com/properties/18133826/1588094629/image-3-1024x1024.jpg^https://media.onthemarket.com/properties/18133826/1588094629/image-4-1024x1024.jpg^https://media.onthemarket.com/properties/18133826/1588094629/image-5-1024x1024.jpg^https://media.onthemarket.com/properties/18133826/1588094629/image-6-1024x1024.jpg^https://media.onthemarket.com/properties/18133826/1588094629/image-7-1024x1024.jpg^https://media.onthemarket.com/properties/18133826/1588094629/image-8-1024x1024.jpg^https://media.onthemarket.com/properties/18133826/1588094629/image-9-1024x1024.jpg^^^~ #END#
Kyero XML format for Spanish property market
<?xml version="1.0" encoding="UTF-8"?>
<root>
<property>
<ref>18133826</ref>
<url>https://www.onthemarket.com/details/18133826/</url>
<price>150000</price>
<currency>GBP</currency>
<type>apartment</type>
<beds>1</beds>
<baths>1</baths>
<location>
<country>UK</country>
<detail>Holliday Street, Birmingham B1</detail>
<latitude>52.476838</latitude>
<longitude>-1.90621</longitude>
</location>
<title>
<en>Holliday Street, Birmingham B1 1 bed flat for sale - £150,000</en>
</title>
<desc>
<en>Our latest listing is a 1 bedroom flat located in Birmingham. With spacious room, good condition and prime location, this is the perfect opportunity for First Time Buyer.
This well-kept home features 1 bedroom, lounge, kitchen and bathroom.
If you are interested, please call us.
We are committed to facilitating a smooth transaction process between buyer and seller. To allow for maximum commitment to the sale from both parties, a Buyers Premium will apply in order to secure a property.</en>
</desc>
<images>
<image><url>https://media.onthemarket.com/properties/18133826/1588094629/image-0-1024x1024.jpg</url></image>
<image><url>https://media.onthemarket.com/properties/18133826/1588094629/image-1-1024x1024.jpg</url></image>
<image><url>https://media.onthemarket.com/properties/18133826/1588094629/image-2-1024x1024.jpg</url></image>
<image><url>https://media.onthemarket.com/properties/18133826/1588094629/image-3-1024x1024.jpg</url></image>
<image><url>https://media.onthemarket.com/properties/18133826/1588094629/image-4-1024x1024.jpg</url></image>
<image><url>https://media.onthemarket.com/properties/18133826/1588094629/image-5-1024x1024.jpg</url></image>
<image><url>https://media.onthemarket.com/properties/18133826/1588094629/image-6-1024x1024.jpg</url></image>
<image><url>https://media.onthemarket.com/properties/18133826/1588094629/image-7-1024x1024.jpg</url></image>
<image><url>https://media.onthemarket.com/properties/18133826/1588094629/image-8-1024x1024.jpg</url></image>
<image><url>https://media.onthemarket.com/properties/18133826/1588094629/image-9-1024x1024.jpg</url></image>
<image><url>https://media.onthemarket.com/properties/18133826/1588094629/image-10-1024x1024.jpg</url></image>
<image><url>https://media.onthemarket.com/properties/18133826/1588094629/image-11-1024x1024.jpg</url></image>
<image><url>https://media.onthemarket.com/properties/18133826/1588094629/image-12-1024x1024.jpg</url></image>
<image><url>https://media.onthemarket.com/properties/18133826/1588094629/image-13-1024x1024.jpg</url></image>
<image><url>https://media.onthemarket.com/properties/18133826/1588094629/image-14-1024x1024.jpg</url></image>
<image><url>https://media.onthemarket.com/properties/18133826/1588094629/image-15-1024x1024.jpg</url></image>
<image><url>https://media.onthemarket.com/propertie Truncated — showing 3,000 of 3,901 chars
RESO Web API JSON format for US/Canadian MLS
{
"@odata.context": "https://api.reso.org/Property",
"@odata.count": 1,
"value": [
{
"ListingKey": "18133826",
"OriginalListingURL": "https://www.onthemarket.com/details/18133826/",
"SourceSystem": "uk_onthemarket",
"ListPriceDisplay": "£150,000",
"ListPrice": 150000,
"CurrencyCode": "GBP",
"ListPriceCents": 15000000,
"ListingTitle": "Holliday Street, Birmingham B1 1 bed flat for sale - £150,000",
"PublicRemarks": "Our latest listing is a 1 bedroom flat located in Birmingham. With spacious room, good condition and prime location, this is the perfect opportunity for First Time Buyer.\rThis well-kept home features 1 bedroom, lounge, kitchen and bathroom.\rIf you are interested, please call us.\rWe are committed to facilitating a smooth transaction process between buyer and seller. To allow for maximum commitment to the sale from both parties, a Buyers Premium will apply in order to secure a property.",
"ListingLanguage": "en",
"LivingAreaUnits": "sqft",
"BedroomsTotal": 1,
"BathroomsTotalInteger": 1,
"ForSale": "true",
"UnparsedAddress": "Holliday Street, Birmingham B1",
"Country": "UK",
"Latitude": 52.476838,
"Longitude": -1.90621,
"PropertyType": "Flat",
"Tenure": "Leasehold",
"Media": [
{
"MediaURL": "https://media.onthemarket.com/properties/18133826/1588094629/image-0-1024x1024.jpg",
"MediaCategory": "Photo",
"Order": 1
},
{
"MediaURL": "https://media.onthemarket.com/properties/18133826/1588094629/image-1-1024x1024.jpg",
"MediaCategory": "Photo",
"Order": 2
},
{
"MediaURL": "https://media.onthemarket.com/properties/18133826/1588094629/image-2-1024x1024.jpg",
"MediaCategory": "Photo",
"Order": 3
},
{
"MediaURL": "https://media.onthemarket.com/properties/18133826/1588094629/image-3-1024x1024.jpg",
"MediaCategory": "Photo",
"Order": 4
},
{
"MediaURL": "https://media.onthemarket.com/properties/18133826/1588094629/image-4-1024x1024.jpg",
"MediaCategory": "Photo",
"Order": 5
},
{
"MediaURL": "https://media.onthemarket.com/properties/18133826/1588094629/image-5-1024x1024.jpg",
"MediaCategory": "Photo",
"Order": 6
},
{
"MediaURL": "https://media.onthemarket.com/properties/18133826/1588094629/image-6-1024x1024.jpg",
"MediaCategory": "Photo",
"Order": 7
},
{
"MediaURL": "https://media.onthemarket.com/properties/18133826/1588094629/image-7-1024x1024.jpg",
"MediaCategory": "Photo",
"Order": 8
},
{
"MediaURL": "https://media.onthemarket.com/properties/18133826/1588094629/image-8-1024x1024.jpg",
"MediaCategory": "Photo",
"Orde Truncated — showing 3,000 of 5,506 chars