US Real Estate API
  1. Sold Home
US Real Estate API
  • US Real Estate API
  • General
    • /v3/property-detail
      GET
    • /property-by-mls-id
      GET
    • /keywords-search-suggest
      GET
    • /v2/property-detail
      GET
    • /property-detail
      GET
  • Location
    • /location/suggest
      GET
    • /location/for-sale-nearby-areas
      GET
    • /location/for-sale-nearby-areas-by-postal-code
      GET
    • /location/for-rent-nearby-areas
      GET
    • /location/for-rent-nearby-areas-by-postal-code
      GET
    • /location/schools
      GET
    • /location/noise-score
      GET
    • /location/commute-time
      GET
    • /location/schools-by-postal-code
      GET
  • For Sale
    • /v3/for-sale
      GET
    • /v2/for-sale
      GET
    • /v2/for-sale-by-zipcode
      GET
    • /for-sale
      GET
    • /for-sale/other-homes-in-building
      GET
    • /for-sale/similiar-homes
      GET
    • /for-sale/home-estimate-value
      GET
  • Sold Home
    • /v2/sold-homes-by-zipcode
      GET
    • /sold-homes
      GET
  • For Rent
    • /v2/for-rent
      GET
    • /v2/for-rent-result-count
      GET
    • /v2/for-rent-by-zipcode
      GET
    • /v2/for-rent/similiar-homes
      GET
    • /for-rent
      GET
    • /for-rent/similiar-homes
      GET
  • Agents
    • /agents/agents-search
    • /agents/agents-search-by-zipcode
    • /agents/agent-listings
    • /agents/agent-profile
  • Finance
    • /finance/mortgage-calculate
    • /finance/average-rate
    • /finance/rate-trends
  1. Sold Home

/sold-homes

GET
/api/sold-homes
Get recently sold properties

Request

Authorization
Add parameter in header
x-rapidapi-key
Example:
x-rapidapi-key: ********************
Query Params
city
string 
required
City name
Example:
Houston
state_code
string 
required
State Code
Example:
TX
location
string 
optional
Additional Location detail, could be neighborhood or postal_code or leave it blank. Get from /location/suggest response. Default is blank
Example:
37932
limit
string 
optional
Number of result limitation. Maximum is 200 for Paid Plan, 42 for Free Plan. Defaults to 42.
Example:
10
sort
string 
optional
One of the following options: sold_date | lowest_price | highest_price | lot_size | number_of_beds. Default is sold_date
Example:
sold_date
expand_search_radius
string 
optional
One of the following options: 1|5|10|25|50. Expand search by radius in miles
Example:
5
max_sold_days
string 
optional
Maximum sold days form now
Example:
180
new_construction
string 
optional
true for new construction only. Leave blank for any
Example:
true

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://us-real-estate.p.rapidapi.com/api/sold-homes?city=Houston&state_code=TX&location=37932&limit=10&sort=sold_date&expand_search_radius=5&max_sold_days=180&new_construction=true' \
--header 'x-rapidapi-key;'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-07-21 05:43:47
Previous
/v2/sold-homes-by-zipcode
Next
/v2/for-rent
Built with