Skip to content
Back to 27962 Bradford Ridge Dr

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:04.590Z",
  "source_platform": "PropertyWebScraper",
  "listings": [
    {
      "reference": "8164554165",
      "import_url": "https://www.realtor.com/realestateandhomes-detail/27962-Bradford-Ridge-Dr_Katy_TX_77494_M81645-54165",
      "import_host_slug": "us_realtor",
      "price_string": "575000",
      "price_float": 575000,
      "currency": "USD",
      "price_cents": 57500000,
      "price_currency": "USD",
      "title": "27962 Bradford Ridge Dr",
      "description": "For Sale: View 37 photos for 27962 Bradford Ridge Dr, this 4 bed, 3.5 bath, 3473 sqft. single family home in Katy, TX listed at $575,000. MLS #72536943",
      "locale_code": "",
      "area_unit": "sqft",
      "plot_area": 0,
      "constructed_area": 3473,
      "year_construction": 0,
      "count_bedrooms": 4,
      "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": "27962 Bradford Ridge Dr",
      "street_number": "",
      "street_name": "",
      "street_address": "",
      "postal_code": "77494",
      "province": "",
      "city": "Katy",
      "region": "TX",
      "country": "USA",
      "latitude": 29.748279,
      "longitude": -95.85072,
      "main_image_url": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m215409791s.jpg",
      "image_urls": [
        {
          "url": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m215409791s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3780738979s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3663728223s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1208700833s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1366952749s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1155092797s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m4127117320s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1661272166s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1784604346s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1373590174s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3927266303s.jpg"
        },
        {
          "url": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1574581000s.jpg"
        },
        {
          "

Truncated — showing 3,000 of 6,571 chars

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
8164554165,27962 Bradford Ridge Dr,575000,USD,4,3,3473,Katy,USA,29.748279,-95.85072,https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m215409791s.jpg,null,https://www.realtor.com/realestateandhomes-detail/27962-Bradford-Ridge-Dr_Katy_TX_77494_M81645-54165,2026-04-12T20:45:30.042Z
GeoJSON
application/geo+json · .geojson

GeoJSON format for mapping applications and GIS tools

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          -95.85072,
          29.748279
        ]
      },
      "properties": {
        "reference": "8164554165",
        "title": "27962 Bradford Ridge Dr",
        "price_float": 575000,
        "currency": "USD",
        "bedrooms": 4,
        "bathrooms": 3,
        "area": 3473,
        "area_unit": "sqft",
        "city": "Katy",
        "address": "27962 Bradford Ridge Dr",
        "country": "USA",
        "main_image_url": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m215409791s.jpg",
        "source_url": "https://www.realtor.com/realestateandhomes-detail/27962-Bradford-Ridge-Dr_Katy_TX_77494_M81645-54165",
        "source_portal": "us_realtor",
        "scraped_date": "2026-04-12T20:45:30.042Z",
        "for_sale": true,
        "for_rent": false,
        "furnished": false,
        "property_type": "null"
      }
    }
  ]
}
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:04.590Z">
  <Listing>
    <ListingKey>8164554165</ListingKey>
    <OriginalListingURL>https://www.realtor.com/realestateandhomes-detail/27962-Bradford-Ridge-Dr_Katy_TX_77494_M81645-54165</OriginalListingURL>
    <SourceSystem>us_realtor</SourceSystem>
    <ListPriceDisplay>575000</ListPriceDisplay>
    <ListPrice>575000</ListPrice>
    <CurrencyCode>USD</CurrencyCode>
    <ListPriceCents>57500000</ListPriceCents>
    <CurrencyCode>USD</CurrencyCode>
    <ListingTitle>27962 Bradford Ridge Dr</ListingTitle>
    <PublicRemarks>For Sale: View 37 photos for 27962 Bradford Ridge Dr, this 4 bed, 3.5 bath, 3473 sqft. single family home in Katy, TX listed at $575,000. MLS #72536943</PublicRemarks>
    <LivingAreaUnits>sqft</LivingAreaUnits>
    <LivingArea>3473</LivingArea>
    <BedroomsTotal>4</BedroomsTotal>
    <BathroomsTotalInteger>3</BathroomsTotalInteger>
    <ForRentShortTerm>true</ForRentShortTerm>
    <ForSale>true</ForSale>
    <UnparsedAddress>27962 Bradford Ridge Dr</UnparsedAddress>
    <PostalCode>77494</PostalCode>
    <City>Katy</City>
    <CountyOrParish>TX</CountyOrParish>
    <Country>USA</Country>
    <Latitude>29.748279</Latitude>
    <Longitude>-95.85072</Longitude>
    <MediaURL>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m215409791s.jpg</MediaURL>
    <ImageUrls>[{&quot;url&quot;:&quot;https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m215409791s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3780738979s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3663728223s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1208700833s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1366952749s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1155092797s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m4127117320s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1661272166s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1784604346s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1373590174s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3927266303s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1574581000s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m482522399s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3616246880s.jpg&quot;},{&quot;url&quot;:&quot;https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1173591878s.jpg&quot;},{&quot;url&quot;:&q

Truncated — showing 3,000 of 9,191 chars

Schema.org (JSON-LD)
application/ld+json · .jsonld

JSON-LD format for SEO and semantic web integration

{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "RealEstateListing",
      "@id": "https://www.realtor.com/realestateandhomes-detail/27962-Bradford-Ridge-Dr_Katy_TX_77494_M81645-54165",
      "name": "27962 Bradford Ridge Dr",
      "description": "For Sale: View 37 photos for 27962 Bradford Ridge Dr, this 4 bed, 3.5 bath, 3473 sqft. single family home in Katy, TX listed at $575,000. MLS #72536943",
      "url": "https://www.realtor.com/realestateandhomes-detail/27962-Bradford-Ridge-Dr_Katy_TX_77494_M81645-54165",
      "offers": {
        "@type": "Offer",
        "price": 575000,
        "priceCurrency": "USD",
        "availability": "https://schema.org/InStock"
      },
      "about": {
        "@type": "SingleFamilyResidence",
        "address": {
          "@type": "PostalAddress",
          "addressLocality": "Katy",
          "postalCode": "77494",
          "addressCountry": "USA"
        },
        "geo": {
          "@type": "GeoCoordinates",
          "latitude": 29.748279,
          "longitude": -95.85072
        },
        "numberOfBedrooms": 4,
        "numberOfBathroomsTotal": 3,
        "floorSize": {
          "@type": "QuantitativeValue",
          "value": 3473,
          "unitCode": "FTK"
        }
      },
      "image": [
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m215409791s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3780738979s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3663728223s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1208700833s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1366952749s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1155092797s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m4127117320s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1661272166s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1784604346s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1373590174s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3927266303s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1574581000s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m482522399s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3616246880s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1173591878s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m2487644101s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m966003984s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m2086123130s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m438801373s.jpg",
        "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1033254001s.jpg",
        "https://ap.rdcpix.com/30f

Truncated — showing 3,000 of 4,455 chars

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#
8164554165^^^Katy^^77494^^27962 Bradford Ridge Dr^USA^null^^27962 Bradford Ridge Dr^For Sale: View 37 photos for 27962 Bradford Ridge Dr, this 4 bed, 3.5 bath, 3473 sqft. single family home in Katy, TX listed at $575,000. MLS #72536943^575000^575000^^USD^1^^^4^3^^^3473^sqft^^^^^^^^^^29.748279^-95.85072^https://www.realtor.com/realestateandhomes-detail/27962-Bradford-Ridge-Dr_Katy_TX_77494_M81645-54165^^^^^^^^^^^https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m215409791s.jpg^https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3780738979s.jpg^https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3663728223s.jpg^https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1208700833s.jpg^https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1366952749s.jpg^https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1155092797s.jpg^https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m4127117320s.jpg^https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1661272166s.jpg^https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1784604346s.jpg^https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1373590174s.jpg^^^~
#END#
Kyero XML
application/xml · .xml

Kyero XML format for Spanish property market

<?xml version="1.0" encoding="UTF-8"?>
<root>
  <property>
    <ref>8164554165</ref>
    <url>https://www.realtor.com/realestateandhomes-detail/27962-Bradford-Ridge-Dr_Katy_TX_77494_M81645-54165</url>
    <price>575000</price>
    <currency>USD</currency>
    <type>other</type>
    <beds>4</beds>
    <baths>3</baths>
    <location>
      <city>Katy</city>
      <area>TX</area>
      <country>USA</country>
      <zip>77494</zip>
      <detail>27962 Bradford Ridge Dr</detail>
      <latitude>29.748279</latitude>
      <longitude>-95.85072</longitude>
    </location>
    <surface_area>
      <built>3473</built>
    </surface_area>
    <title>
      <en>27962 Bradford Ridge Dr</en>
    </title>
    <desc>
      <en>For Sale: View 37 photos for 27962 Bradford Ridge Dr, this 4 bed, 3.5 bath, 3473 sqft. single family home in Katy, TX listed at $575,000. MLS #72536943</en>
    </desc>
    <images>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m215409791s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3780738979s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3663728223s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1208700833s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1366952749s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1155092797s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m4127117320s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1661272166s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1784604346s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1373590174s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3927266303s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1574581000s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m482522399s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3616246880s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1173591878s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m2487644101s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m966003984s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m2086123130s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m438801373s.jpg</url></image>
      <image><url>https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1033254001s.jpg</url></image>
 

Truncated — showing 3,000 of 4,812 chars

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": [
    {
      "ListingKey": "8164554165",
      "OriginalListingURL": "https://www.realtor.com/realestateandhomes-detail/27962-Bradford-Ridge-Dr_Katy_TX_77494_M81645-54165",
      "SourceSystem": "us_realtor",
      "ListPriceDisplay": "575000",
      "ListPrice": 575000,
      "CurrencyCode": "USD",
      "ListPriceCents": 57500000,
      "ListingTitle": "27962 Bradford Ridge Dr",
      "PublicRemarks": "For Sale: View 37 photos for 27962 Bradford Ridge Dr, this 4 bed, 3.5 bath, 3473 sqft. single family home in Katy, TX listed at $575,000. MLS #72536943",
      "LivingAreaUnits": "sqft",
      "LivingArea": 3473,
      "BedroomsTotal": 4,
      "BathroomsTotalInteger": 3,
      "ForSale": "true",
      "UnparsedAddress": "27962 Bradford Ridge Dr",
      "PostalCode": "77494",
      "City": "Katy",
      "CountyOrParish": "TX",
      "Country": "USA",
      "Latitude": 29.748279,
      "Longitude": -95.85072,
      "PropertyType": "null",
      "Media": [
        {
          "MediaURL": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m215409791s.jpg",
          "MediaCategory": "Photo",
          "Order": 1
        },
        {
          "MediaURL": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3780738979s.jpg",
          "MediaCategory": "Photo",
          "Order": 2
        },
        {
          "MediaURL": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3663728223s.jpg",
          "MediaCategory": "Photo",
          "Order": 3
        },
        {
          "MediaURL": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1208700833s.jpg",
          "MediaCategory": "Photo",
          "Order": 4
        },
        {
          "MediaURL": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1366952749s.jpg",
          "MediaCategory": "Photo",
          "Order": 5
        },
        {
          "MediaURL": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1155092797s.jpg",
          "MediaCategory": "Photo",
          "Order": 6
        },
        {
          "MediaURL": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m4127117320s.jpg",
          "MediaCategory": "Photo",
          "Order": 7
        },
        {
          "MediaURL": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1661272166s.jpg",
          "MediaCategory": "Photo",
          "Order": 8
        },
        {
          "MediaURL": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1784604346s.jpg",
          "MediaCategory": "Photo",
          "Order": 9
        },
        {
          "MediaURL": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m1373590174s.jpg",
          "MediaCategory": "Photo",
          "Order": 10
        },
        {
          "MediaURL": "https://ap.rdcpix.com/30f34d64e8093d86174834e0c2186e05l-m3927266303s.jpg",
          "MediaCategory": "Photo",
          "Order": 11
        },
      

Truncated — showing 3,000 of 7,604 chars