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:12:26.780Z",
"source_platform": "PropertyWebScraper",
"listings": [
{
"reference": "8779797880",
"import_url": "https://www.realtor.com/realestateandhomes-detail/208-Moseley-St_Elgin_IL_60123_M87797-97880",
"import_host_slug": "us_realtor",
"price_string": "449900",
"price_float": 449900,
"currency": "USD",
"price_cents": 44990000,
"price_currency": "USD",
"title": "208 Moseley St",
"description": "For Sale: View details including photos (w/ FlyAround), pricing/property history, neighborhood information and more for this active listing in Elgin, IL. MLS #12537084",
"locale_code": "",
"area_unit": "sqft",
"plot_area": 0,
"constructed_area": 0,
"year_construction": 0,
"count_bedrooms": 5,
"count_bathrooms": 3,
"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": "208 Moseley St",
"street_number": "",
"street_name": "",
"street_address": "",
"postal_code": "60123",
"province": "",
"city": "Elgin",
"region": "IL",
"country": "USA",
"latitude": 42.030586,
"longitude": -88.29059,
"main_image_url": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2852879715s.jpg",
"image_urls": [
{
"url": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2852879715s.jpg"
},
{
"url": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1648433176s.jpg"
},
{
"url": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1334748999s.jpg"
},
{
"url": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m453302482s.jpg"
},
{
"url": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m950605472s.jpg"
},
{
"url": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1709763777s.jpg"
},
{
"url": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m422376018s.jpg"
},
{
"url": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m4155314819s.jpg"
},
{
"url": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3863552278s.jpg"
},
{
"url": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2749433326s.jpg"
},
{
"url": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2456770285s.jpg"
},
{
"url": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3085206977s.jpg"
},
{
"url": "https: Truncated — showing 3,000 of 4,983 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 8779797880,208 Moseley St,449900,USD,5,3,0,Elgin,USA,42.030586,-88.29059,https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2852879715s.jpg,null,https://www.realtor.com/realestateandhomes-detail/208-Moseley-St_Elgin_IL_60123_M87797-97880,2026-04-07T04:09:04.700Z
GeoJSON format for mapping applications and GIS tools
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-88.29059,
42.030586
]
},
"properties": {
"reference": "8779797880",
"title": "208 Moseley St",
"price_float": 449900,
"currency": "USD",
"bedrooms": 5,
"bathrooms": 3,
"area": 0,
"area_unit": "sqft",
"city": "Elgin",
"address": "208 Moseley St",
"country": "USA",
"main_image_url": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2852879715s.jpg",
"source_url": "https://www.realtor.com/realestateandhomes-detail/208-Moseley-St_Elgin_IL_60123_M87797-97880",
"source_portal": "us_realtor",
"scraped_date": "2026-04-07T04:09:04.700Z",
"for_sale": true,
"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-06-20T22:12:26.780Z">
<Listing>
<ListingKey>8779797880</ListingKey>
<OriginalListingURL>https://www.realtor.com/realestateandhomes-detail/208-Moseley-St_Elgin_IL_60123_M87797-97880</OriginalListingURL>
<SourceSystem>us_realtor</SourceSystem>
<ListPriceDisplay>449900</ListPriceDisplay>
<ListPrice>449900</ListPrice>
<CurrencyCode>USD</CurrencyCode>
<ListPriceCents>44990000</ListPriceCents>
<CurrencyCode>USD</CurrencyCode>
<ListingTitle>208 Moseley St</ListingTitle>
<PublicRemarks>For Sale: View details including photos (w/ FlyAround), pricing/property history, neighborhood information and more for this active listing in Elgin, IL. MLS #12537084</PublicRemarks>
<LivingAreaUnits>sqft</LivingAreaUnits>
<BedroomsTotal>5</BedroomsTotal>
<BathroomsTotalInteger>3</BathroomsTotalInteger>
<ForRentShortTerm>true</ForRentShortTerm>
<ForSale>true</ForSale>
<UnparsedAddress>208 Moseley St</UnparsedAddress>
<PostalCode>60123</PostalCode>
<City>Elgin</City>
<CountyOrParish>IL</CountyOrParish>
<Country>USA</Country>
<Latitude>42.030586</Latitude>
<Longitude>-88.29059</Longitude>
<MediaURL>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2852879715s.jpg</MediaURL>
<ImageUrls>[{"url":"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2852879715s.jpg"},{"url":"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1648433176s.jpg"},{"url":"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1334748999s.jpg"},{"url":"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m453302482s.jpg"},{"url":"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m950605472s.jpg"},{"url":"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1709763777s.jpg"},{"url":"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m422376018s.jpg"},{"url":"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m4155314819s.jpg"},{"url":"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3863552278s.jpg"},{"url":"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2749433326s.jpg"},{"url":"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2456770285s.jpg"},{"url":"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3085206977s.jpg"},{"url":"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1374438144s.jpg"},{"url":"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3628719558s.jpg"},{"url":"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3185099511s.jpg"},{"url":"https://ap.rdcpix.com/0f0550948f8eaa927 Truncated — showing 3,000 of 6,317 chars
JSON-LD format for SEO and semantic web integration
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "RealEstateListing",
"@id": "https://www.realtor.com/realestateandhomes-detail/208-Moseley-St_Elgin_IL_60123_M87797-97880",
"name": "208 Moseley St",
"description": "For Sale: View details including photos (w/ FlyAround), pricing/property history, neighborhood information and more for this active listing in Elgin, IL. MLS #12537084",
"url": "https://www.realtor.com/realestateandhomes-detail/208-Moseley-St_Elgin_IL_60123_M87797-97880",
"offers": {
"@type": "Offer",
"price": 449900,
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"about": {
"@type": "SingleFamilyResidence",
"address": {
"@type": "PostalAddress",
"addressLocality": "Elgin",
"postalCode": "60123",
"addressCountry": "USA"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 42.030586,
"longitude": -88.29059
},
"numberOfBedrooms": 5,
"numberOfBathroomsTotal": 3
},
"image": [
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2852879715s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1648433176s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1334748999s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m453302482s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m950605472s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1709763777s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m422376018s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m4155314819s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3863552278s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2749433326s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2456770285s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3085206977s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1374438144s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3628719558s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3185099511s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m805626814s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3420995703s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m4195272163s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m620541748s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1937010391s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2562826012s.jpg",
"https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m716019845s.jpg",
Truncated — showing 3,000 of 3,149 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# 8779797880^^^Elgin^^60123^^208 Moseley St^USA^null^^208 Moseley St^For Sale: View details including photos (w/ FlyAround), pricing/property history, neighborhood information and more for this active listing in Elgin, IL. MLS #12537084^449900^449900^^USD^1^^^5^3^^^^sqft^^^^^^^^^^42.030586^-88.29059^https://www.realtor.com/realestateandhomes-detail/208-Moseley-St_Elgin_IL_60123_M87797-97880^^^^^^^^^^^https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2852879715s.jpg^https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1648433176s.jpg^https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1334748999s.jpg^https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m453302482s.jpg^https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m950605472s.jpg^https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1709763777s.jpg^https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m422376018s.jpg^https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m4155314819s.jpg^https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3863552278s.jpg^https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2749433326s.jpg^^^~ #END#
Kyero XML format for Spanish property market
<?xml version="1.0" encoding="UTF-8"?>
<root>
<property>
<ref>8779797880</ref>
<url>https://www.realtor.com/realestateandhomes-detail/208-Moseley-St_Elgin_IL_60123_M87797-97880</url>
<price>449900</price>
<currency>USD</currency>
<type>other</type>
<beds>5</beds>
<baths>3</baths>
<location>
<city>Elgin</city>
<area>IL</area>
<country>USA</country>
<zip>60123</zip>
<detail>208 Moseley St</detail>
<latitude>42.030586</latitude>
<longitude>-88.29059</longitude>
</location>
<title>
<en>208 Moseley St</en>
</title>
<desc>
<en>For Sale: View details including photos (w/ FlyAround), pricing/property history, neighborhood information and more for this active listing in Elgin, IL. MLS #12537084</en>
</desc>
<images>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2852879715s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1648433176s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1334748999s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m453302482s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m950605472s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1709763777s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m422376018s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m4155314819s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3863552278s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2749433326s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2456770285s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3085206977s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1374438144s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3628719558s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3185099511s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m805626814s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3420995703s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m4195272163s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m620541748s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1937010391s.jpg</url></image>
<image><url>https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2 Truncated — showing 3,000 of 3,273 chars
RESO Web API JSON format for US/Canadian MLS
{
"@odata.context": "https://api.reso.org/Property",
"@odata.count": 1,
"value": [
{
"ListingKey": "8779797880",
"OriginalListingURL": "https://www.realtor.com/realestateandhomes-detail/208-Moseley-St_Elgin_IL_60123_M87797-97880",
"SourceSystem": "us_realtor",
"ListPriceDisplay": "449900",
"ListPrice": 449900,
"CurrencyCode": "USD",
"ListPriceCents": 44990000,
"ListingTitle": "208 Moseley St",
"PublicRemarks": "For Sale: View details including photos (w/ FlyAround), pricing/property history, neighborhood information and more for this active listing in Elgin, IL. MLS #12537084",
"LivingAreaUnits": "sqft",
"BedroomsTotal": 5,
"BathroomsTotalInteger": 3,
"ForSale": "true",
"UnparsedAddress": "208 Moseley St",
"PostalCode": "60123",
"City": "Elgin",
"CountyOrParish": "IL",
"Country": "USA",
"Latitude": 42.030586,
"Longitude": -88.29059,
"PropertyType": "null",
"Media": [
{
"MediaURL": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2852879715s.jpg",
"MediaCategory": "Photo",
"Order": 1
},
{
"MediaURL": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1648433176s.jpg",
"MediaCategory": "Photo",
"Order": 2
},
{
"MediaURL": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1334748999s.jpg",
"MediaCategory": "Photo",
"Order": 3
},
{
"MediaURL": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m453302482s.jpg",
"MediaCategory": "Photo",
"Order": 4
},
{
"MediaURL": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m950605472s.jpg",
"MediaCategory": "Photo",
"Order": 5
},
{
"MediaURL": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m1709763777s.jpg",
"MediaCategory": "Photo",
"Order": 6
},
{
"MediaURL": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m422376018s.jpg",
"MediaCategory": "Photo",
"Order": 7
},
{
"MediaURL": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m4155314819s.jpg",
"MediaCategory": "Photo",
"Order": 8
},
{
"MediaURL": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m3863552278s.jpg",
"MediaCategory": "Photo",
"Order": 9
},
{
"MediaURL": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2749433326s.jpg",
"MediaCategory": "Photo",
"Order": 10
},
{
"MediaURL": "https://ap.rdcpix.com/0f0550948f8eaa927d8f415b89a12809l-m2456770285s.jpg",
"MediaCategory": "Photo",
"Order": 11
},
{
"MediaURL": "https://ap Truncated — showing 3,000 of 5,096 chars