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-04-04T12:04:34.350Z",
"source_platform": "PropertyWebScraper",
"listings": [
{
"reference": "6530254918",
"import_url": "https://www.realtor.com/realestateandhomes-detail/7-Springwood-Sq_Port-Orange_FL_32129_M65302-54918",
"import_host_slug": "us_realtor",
"price_string": "159900",
"price_float": 159900,
"currency": "USD",
"price_cents": 15990000,
"price_currency": "USD",
"title": "7 Springwood Sq",
"description": "View 10 photos for 7 Springwood Sq, Port Orange, FL 32129, a 2 bed, 1.5 bath, 1,242 Sq. Ft. single family home built in 1983 that was last sold on 12/30/2021.",
"locale_code": "",
"area_unit": "sqft",
"plot_area": 0,
"constructed_area": 1242,
"year_construction": 0,
"count_bedrooms": 2,
"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": false,
"for_rent": false,
"address_string": "7 Springwood Sq",
"street_number": "",
"street_name": "",
"street_address": "",
"postal_code": "32129",
"province": "",
"city": "Port Orange",
"region": "FL",
"country": "USA",
"latitude": 29.13939,
"longitude": -81.009913,
"main_image_url": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1131530781s.jpg",
"image_urls": [
{
"url": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1131530781s.jpg"
},
{
"url": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1126656600s.jpg"
},
{
"url": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1339735188s.jpg"
},
{
"url": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m2941217845s.jpg"
},
{
"url": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1776413872s.jpg"
},
{
"url": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1887958034s.jpg"
},
{
"url": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1311761168s.jpg"
},
{
"url": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m2405915837s.jpg"
},
{
"url": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1748209346s.jpg"
},
{
"url": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m4059943168s.jpg"
}
],
"related_urls": [],
"features": [],
"last_retrieved_at": "2026-02-21T23:27:04.639Z",
"deleted_at": null,
"active_from": null,
"available_to_rent_from": null,
"available_to_rent_till": null,
" Truncated — showing 3,000 of 3,530 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 6530254918,7 Springwood Sq,159900,USD,2,1,1242,Port Orange,USA,29.13939,-81.009913,https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1131530781s.jpg,null,https://www.realtor.com/realestateandhomes-detail/7-Springwood-Sq_Port-Orange_FL_32129_M65302-54918,2026-02-21T23:27:04.639Z
GeoJSON format for mapping applications and GIS tools
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.009913,
29.13939
]
},
"properties": {
"reference": "6530254918",
"title": "7 Springwood Sq",
"price_float": 159900,
"currency": "USD",
"bedrooms": 2,
"bathrooms": 1,
"area": 1242,
"area_unit": "sqft",
"city": "Port Orange",
"address": "7 Springwood Sq",
"country": "USA",
"main_image_url": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1131530781s.jpg",
"source_url": "https://www.realtor.com/realestateandhomes-detail/7-Springwood-Sq_Port-Orange_FL_32129_M65302-54918",
"source_portal": "us_realtor",
"scraped_date": "2026-02-21T23:27:04.639Z",
"for_sale": false,
"for_rent": false,
"furnished": false,
"property_type": "null"
}
}
]
} 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-04-04T12:04:34.350Z">
<Listing>
<ListingKey>6530254918</ListingKey>
<OriginalListingURL>https://www.realtor.com/realestateandhomes-detail/7-Springwood-Sq_Port-Orange_FL_32129_M65302-54918</OriginalListingURL>
<SourceSystem>us_realtor</SourceSystem>
<ListPriceDisplay>159900</ListPriceDisplay>
<ListPrice>159900</ListPrice>
<CurrencyCode>USD</CurrencyCode>
<ListPriceCents>15990000</ListPriceCents>
<CurrencyCode>USD</CurrencyCode>
<ListingTitle>7 Springwood Sq</ListingTitle>
<PublicRemarks>View 10 photos for 7 Springwood Sq, Port Orange, FL 32129, a 2 bed, 1.5 bath, 1,242 Sq. Ft. single family home built in 1983 that was last sold on 12/30/2021.</PublicRemarks>
<LivingAreaUnits>sqft</LivingAreaUnits>
<LivingArea>1242</LivingArea>
<BedroomsTotal>2</BedroomsTotal>
<BathroomsTotalInteger>1</BathroomsTotalInteger>
<ForRentShortTerm>true</ForRentShortTerm>
<UnparsedAddress>7 Springwood Sq</UnparsedAddress>
<PostalCode>32129</PostalCode>
<City>Port Orange</City>
<CountyOrParish>FL</CountyOrParish>
<Country>USA</Country>
<Latitude>29.13939</Latitude>
<Longitude>-81.009913</Longitude>
<MediaURL>https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1131530781s.jpg</MediaURL>
<ImageUrls>[{"url":"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1131530781s.jpg"},{"url":"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1126656600s.jpg"},{"url":"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1339735188s.jpg"},{"url":"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m2941217845s.jpg"},{"url":"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1776413872s.jpg"},{"url":"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1887958034s.jpg"},{"url":"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1311761168s.jpg"},{"url":"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m2405915837s.jpg"},{"url":"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1748209346s.jpg"},{"url":"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m4059943168s.jpg"}]</ImageUrls>
<RelatedUrls>[]</RelatedUrls>
<Features>[]</Features>
<LastRetrievedAt>2026-02-21T23:27:04.639Z</LastRetrievedAt>
<PropertyType>null</PropertyType>
<FloorPlanUrls>[]</FloorPlanUrls>
<Media>
<MediaURL>https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1131530781s.jpg</MediaURL>
<MediaURL>https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1126656600s.jpg</MediaURL>
<MediaURL>https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1339735188s.jpg</MediaURL>
<MediaURL>https://ap.rdcpix.c Truncated — showing 3,000 of 3,702 chars
JSON-LD format for SEO and semantic web integration
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "RealEstateListing",
"@id": "https://www.realtor.com/realestateandhomes-detail/7-Springwood-Sq_Port-Orange_FL_32129_M65302-54918",
"name": "7 Springwood Sq",
"description": "View 10 photos for 7 Springwood Sq, Port Orange, FL 32129, a 2 bed, 1.5 bath, 1,242 Sq. Ft. single family home built in 1983 that was last sold on 12/30/2021.",
"url": "https://www.realtor.com/realestateandhomes-detail/7-Springwood-Sq_Port-Orange_FL_32129_M65302-54918",
"offers": {
"@type": "Offer",
"price": 159900,
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"about": {
"@type": "Apartment",
"address": {
"@type": "PostalAddress",
"addressLocality": "Port Orange",
"postalCode": "32129",
"addressCountry": "USA"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 29.13939,
"longitude": -81.009913
},
"numberOfBedrooms": 2,
"numberOfBathroomsTotal": 1,
"floorSize": {
"@type": "QuantitativeValue",
"value": 1242,
"unitCode": "FTK"
}
},
"image": [
"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1131530781s.jpg",
"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1126656600s.jpg",
"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1339735188s.jpg",
"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m2941217845s.jpg",
"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1776413872s.jpg",
"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1887958034s.jpg",
"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1311761168s.jpg",
"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m2405915837s.jpg",
"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1748209346s.jpg",
"https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m4059943168s.jpg"
],
"dateModified": "2026-02-21T23:27:04.639Z"
}
]
} 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# 6530254918^^^Port Orange^^32129^^7 Springwood Sq^USA^null^^7 Springwood Sq^View 10 photos for 7 Springwood Sq, Port Orange, FL 32129, a 2 bed, 1.5 bath, 1,242 Sq. Ft. single family home built in 1983 that was last sold on 12/30/2021.^159900^159900^^USD^^^^2^1^^^1242^sqft^^^^^^^^^^29.13939^-81.009913^https://www.realtor.com/realestateandhomes-detail/7-Springwood-Sq_Port-Orange_FL_32129_M65302-54918^^^^^^^^^^^https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1131530781s.jpg^https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1126656600s.jpg^https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1339735188s.jpg^https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m2941217845s.jpg^https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1776413872s.jpg^https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1887958034s.jpg^https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1311761168s.jpg^https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m2405915837s.jpg^https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1748209346s.jpg^https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m4059943168s.jpg^^^~ #END#
Kyero XML format for Spanish property market
<?xml version="1.0" encoding="UTF-8"?>
<root>
<property>
<ref>6530254918</ref>
<url>https://www.realtor.com/realestateandhomes-detail/7-Springwood-Sq_Port-Orange_FL_32129_M65302-54918</url>
<price>159900</price>
<currency>USD</currency>
<type>other</type>
<beds>2</beds>
<baths>1</baths>
<location>
<city>Port Orange</city>
<area>FL</area>
<country>USA</country>
<zip>32129</zip>
<detail>7 Springwood Sq</detail>
<latitude>29.13939</latitude>
<longitude>-81.009913</longitude>
</location>
<surface_area>
<built>1242</built>
</surface_area>
<title>
<en>7 Springwood Sq</en>
</title>
<desc>
<en>View 10 photos for 7 Springwood Sq, Port Orange, FL 32129, a 2 bed, 1.5 bath, 1,242 Sq. Ft. single family home built in 1983 that was last sold on 12/30/2021.</en>
</desc>
<images>
<image><url>https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1131530781s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1126656600s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1339735188s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m2941217845s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1776413872s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1887958034s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1311761168s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m2405915837s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1748209346s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m4059943168s.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": "6530254918",
"OriginalListingURL": "https://www.realtor.com/realestateandhomes-detail/7-Springwood-Sq_Port-Orange_FL_32129_M65302-54918",
"SourceSystem": "us_realtor",
"ListPriceDisplay": "159900",
"ListPrice": 159900,
"CurrencyCode": "USD",
"ListPriceCents": 15990000,
"ListingTitle": "7 Springwood Sq",
"PublicRemarks": "View 10 photos for 7 Springwood Sq, Port Orange, FL 32129, a 2 bed, 1.5 bath, 1,242 Sq. Ft. single family home built in 1983 that was last sold on 12/30/2021.",
"LivingAreaUnits": "sqft",
"LivingArea": 1242,
"BedroomsTotal": 2,
"BathroomsTotalInteger": 1,
"UnparsedAddress": "7 Springwood Sq",
"PostalCode": "32129",
"City": "Port Orange",
"CountyOrParish": "FL",
"Country": "USA",
"Latitude": 29.13939,
"Longitude": -81.009913,
"PropertyType": "null",
"Media": [
{
"MediaURL": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1131530781s.jpg",
"MediaCategory": "Photo",
"Order": 1
},
{
"MediaURL": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1126656600s.jpg",
"MediaCategory": "Photo",
"Order": 2
},
{
"MediaURL": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1339735188s.jpg",
"MediaCategory": "Photo",
"Order": 3
},
{
"MediaURL": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m2941217845s.jpg",
"MediaCategory": "Photo",
"Order": 4
},
{
"MediaURL": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1776413872s.jpg",
"MediaCategory": "Photo",
"Order": 5
},
{
"MediaURL": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1887958034s.jpg",
"MediaCategory": "Photo",
"Order": 6
},
{
"MediaURL": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1311761168s.jpg",
"MediaCategory": "Photo",
"Order": 7
},
{
"MediaURL": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m2405915837s.jpg",
"MediaCategory": "Photo",
"Order": 8
},
{
"MediaURL": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m1748209346s.jpg",
"MediaCategory": "Photo",
"Order": 9
},
{
"MediaURL": "https://ap.rdcpix.com/0974322d5eb798679527f21d1d28c259l-m4059943168s.jpg",
"MediaCategory": "Photo",
"Order": 10
}
]
}
]
}