US Real Estate API
  1. For Sale
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. For Sale

/for-sale

Deprecated
GET
/api/for-sale

Request

Authorization
Add parameter in header
x-rapidapi-key
Example:
x-rapidapi-key: ********************
Query Params
city
string 
required
Example:
Detroit
state_code
string 
required
Example:
MI
location
string 
required
Example:
570 Ontario St Buffalo NY 14207
limit
string 
required
Example:
100
offset
string 
required
Example:
0
sort
string 
required
Example:
newest
price_min
string 
required
price_max
string 
required
beds_min
string 
required
beds_max
string 
required
baths_min
string 
required
baths_max
string 
required
property_type
string 
required
property_type_nyc_only
string 
required
new_construction
string 
required
hide_pending_contingent
string 
required
has_virtual_tours
string 
required
has_3d_tours
string 
required
hide_foreclosure
string 
required
price_reduced
string 
required
open_house
string 
required
keywords
string 
required
no_hoa_fee
string 
required
Example:
false
hoa_max
string 
required
days_on_realtor
string 
required
Example:
today
expand_search_radius
string 
required
include_nearby_areas_slug_id
string 
required
home_size_min
string 
required
home_size_max
string 
required
lot_size_min
string 
required
lot_size_max
string 
required
home_age_max
string 
required
stories
string 
required
garage
string 
required
heating_cooling
string 
required
inside_rooms
string 
required
outside_features
string 
required
lot_views
string 
required
community_ammenities
string 
required
features_in_nyc_only
string 
required

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/for-sale?city=Detroit&state_code=MI&location=570 Ontario St Buffalo NY 14207&limit=100&offset=0&sort=newest&price_min=&price_max=&beds_min=&beds_max=&baths_min=&baths_max=&property_type=&property_type_nyc_only=&new_construction=&hide_pending_contingent=&has_virtual_tours=&has_3d_tours=&hide_foreclosure=&price_reduced=&open_house=&keywords=&no_hoa_fee=false&hoa_max=&days_on_realtor=today&expand_search_radius=&include_nearby_areas_slug_id=&home_size_min=&home_size_max=&lot_size_min=&lot_size_max=&home_age_max=&stories=&garage=&heating_cooling=&inside_rooms=&outside_features=&lot_views=&community_ammenities=&features_in_nyc_only=' \
--header 'x-rapidapi-key;'

Responses

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