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:03:20.375Z",
"source_platform": "PropertyWebScraper",
"listings": [
{
"reference": "",
"import_url": "https://www.redfin.com/TX/Melissa/1902-Iris-Rd-75454/home/187709140",
"import_host_slug": "us_redfin",
"price_string": "$398,840",
"price_float": 398840.36,
"currency": "USD",
"price_cents": 39884036,
"price_currency": "USD",
"title": "1902 Iris Rd, Melissa, TX - 5 beds/2.5 baths",
"description": "5 beds, 2.5 baths, 2309 sq. ft. house located at 1902 Iris Rd, Melissa, TX 75454. View sales history, tax history, home value estimates, and overhead views. APN R-12913-00F-0110-1.",
"locale_code": "en",
"area_unit": "sqft",
"plot_area": 0,
"constructed_area": 0,
"year_construction": 0,
"count_bedrooms": 5,
"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": false,
"address_string": "",
"street_number": "",
"street_name": "",
"street_address": "",
"postal_code": "",
"province": "",
"city": "",
"region": "",
"country": "USA",
"latitude": 0,
"longitude": 0,
"main_image_url": "http://ssl.cdn-redfin.com/vLATEST/images/logos/redfin-logo-square-red-1200.png",
"image_urls": [
{
"url": "http://ssl.cdn-redfin.com/vLATEST/images/logos/redfin-logo-square-red-1200.png"
}
],
"related_urls": [],
"features": [],
"last_retrieved_at": "2026-03-24T18:19:57.926Z",
"deleted_at": null,
"active_from": null,
"available_to_rent_from": null,
"available_to_rent_till": null,
"property_type": "Organization",
"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-04-04T12:03:20.375Z",
"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 ,"1902 Iris Rd, Melissa, TX - 5 beds/2.5 baths",398840.36,USD,5,0,0,,USA,0,0,http://ssl.cdn-redfin.com/vLATEST/images/logos/redfin-logo-square-red-1200.png,Organization,https://www.redfin.com/TX/Melissa/1902-Iris-Rd-75454/home/187709140,2026-03-24T18:19:57.926Z
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-04-04T12:03:20.375Z">
<Listing>
<OriginalListingURL>https://www.redfin.com/TX/Melissa/1902-Iris-Rd-75454/home/187709140</OriginalListingURL>
<SourceSystem>us_redfin</SourceSystem>
<ListPriceDisplay>$398,840</ListPriceDisplay>
<ListPrice>398840.36</ListPrice>
<CurrencyCode>USD</CurrencyCode>
<ListPriceCents>39884036</ListPriceCents>
<CurrencyCode>USD</CurrencyCode>
<ListingTitle>1902 Iris Rd, Melissa, TX - 5 beds/2.5 baths</ListingTitle>
<PublicRemarks>5 beds, 2.5 baths, 2309 sq. ft. house located at 1902 Iris Rd, Melissa, TX 75454. View sales history, tax history, home value estimates, and overhead views. APN R-12913-00F-0110-1.</PublicRemarks>
<ListingLanguage>en</ListingLanguage>
<LivingAreaUnits>sqft</LivingAreaUnits>
<BedroomsTotal>5</BedroomsTotal>
<ForRentShortTerm>true</ForRentShortTerm>
<Country>USA</Country>
<MediaURL>http://ssl.cdn-redfin.com/vLATEST/images/logos/redfin-logo-square-red-1200.png</MediaURL>
<ImageUrls>[{"url":"http://ssl.cdn-redfin.com/vLATEST/images/logos/redfin-logo-square-red-1200.png"}]</ImageUrls>
<RelatedUrls>[]</RelatedUrls>
<Features>[]</Features>
<LastRetrievedAt>2026-03-24T18:19:57.926Z</LastRetrievedAt>
<PropertyType>Organization</PropertyType>
<FloorPlanUrls>[]</FloorPlanUrls>
<Media>
<MediaURL>http://ssl.cdn-redfin.com/vLATEST/images/logos/redfin-logo-square-red-1200.png</MediaURL>
</Media>
</Listing>
</Listings> JSON-LD format for SEO and semantic web integration
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "RealEstateListing",
"name": "1902 Iris Rd, Melissa, TX - 5 beds/2.5 baths",
"description": "5 beds, 2.5 baths, 2309 sq. ft. house located at 1902 Iris Rd, Melissa, TX 75454. View sales history, tax history, home value estimates, and overhead views. APN R-12913-00F-0110-1.",
"url": "https://www.redfin.com/TX/Melissa/1902-Iris-Rd-75454/home/187709140",
"inLanguage": "en",
"offers": {
"@type": "Offer",
"price": 398840.36,
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"about": {
"@type": "SingleFamilyResidence",
"address": {
"@type": "PostalAddress",
"addressCountry": "USA"
},
"numberOfBedrooms": 5
},
"image": [
"http://ssl.cdn-redfin.com/vLATEST/images/logos/redfin-logo-square-red-1200.png"
],
"dateModified": "2026-03-24T18:19:57.926Z"
}
]
} 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# ^^^^^^^^USA^Organization^^1902 Iris Rd, Melissa, TX - 5 beds/2.5 baths^5 beds, 2.5 baths, 2309 sq. ft. house located at 1902 Iris Rd, Melissa, TX 75454. View sales history, tax history, home value estimates, and overhead views. APN R-12913-00F-0110-1.^398840.36^$398,840^^USD^^^^5^^^^^sqft^^^^^^^^^^^^https://www.redfin.com/TX/Melissa/1902-Iris-Rd-75454/home/187709140^^^^^^^^^^^http://ssl.cdn-redfin.com/vLATEST/images/logos/redfin-logo-square-red-1200.png^^^^^^^^^^^^~ #END#
Kyero XML format for Spanish property market
<?xml version="1.0" encoding="UTF-8"?>
<root>
<property>
<url>https://www.redfin.com/TX/Melissa/1902-Iris-Rd-75454/home/187709140</url>
<price>398840.36</price>
<currency>USD</currency>
<type>other</type>
<beds>5</beds>
<location>
<country>USA</country>
</location>
<title>
<en>1902 Iris Rd, Melissa, TX - 5 beds/2.5 baths</en>
</title>
<desc>
<en>5 beds, 2.5 baths, 2309 sq. ft. house located at 1902 Iris Rd, Melissa, TX 75454. View sales history, tax history, home value estimates, and overhead views. APN R-12913-00F-0110-1.</en>
</desc>
<images>
<image><url>http://ssl.cdn-redfin.com/vLATEST/images/logos/redfin-logo-square-red-1200.png</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": [
{
"OriginalListingURL": "https://www.redfin.com/TX/Melissa/1902-Iris-Rd-75454/home/187709140",
"SourceSystem": "us_redfin",
"ListPriceDisplay": "$398,840",
"ListPrice": 398840.36,
"CurrencyCode": "USD",
"ListPriceCents": 39884036,
"ListingTitle": "1902 Iris Rd, Melissa, TX - 5 beds/2.5 baths",
"PublicRemarks": "5 beds, 2.5 baths, 2309 sq. ft. house located at 1902 Iris Rd, Melissa, TX 75454. View sales history, tax history, home value estimates, and overhead views. APN R-12913-00F-0110-1.",
"ListingLanguage": "en",
"LivingAreaUnits": "sqft",
"BedroomsTotal": 5,
"Country": "USA",
"PropertyType": "Organization",
"Media": [
{
"MediaURL": "http://ssl.cdn-redfin.com/vLATEST/images/logos/redfin-logo-square-red-1200.png",
"MediaCategory": "Photo",
"Order": 1
}
]
}
]
}