All sites
Data API
Realtor Data API
Listings, property detail and market data from Realtor.com.
5endpointsKasada · Rate Limit handled for you
Example (captured live)
realtor.com
ExampleJSON responseclick the page to trace a field
{
"property_id": "9372261272",
"listing_id": "2999359834",
"scraped_at": "2026-08-12T03:04:38.518602+00:00",
"status": "for_sale",
"name": null,
"list_price": 184795,
"list_date": "2026-08-06T17:15:06Z",
"last_sold_price": null,
"last_sold_date": null,
"price_per_sqft": 184,
"mortgage_estimate": 1284,
"address": "2809 Acopio Bnd Unit 37",
"city": "Austin",
"state": "TX",
"zip": "78745",
"neighborhood": "Cherry Creek",
"county": "Travis",
"lat": 30.192186,
"lng": -97.829193,
"beds": 2,
"baths": 2,
"baths_full": 2,
"baths_half": null,
"sqft": 1005,
"lot_sqft": 6717,
"type": "single_family",
"sub_type": null,
"year_built": 2015,
"garage": 1,
"stories": 1,
"hoa_fee": 85,
"agent_name": "Albert Allen",
"agent_phone": "(512) 589-9776",
"agent_email": "albert@compass.com",
"broker_name": "Compass RE Texas, LLC",
"description_text": "Discover an exceptional lifestyle in this charming Austin residence, where comfort meets convenience. This delightful home offers an unparalleled opportunity to embrace serene living within a vibrant community. The single-story 1005 square foot layout provides a seamless flow throughout its inviting spaces, featuring an open-concept living area bathed in natural light. With two well-appointed bedr…",
"details": [
{
"category": "Bedrooms",
"text": [
"Bedrooms: 2",
"Bedrooms On Main Level: 2"
]
},
{
"category": "Bathrooms",
"text": [
"Total Bathrooms: 2",
"Full Bathrooms: 2"
]
},
{
"category": "Interior Features",
"text": [
"Ceiling Fan(s)",
"Laminate Counters",
"Kitchen Island"
]
}
],
"tax_history": [
{
"year": 2025,
"tax": 3210,
"assessment": {
"building": 128000,
"land": 42000,
"total": 170000
}
},
{
"year": 2024,
"tax": 3040,
"assessment": {
"building": 121000,
"land": 40000,
"total": 161000
}
}
],
"price_history": [
{
"date": "2026-08-06",
"event": "Listed",
"price": 184795,
"price_sqft": 183.87562189054725,
"source": "UnlockMLS"
},
{
"date": "2019-05-14",
"event": "Sold",
"price": 152000,
"price_sqft": 151.24,
"source": "UnlockMLS"
}
],
"schools": [
{
"name": "Williams Elementary School",
"rating": 6,
"distance": 0.5,
"level": "Elementary",
"grades": "PK-5",
"type": "public"
},
{
"name": "Bedichek Middle School",
"rating": 5,
"distance": 1.2,
"level": "Middle",
"grades": "6-8",
"type": "public"
},
{
"name": "Crockett High School",
"rating": 5,
"distance": 1.8,
"level": "High",
"grades": "9-12",
"type": "public"
}
],
"school_count": 3,
"photos": [
"https://ap.rdcpix.com/6ff9e9569001f65eb04779eef42a4edcl-m3430817165s.jpg",
"https://ap.rdcpix.com/6ff9e9569001f65eb04779eef42a4edcl-m3544502983s.jpg",
"https://ap.rdcpix.com/6ff9e9569001f65eb04779eef42a4edcl-m2210465265s.jpg",
"https://ap.rdcpix.com/6ff9e9569001f65eb04779eef42a4edcl-m1108893521s.jpg",
"https://ap.rdcpix.com/6ff9e9569001f65eb04779eef42a4edcl-m4204817881s.jpg"
],
"photo_count": 34,
"photo": "https://ap.rdcpix.com/6ff9e9569001f65eb04779eef42a4edcl-m3430817165s.jpg",
"url": "https://www.realtor.com/realestateandhomes-detail/2809-Acopio-Bnd-37_Austin_TX_78745_M93722-61272"
}
GET
/v1/data/realtor/properties/{property_id}1 credit / run VerifiedProperty Detail
Full detail for a single property.
Handled for you:KasadaRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| property_id | string | yes | Realtor numeric property id (from search results). |
| Advanced filters | |||
| market | string | no | us. (default: us) |