US Real Estate API
  1. For Rent
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
    • /sold-homes
  • 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 Rent

/for-rent

Deprecated
GET
/api/for-rent

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:
48278
limit
string 
required
Example:
10
offset
string 
required
Example:
0
sort
string 
required
Example:
lowest_price
price_min
string 
required
Example:
1000
price_max
string 
required
Example:
3000
beds_min
string 
required
Example:
1
beds_max
string 
required
Example:
5
baths_min
string 
required
Example:
1
baths_max
string 
required
Example:
5
property_type
string 
required
Example:
apartment
expand_search_radius
string 
required
Example:
25
include_nearby_areas_slug_id
string 
required
Example:
Union-City_NJ,Howard-Beach_NY
home_size_min
string 
required
Example:
500
home_size_max
string 
required
Example:
7500
in_unit_features
string 
required
Example:
central_air
community_ammenities
string 
required
Example:
garage_1_or_more
cats_ok
string 
required
Example:
true
dogs_ok
string 
required
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/for-rent?city=Detroit&state_code=MI&location=48278&limit=10&offset=0&sort=lowest_price&price_min=1000&price_max=3000&beds_min=1&beds_max=5&baths_min=1&baths_max=5&property_type=apartment&expand_search_radius=25&include_nearby_areas_slug_id=Union-City_NJ,Howard-Beach_NY&home_size_min=500&home_size_max=7500&in_unit_features=central_air&community_ammenities=garage_1_or_more&cats_ok=true&dogs_ok=true' \
--header 'x-rapidapi-key;'

Responses

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