Skip to content
Back to 17011 Real Estate - 17011 Homes For Sale

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 & schema

Need another format?

Want XLSX, Parquet, Haystack, or something else? Open an issue or submit a pull request on GitHub.

Standard Formats

JSON
application/json · .json

JSON format for API integration and data pipelines

{
  "export_version": "1.0",
  "export_date": "2026-06-20T22:12:26.552Z",
  "source_platform": "PropertyWebScraper",
  "listings": [
    {
      "reference": "",
      "import_url": "https://www.zillow.com/homedetails/142-Ashford-Way-Camp-Hill-PA-17011/92379883_zpid/",
      "import_host_slug": "us_zillow",
      "price_string": "$344,900",
      "price_float": 344900,
      "currency": "USD",
      "price_cents": 34490000,
      "price_currency": "USD",
      "title": "17011 Real Estate - 17011 Homes For Sale",
      "description": "Zillow has 29 photos of this $344,900 3 beds, 4 baths, 2,378 Square Feet townhouse home located at 142 Ashford Way, Camp Hill, PA 17011 built in 2009. MLS #PACB2049862.",
      "locale_code": "en",
      "area_unit": "sqft",
      "plot_area": 0,
      "constructed_area": 2378,
      "year_construction": 0,
      "count_bedrooms": 3,
      "count_bathrooms": 4,
      "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": "17011 Real Estate - 17011 Homes For Sale",
      "street_number": "",
      "street_name": "",
      "street_address": "",
      "postal_code": "",
      "province": "",
      "city": "",
      "region": "",
      "country": "USA",
      "latitude": 0,
      "longitude": 0,
      "main_image_url": "https://photos.zillowstatic.com/fp/1025d58733a7eeeb131f9757b8aab696-cc_ft_1536.jpg",
      "image_urls": [
        {
          "url": "https://photos.zillowstatic.com/fp/1025d58733a7eeeb131f9757b8aab696-cc_ft_1536.jpg"
        },
        {
          "url": "https://www.zillow.com/apple-touch-icon.png"
        }
      ],
      "related_urls": [],
      "features": [],
      "last_retrieved_at": "2026-06-11T15:52:33.179Z",
      "deleted_at": null,
      "active_from": null,
      "available_to_rent_from": null,
      "available_to_rent_till": null,
      "property_type": "",
      "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-06-20T22:12:26.552Z",
    "source_platform": "PropertyWebScraper",
    "total_listings": 1,
    "scraper_version": "5.0.0",
    "duration_ms": 0
  }
}
CSV
text/csv · .csv

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
,17011 Real Estate - 17011 Homes For Sale,344900,USD,3,4,2378,,USA,0,0,https://photos.zillowstatic.com/fp/1025d58733a7eeeb131f9757b8aab696-cc_ft_1536.jpg,,https://www.zillow.com/homedetails/142-Ashford-Way-Camp-Hill-PA-17011/92379883_zpid/,2026-06-11T15:52:33.179Z
GeoJSON
application/geo+json · .geojson

GeoJSON format for mapping applications and GIS tools

Requires valid geolocation data (latitude/longitude)
XML (RETS)
application/xml · .xml

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.552Z">
  <Listing>
    <OriginalListingURL>https://www.zillow.com/homedetails/142-Ashford-Way-Camp-Hill-PA-17011/92379883_zpid/</OriginalListingURL>
    <SourceSystem>us_zillow</SourceSystem>
    <ListPriceDisplay>$344,900</ListPriceDisplay>
    <ListPrice>344900</ListPrice>
    <CurrencyCode>USD</CurrencyCode>
    <ListPriceCents>34490000</ListPriceCents>
    <CurrencyCode>USD</CurrencyCode>
    <ListingTitle>17011 Real Estate - 17011 Homes For Sale</ListingTitle>
    <PublicRemarks>Zillow has 29 photos of this $344,900 3 beds, 4 baths, 2,378 Square Feet townhouse home located at 142 Ashford Way, Camp Hill, PA 17011 built in 2009. MLS #PACB2049862.</PublicRemarks>
    <ListingLanguage>en</ListingLanguage>
    <LivingAreaUnits>sqft</LivingAreaUnits>
    <LivingArea>2378</LivingArea>
    <BedroomsTotal>3</BedroomsTotal>
    <BathroomsTotalInteger>4</BathroomsTotalInteger>
    <ForRentShortTerm>true</ForRentShortTerm>
    <UnparsedAddress>17011 Real Estate - 17011 Homes For Sale</UnparsedAddress>
    <Country>USA</Country>
    <MediaURL>https://photos.zillowstatic.com/fp/1025d58733a7eeeb131f9757b8aab696-cc_ft_1536.jpg</MediaURL>
    <ImageUrls>[{&quot;url&quot;:&quot;https://photos.zillowstatic.com/fp/1025d58733a7eeeb131f9757b8aab696-cc_ft_1536.jpg&quot;},{&quot;url&quot;:&quot;https://www.zillow.com/apple-touch-icon.png&quot;}]</ImageUrls>
    <RelatedUrls>[]</RelatedUrls>
    <Features>[]</Features>
    <LastRetrievedAt>2026-06-11T15:52:33.179Z</LastRetrievedAt>
    <FloorPlanUrls>[]</FloorPlanUrls>
    <Media>
      <MediaURL>https://photos.zillowstatic.com/fp/1025d58733a7eeeb131f9757b8aab696-cc_ft_1536.jpg</MediaURL>
      <MediaURL>https://www.zillow.com/apple-touch-icon.png</MediaURL>
    </Media>
  </Listing>
</Listings>
Schema.org (JSON-LD)
application/ld+json · .jsonld

JSON-LD format for SEO and semantic web integration

{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "RealEstateListing",
      "name": "17011 Real Estate - 17011 Homes For Sale",
      "description": "Zillow has 29 photos of this $344,900 3 beds, 4 baths, 2,378 Square Feet townhouse home located at 142 Ashford Way, Camp Hill, PA 17011 built in 2009. MLS #PACB2049862.",
      "url": "https://www.zillow.com/homedetails/142-Ashford-Way-Camp-Hill-PA-17011/92379883_zpid/",
      "inLanguage": "en",
      "offers": {
        "@type": "Offer",
        "price": 344900,
        "priceCurrency": "USD",
        "availability": "https://schema.org/InStock"
      },
      "about": {
        "@type": "SingleFamilyResidence",
        "address": {
          "@type": "PostalAddress",
          "addressCountry": "USA"
        },
        "numberOfBedrooms": 3,
        "numberOfBathroomsTotal": 4,
        "floorSize": {
          "@type": "QuantitativeValue",
          "value": 2378,
          "unitCode": "FTK"
        }
      },
      "image": [
        "https://photos.zillowstatic.com/fp/1025d58733a7eeeb131f9757b8aab696-cc_ft_1536.jpg",
        "https://www.zillow.com/apple-touch-icon.png"
      ],
      "dateModified": "2026-06-11T15:52:33.179Z"
    }
  ]
}

Industry Formats

BLM (Rightmove)
text/plain · .blm

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#
^^^^^^^17011 Real Estate - 17011 Homes For Sale^USA^^^17011 Real Estate - 17011 Homes For Sale^Zillow has 29 photos of this $344,900 3 beds, 4 baths, 2,378 Square Feet townhouse home located at 142 Ashford Way, Camp Hill, PA 17011 built in 2009. MLS #PACB2049862.^344900^$344,900^^USD^^^^3^4^^^2378^sqft^^^^^^^^^^^^https://www.zillow.com/homedetails/142-Ashford-Way-Camp-Hill-PA-17011/92379883_zpid/^^^^^^^^^^^https://photos.zillowstatic.com/fp/1025d58733a7eeeb131f9757b8aab696-cc_ft_1536.jpg^https://www.zillow.com/apple-touch-icon.png^^^^^^^^^^^~
#END#
Kyero XML
application/xml · .xml

Kyero XML format for Spanish property market

<?xml version="1.0" encoding="UTF-8"?>
<root>
  <property>
    <url>https://www.zillow.com/homedetails/142-Ashford-Way-Camp-Hill-PA-17011/92379883_zpid/</url>
    <price>344900</price>
    <currency>USD</currency>
    <type>other</type>
    <beds>3</beds>
    <baths>4</baths>
    <location>
      <country>USA</country>
      <detail>17011 Real Estate - 17011 Homes For Sale</detail>
    </location>
    <surface_area>
      <built>2378</built>
    </surface_area>
    <title>
      <en>17011 Real Estate - 17011 Homes For Sale</en>
    </title>
    <desc>
      <en>Zillow has 29 photos of this $344,900 3 beds, 4 baths, 2,378 Square Feet townhouse home located at 142 Ashford Way, Camp Hill, PA 17011 built in 2009. MLS #PACB2049862.</en>
    </desc>
    <images>
      <image><url>https://photos.zillowstatic.com/fp/1025d58733a7eeeb131f9757b8aab696-cc_ft_1536.jpg</url></image>
      <image><url>https://www.zillow.com/apple-touch-icon.png</url></image>
    </images>
  </property>
</root>
RESO JSON
application/json · .json

RESO Web API JSON format for US/Canadian MLS

{
  "@odata.context": "https://api.reso.org/Property",
  "@odata.count": 1,
  "value": [
    {
      "OriginalListingURL": "https://www.zillow.com/homedetails/142-Ashford-Way-Camp-Hill-PA-17011/92379883_zpid/",
      "SourceSystem": "us_zillow",
      "ListPriceDisplay": "$344,900",
      "ListPrice": 344900,
      "CurrencyCode": "USD",
      "ListPriceCents": 34490000,
      "ListingTitle": "17011 Real Estate - 17011 Homes For Sale",
      "PublicRemarks": "Zillow has 29 photos of this $344,900 3 beds, 4 baths, 2,378 Square Feet townhouse home located at 142 Ashford Way, Camp Hill, PA 17011 built in 2009. MLS #PACB2049862.",
      "ListingLanguage": "en",
      "LivingAreaUnits": "sqft",
      "LivingArea": 2378,
      "BedroomsTotal": 3,
      "BathroomsTotalInteger": 4,
      "UnparsedAddress": "17011 Real Estate - 17011 Homes For Sale",
      "Country": "USA",
      "Media": [
        {
          "MediaURL": "https://photos.zillowstatic.com/fp/1025d58733a7eeeb131f9757b8aab696-cc_ft_1536.jpg",
          "MediaCategory": "Photo",
          "Order": 1
        },
        {
          "MediaURL": "https://www.zillow.com/apple-touch-icon.png",
          "MediaCategory": "Photo",
          "Order": 2
        }
      ]
    }
  ]
}