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:00:11.303Z",
"source_platform": "PropertyWebScraper",
"listings": [
{
"reference": "111960412",
"import_url": "https://www.zillow.com/homedetails/5609-Lindell-Ave-3-Dallas-TX-75206/111960412_zpid/",
"import_host_slug": "us_zillow",
"price_string": "$515,000",
"price_float": 515000,
"currency": "USD",
"price_cents": 51500000,
"price_currency": "USD",
"title": "5609 Lindell Ave #3, Dallas, TX 75206",
"description": "Zillow has 30 photos of this $515,000 2 beds, 2 baths, 1,596 Square Feet condo home located at 5609 Lindell Ave #3, Dallas, TX 75206 built in 2007. MLS #21212095.",
"locale_code": "en",
"area_unit": "sqft",
"plot_area": 0,
"constructed_area": 1596,
"year_construction": 2007,
"count_bedrooms": 2,
"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": "5609 Lindell Ave #3, Dallas, TX 75206",
"street_number": "",
"street_name": "",
"street_address": "",
"postal_code": "",
"province": "",
"city": "",
"region": "",
"country": "USA",
"latitude": 32.809193,
"longitude": -96.769035,
"main_image_url": "https://photos.zillowstatic.com/fp/2dfd28b052241187ce2ca47f7c38c445-cc_ft_1536.jpg",
"image_urls": [
{
"url": "https://photos.zillowstatic.com/fp/2dfd28b052241187ce2ca47f7c38c445-cc_ft_1536.jpg"
}
],
"related_urls": [],
"features": [],
"last_retrieved_at": "2026-03-25T17:49:28.732Z",
"deleted_at": null,
"active_from": null,
"available_to_rent_from": null,
"available_to_rent_till": null,
"property_type": "Condo",
"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:00:11.303Z",
"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 111960412,"5609 Lindell Ave #3, Dallas, TX 75206",515000,USD,2,2,1596,,USA,32.809193,-96.769035,https://photos.zillowstatic.com/fp/2dfd28b052241187ce2ca47f7c38c445-cc_ft_1536.jpg,Condo,https://www.zillow.com/homedetails/5609-Lindell-Ave-3-Dallas-TX-75206/111960412_zpid/,2026-03-25T17:49:28.732Z
GeoJSON format for mapping applications and GIS tools
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-96.769035,
32.809193
]
},
"properties": {
"reference": "111960412",
"title": "5609 Lindell Ave #3, Dallas, TX 75206",
"price_float": 515000,
"currency": "USD",
"bedrooms": 2,
"bathrooms": 2,
"area": 1596,
"area_unit": "sqft",
"city": "",
"address": "5609 Lindell Ave #3, Dallas, TX 75206",
"country": "USA",
"main_image_url": "https://photos.zillowstatic.com/fp/2dfd28b052241187ce2ca47f7c38c445-cc_ft_1536.jpg",
"source_url": "https://www.zillow.com/homedetails/5609-Lindell-Ave-3-Dallas-TX-75206/111960412_zpid/",
"source_portal": "us_zillow",
"scraped_date": "2026-03-25T17:49:28.732Z",
"for_sale": true,
"for_rent": false,
"furnished": false,
"property_type": "Condo"
}
}
]
} 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:00:11.303Z">
<Listing>
<ListingKey>111960412</ListingKey>
<OriginalListingURL>https://www.zillow.com/homedetails/5609-Lindell-Ave-3-Dallas-TX-75206/111960412_zpid/</OriginalListingURL>
<SourceSystem>us_zillow</SourceSystem>
<ListPriceDisplay>$515,000</ListPriceDisplay>
<ListPrice>515000</ListPrice>
<CurrencyCode>USD</CurrencyCode>
<ListPriceCents>51500000</ListPriceCents>
<CurrencyCode>USD</CurrencyCode>
<ListingTitle>5609 Lindell Ave #3, Dallas, TX 75206</ListingTitle>
<PublicRemarks>Zillow has 30 photos of this $515,000 2 beds, 2 baths, 1,596 Square Feet condo home located at 5609 Lindell Ave #3, Dallas, TX 75206 built in 2007. MLS #21212095.</PublicRemarks>
<ListingLanguage>en</ListingLanguage>
<LivingAreaUnits>sqft</LivingAreaUnits>
<LivingArea>1596</LivingArea>
<YearBuilt>2007</YearBuilt>
<BedroomsTotal>2</BedroomsTotal>
<BathroomsTotalInteger>2</BathroomsTotalInteger>
<ForRentShortTerm>true</ForRentShortTerm>
<ForSale>true</ForSale>
<UnparsedAddress>5609 Lindell Ave #3, Dallas, TX 75206</UnparsedAddress>
<Country>USA</Country>
<Latitude>32.809193</Latitude>
<Longitude>-96.769035</Longitude>
<MediaURL>https://photos.zillowstatic.com/fp/2dfd28b052241187ce2ca47f7c38c445-cc_ft_1536.jpg</MediaURL>
<ImageUrls>[{"url":"https://photos.zillowstatic.com/fp/2dfd28b052241187ce2ca47f7c38c445-cc_ft_1536.jpg"}]</ImageUrls>
<RelatedUrls>[]</RelatedUrls>
<Features>[]</Features>
<LastRetrievedAt>2026-03-25T17:49:28.732Z</LastRetrievedAt>
<PropertyType>Condo</PropertyType>
<FloorPlanUrls>[]</FloorPlanUrls>
<Media>
<MediaURL>https://photos.zillowstatic.com/fp/2dfd28b052241187ce2ca47f7c38c445-cc_ft_1536.jpg</MediaURL>
</Media>
</Listing>
</Listings> JSON-LD format for SEO and semantic web integration
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "RealEstateListing",
"@id": "https://www.zillow.com/homedetails/5609-Lindell-Ave-3-Dallas-TX-75206/111960412_zpid/",
"name": "5609 Lindell Ave #3, Dallas, TX 75206",
"description": "Zillow has 30 photos of this $515,000 2 beds, 2 baths, 1,596 Square Feet condo home located at 5609 Lindell Ave #3, Dallas, TX 75206 built in 2007. MLS #21212095.",
"url": "https://www.zillow.com/homedetails/5609-Lindell-Ave-3-Dallas-TX-75206/111960412_zpid/",
"inLanguage": "en",
"offers": {
"@type": "Offer",
"price": 515000,
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"about": {
"@type": "Apartment",
"address": {
"@type": "PostalAddress",
"addressCountry": "USA"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 32.809193,
"longitude": -96.769035
},
"numberOfBedrooms": 2,
"numberOfBathroomsTotal": 2,
"floorSize": {
"@type": "QuantitativeValue",
"value": 1596,
"unitCode": "FTK"
},
"yearBuilt": 2007
},
"image": [
"https://photos.zillowstatic.com/fp/2dfd28b052241187ce2ca47f7c38c445-cc_ft_1536.jpg"
],
"dateModified": "2026-03-25T17:49:28.732Z"
}
]
} 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# 111960412^^^^^^^5609 Lindell Ave #3, Dallas, TX 75206^USA^Condo^^5609 Lindell Ave #3, Dallas, TX 75206^Zillow has 30 photos of this $515,000 2 beds, 2 baths, 1,596 Square Feet condo home located at 5609 Lindell Ave #3, Dallas, TX 75206 built in 2007. MLS #21212095.^515000^$515,000^^USD^1^^^2^2^^^1596^sqft^^2007^^^^^^^^32.809193^-96.769035^https://www.zillow.com/homedetails/5609-Lindell-Ave-3-Dallas-TX-75206/111960412_zpid/^^^^^^^^^^^https://photos.zillowstatic.com/fp/2dfd28b052241187ce2ca47f7c38c445-cc_ft_1536.jpg^^^^^^^^^^^^~ #END#
Kyero XML format for Spanish property market
<?xml version="1.0" encoding="UTF-8"?>
<root>
<property>
<ref>111960412</ref>
<url>https://www.zillow.com/homedetails/5609-Lindell-Ave-3-Dallas-TX-75206/111960412_zpid/</url>
<price>515000</price>
<currency>USD</currency>
<type>other</type>
<beds>2</beds>
<baths>2</baths>
<location>
<country>USA</country>
<detail>5609 Lindell Ave #3, Dallas, TX 75206</detail>
<latitude>32.809193</latitude>
<longitude>-96.769035</longitude>
</location>
<surface_area>
<built>1596</built>
</surface_area>
<year_built>2007</year_built>
<title>
<en>5609 Lindell Ave #3, Dallas, TX 75206</en>
</title>
<desc>
<en>Zillow has 30 photos of this $515,000 2 beds, 2 baths, 1,596 Square Feet condo home located at 5609 Lindell Ave #3, Dallas, TX 75206 built in 2007. MLS #21212095.</en>
</desc>
<images>
<image><url>https://photos.zillowstatic.com/fp/2dfd28b052241187ce2ca47f7c38c445-cc_ft_1536.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": "111960412",
"OriginalListingURL": "https://www.zillow.com/homedetails/5609-Lindell-Ave-3-Dallas-TX-75206/111960412_zpid/",
"SourceSystem": "us_zillow",
"ListPriceDisplay": "$515,000",
"ListPrice": 515000,
"CurrencyCode": "USD",
"ListPriceCents": 51500000,
"ListingTitle": "5609 Lindell Ave #3, Dallas, TX 75206",
"PublicRemarks": "Zillow has 30 photos of this $515,000 2 beds, 2 baths, 1,596 Square Feet condo home located at 5609 Lindell Ave #3, Dallas, TX 75206 built in 2007. MLS #21212095.",
"ListingLanguage": "en",
"LivingAreaUnits": "sqft",
"LivingArea": 1596,
"YearBuilt": 2007,
"BedroomsTotal": 2,
"BathroomsTotalInteger": 2,
"ForSale": "true",
"UnparsedAddress": "5609 Lindell Ave #3, Dallas, TX 75206",
"Country": "USA",
"Latitude": 32.809193,
"Longitude": -96.769035,
"PropertyType": "Condo",
"Media": [
{
"MediaURL": "https://photos.zillowstatic.com/fp/2dfd28b052241187ce2ca47f7c38c445-cc_ft_1536.jpg",
"MediaCategory": "Photo",
"Order": 1
}
]
}
]
}