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:24.154Z",
"source_platform": "PropertyWebScraper",
"listings": [
{
"reference": "1967148643",
"import_url": "https://www.realtor.com/realestateandhomes-detail/5528-226th-St-NW_Stanwood_WA_98292_M19671-48643?from=srp_next",
"import_host_slug": "us_realtor",
"price_string": "1350000",
"price_float": 1350000,
"currency": "USD",
"price_cents": 135000000,
"price_currency": "USD",
"title": "5528 226th St NW",
"description": "For Sale: View 39 photos for 5528 226th St NW, this 4 bed, 2.5 bath, 3454 sqft. single family home in Stanwood, WA listed at $1,350,000. MLS #2499258",
"locale_code": "",
"area_unit": "sqft",
"plot_area": 0,
"constructed_area": 3454,
"year_construction": 0,
"count_bedrooms": 4,
"count_bathrooms": 2,
"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": "5528 226th St NW",
"street_number": "",
"street_name": "",
"street_address": "",
"postal_code": "98292",
"province": "",
"city": "Stanwood",
"region": "WA",
"country": "USA",
"latitude": 48.20054,
"longitude": -122.30849,
"main_image_url": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4210086569s.jpg",
"image_urls": [
{
"url": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4210086569s.jpg"
},
{
"url": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1173418763s.jpg"
},
{
"url": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4229701389s.jpg"
},
{
"url": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m2551862805s.jpg"
},
{
"url": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m54893883s.jpg"
},
{
"url": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m80395285s.jpg"
},
{
"url": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m2106776365s.jpg"
},
{
"url": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m832847753s.jpg"
},
{
"url": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m3920367318s.jpg"
},
{
"url": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m3258089614s.jpg"
},
{
"url": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1688617190s.jpg"
},
{
"url": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1429935994s.jpg"
},
{
"u Truncated — showing 3,000 of 6,797 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 1967148643,5528 226th St NW,1350000,USD,4,2,3454,Stanwood,USA,48.20054,-122.30849,https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4210086569s.jpg,null,https://www.realtor.com/realestateandhomes-detail/5528-226th-St-NW_Stanwood_WA_98292_M19671-48643?from=srp_next,2026-05-22T18:11:11.612Z
GeoJSON format for mapping applications and GIS tools
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-122.30849,
48.20054
]
},
"properties": {
"reference": "1967148643",
"title": "5528 226th St NW",
"price_float": 1350000,
"currency": "USD",
"bedrooms": 4,
"bathrooms": 2,
"area": 3454,
"area_unit": "sqft",
"city": "Stanwood",
"address": "5528 226th St NW",
"country": "USA",
"main_image_url": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4210086569s.jpg",
"source_url": "https://www.realtor.com/realestateandhomes-detail/5528-226th-St-NW_Stanwood_WA_98292_M19671-48643?from=srp_next",
"source_portal": "us_realtor",
"scraped_date": "2026-05-22T18:11:11.612Z",
"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:09:24.154Z">
<Listing>
<ListingKey>1967148643</ListingKey>
<OriginalListingURL>https://www.realtor.com/realestateandhomes-detail/5528-226th-St-NW_Stanwood_WA_98292_M19671-48643?from=srp_next</OriginalListingURL>
<SourceSystem>us_realtor</SourceSystem>
<ListPriceDisplay>1350000</ListPriceDisplay>
<ListPrice>1350000</ListPrice>
<CurrencyCode>USD</CurrencyCode>
<ListPriceCents>135000000</ListPriceCents>
<CurrencyCode>USD</CurrencyCode>
<ListingTitle>5528 226th St NW</ListingTitle>
<PublicRemarks>For Sale: View 39 photos for 5528 226th St NW, this 4 bed, 2.5 bath, 3454 sqft. single family home in Stanwood, WA listed at $1,350,000. MLS #2499258</PublicRemarks>
<LivingAreaUnits>sqft</LivingAreaUnits>
<LivingArea>3454</LivingArea>
<BedroomsTotal>4</BedroomsTotal>
<BathroomsTotalInteger>2</BathroomsTotalInteger>
<ForRentShortTerm>true</ForRentShortTerm>
<ForSale>true</ForSale>
<UnparsedAddress>5528 226th St NW</UnparsedAddress>
<PostalCode>98292</PostalCode>
<City>Stanwood</City>
<CountyOrParish>WA</CountyOrParish>
<Country>USA</Country>
<Latitude>48.20054</Latitude>
<Longitude>-122.30849</Longitude>
<MediaURL>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4210086569s.jpg</MediaURL>
<ImageUrls>[{"url":"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4210086569s.jpg"},{"url":"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1173418763s.jpg"},{"url":"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4229701389s.jpg"},{"url":"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m2551862805s.jpg"},{"url":"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m54893883s.jpg"},{"url":"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m80395285s.jpg"},{"url":"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m2106776365s.jpg"},{"url":"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m832847753s.jpg"},{"url":"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m3920367318s.jpg"},{"url":"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m3258089614s.jpg"},{"url":"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1688617190s.jpg"},{"url":"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1429935994s.jpg"},{"url":"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m655361523s.jpg"},{"url":"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m2987652149s.jpg"},{"url":"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4094900422s.jpg"},{"url":&qu Truncated — showing 3,000 of 9,594 chars
JSON-LD format for SEO and semantic web integration
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "RealEstateListing",
"@id": "https://www.realtor.com/realestateandhomes-detail/5528-226th-St-NW_Stanwood_WA_98292_M19671-48643?from=srp_next",
"name": "5528 226th St NW",
"description": "For Sale: View 39 photos for 5528 226th St NW, this 4 bed, 2.5 bath, 3454 sqft. single family home in Stanwood, WA listed at $1,350,000. MLS #2499258",
"url": "https://www.realtor.com/realestateandhomes-detail/5528-226th-St-NW_Stanwood_WA_98292_M19671-48643?from=srp_next",
"offers": {
"@type": "Offer",
"price": 1350000,
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"about": {
"@type": "SingleFamilyResidence",
"address": {
"@type": "PostalAddress",
"addressLocality": "Stanwood",
"postalCode": "98292",
"addressCountry": "USA"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 48.20054,
"longitude": -122.30849
},
"numberOfBedrooms": 4,
"numberOfBathroomsTotal": 2,
"floorSize": {
"@type": "QuantitativeValue",
"value": 3454,
"unitCode": "FTK"
}
},
"image": [
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4210086569s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1173418763s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4229701389s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m2551862805s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m54893883s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m80395285s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m2106776365s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m832847753s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m3920367318s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m3258089614s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1688617190s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1429935994s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m655361523s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m2987652149s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4094900422s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1877137044s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m2755231427s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4180022021s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m3144594660s.jpg",
"https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1824947037s.jpg",
"https://a Truncated — showing 3,000 of 4,638 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# 1967148643^^^Stanwood^^98292^^5528 226th St NW^USA^null^^5528 226th St NW^For Sale: View 39 photos for 5528 226th St NW, this 4 bed, 2.5 bath, 3454 sqft. single family home in Stanwood, WA listed at $1,350,000. MLS #2499258^1350000^1350000^^USD^1^^^4^2^^^3454^sqft^^^^^^^^^^48.20054^-122.30849^https://www.realtor.com/realestateandhomes-detail/5528-226th-St-NW_Stanwood_WA_98292_M19671-48643?from=srp_next^^^^^^^^^^^https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4210086569s.jpg^https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1173418763s.jpg^https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4229701389s.jpg^https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m2551862805s.jpg^https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m54893883s.jpg^https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m80395285s.jpg^https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m2106776365s.jpg^https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m832847753s.jpg^https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m3920367318s.jpg^https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m3258089614s.jpg^^^~ #END#
Kyero XML format for Spanish property market
<?xml version="1.0" encoding="UTF-8"?>
<root>
<property>
<ref>1967148643</ref>
<url>https://www.realtor.com/realestateandhomes-detail/5528-226th-St-NW_Stanwood_WA_98292_M19671-48643?from=srp_next</url>
<price>1350000</price>
<currency>USD</currency>
<type>other</type>
<beds>4</beds>
<baths>2</baths>
<location>
<city>Stanwood</city>
<area>WA</area>
<country>USA</country>
<zip>98292</zip>
<detail>5528 226th St NW</detail>
<latitude>48.20054</latitude>
<longitude>-122.30849</longitude>
</location>
<surface_area>
<built>3454</built>
</surface_area>
<title>
<en>5528 226th St NW</en>
</title>
<desc>
<en>For Sale: View 39 photos for 5528 226th St NW, this 4 bed, 2.5 bath, 3454 sqft. single family home in Stanwood, WA listed at $1,350,000. MLS #2499258</en>
</desc>
<images>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4210086569s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1173418763s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4229701389s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m2551862805s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m54893883s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m80395285s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m2106776365s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m832847753s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m3920367318s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m3258089614s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1688617190s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1429935994s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m655361523s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m2987652149s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4094900422s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1877137044s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m2755231427s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4180022021s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m3144594660s.jpg</url></image>
<image><url>https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1824947037s.jpg</url></image>
Truncated — showing 3,000 of 5,019 chars
RESO Web API JSON format for US/Canadian MLS
{
"@odata.context": "https://api.reso.org/Property",
"@odata.count": 1,
"value": [
{
"ListingKey": "1967148643",
"OriginalListingURL": "https://www.realtor.com/realestateandhomes-detail/5528-226th-St-NW_Stanwood_WA_98292_M19671-48643?from=srp_next",
"SourceSystem": "us_realtor",
"ListPriceDisplay": "1350000",
"ListPrice": 1350000,
"CurrencyCode": "USD",
"ListPriceCents": 135000000,
"ListingTitle": "5528 226th St NW",
"PublicRemarks": "For Sale: View 39 photos for 5528 226th St NW, this 4 bed, 2.5 bath, 3454 sqft. single family home in Stanwood, WA listed at $1,350,000. MLS #2499258",
"LivingAreaUnits": "sqft",
"LivingArea": 3454,
"BedroomsTotal": 4,
"BathroomsTotalInteger": 2,
"ForSale": "true",
"UnparsedAddress": "5528 226th St NW",
"PostalCode": "98292",
"City": "Stanwood",
"CountyOrParish": "WA",
"Country": "USA",
"Latitude": 48.20054,
"Longitude": -122.30849,
"PropertyType": "null",
"Media": [
{
"MediaURL": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4210086569s.jpg",
"MediaCategory": "Photo",
"Order": 1
},
{
"MediaURL": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1173418763s.jpg",
"MediaCategory": "Photo",
"Order": 2
},
{
"MediaURL": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m4229701389s.jpg",
"MediaCategory": "Photo",
"Order": 3
},
{
"MediaURL": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m2551862805s.jpg",
"MediaCategory": "Photo",
"Order": 4
},
{
"MediaURL": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m54893883s.jpg",
"MediaCategory": "Photo",
"Order": 5
},
{
"MediaURL": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m80395285s.jpg",
"MediaCategory": "Photo",
"Order": 6
},
{
"MediaURL": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m2106776365s.jpg",
"MediaCategory": "Photo",
"Order": 7
},
{
"MediaURL": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m832847753s.jpg",
"MediaCategory": "Photo",
"Order": 8
},
{
"MediaURL": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m3920367318s.jpg",
"MediaCategory": "Photo",
"Order": 9
},
{
"MediaURL": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m3258089614s.jpg",
"MediaCategory": "Photo",
"Order": 10
},
{
"MediaURL": "https://ap.rdcpix.com/2b861762143588a45896be3a6be085dfl-m1688617190s.jpg",
"MediaCategory": "Photo",
"Order": 11
},
Truncated — showing 3,000 of 7,957 chars