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

/v2/for-sale

GET
/api/v2/for-sale
Search properties for sale

Request

Authorization
Add parameter in header
x-rapidapi-key
Example:
x-rapidapi-key: ********************
Query Params
city
string 
optional
City name
Example:
Manvel
state_code
string 
optional
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:
95116
limit
string 
optional
Number of result limitation. Maximum is 200 for Paid Plan, 42 for Free Plan. Defaults to 42.
Example:
42
offset
string 
optional
Number of skipped results
Example:
126
sort
string 
optional
One of the following options: relevant|newest|lowest_price|highest_price|open_house_date|price_reduced_date|largest_sqft|lot_size|sold_date
Example:
relevant
price_min
string 
optional
Minimmum price
Example:
280000
price_max
string 
optional
Maximum price
Example:
300000
beds_min
string 
optional
Minimum beds
Example:
2
beds_max
string 
optional
Maximum beds
baths_min
string 
optional
Minimum Bathrooms
baths_max
string 
optional
Maximum Bathrooms
property_type
string 
optional
Comma-separated values. Available options: multi_family|single_family|mobile|land|farm
property_type_nyc_only
string 
optional
Comma separated values. One or more from following options: condo|coop|condop. For NYC listings only
new_construction
string 
optional
true for new construction only. Leave blank for any
hide_pending_contingent
string 
optional
true for hide pending/contingent. Leave blank for any
has_virtual_tours
string 
optional
true for properties with virtual tour only. Leave blank for any
has_3d_tours
string 
optional
true for properties with 3D tour only. Leave blank for any
hide_foreclosure
string 
optional
true for hide foreclosure. Leave blank for any
price_reduced
string 
optional
true for properties with price reduced only. Leave blank for any
open_house
string 
optional
true for properties with open house only. Leave blank for any
keywords
string 
optional
Comma-separated values. Get popular keywords from /keywords-search-suggest response
no_hoa_fee
string 
optional
true for properties without HOA fee only. Leave blank for any
hoa_max
string 
optional
Maximum HOA fee in USD
days_on_realtor
string 
optional
One of the following options: today|7|14|21|30
expand_search_radius
string 
optional
One of the following options: 1|5|10|25|50. Expand search by radius in miles
include_nearby_areas_slug_id
string 
optional
Comma-separated values. Expand search by including nearby areas. Get slug_id from /location/for-sale-nearby-areas
home_size_min
string 
optional
One of the following options: 750|1000|1250|1500|1750|2000|2250|2500|2750|3000|3250|3500|3750|5000|7500. Minimum home size in sqft
home_size_max
string 
optional
One of the following options: 1000|1250|1500|1750|2000|2250|2500|2750|3000|3250|3500|3750|5000|7500|10000. Maximum home size in sqft
lot_size_min
string 
optional
One of the following options: 2000|300|4000|5000|7500|10890|21780|43560|87120|217800|435600|653400|871200. Minimum lot size in sqft
lot_size_max
string 
optional
One of the following options: 2000|300|4000|5000|7500|10890|21780|43560|87120|217800|435600|653400|871200. Maximum lot
home_age_max
string 
optional
Maximum home age
stories
string 
optional
One of the following options: single|multi
garage
string 
optional
One of the following options: 1+|2+|3+
heating_cooling
string 
optional
Comma-separated values. One or more from following options: central_air|central_heat|forced_air
inside_rooms
string 
optional
outside_features
string 
optional
Comma-separated values. One or more from following options: swimming_pool|spa_or_hot_tub|horse_facilities
lot_views
string 
optional
Comma-separated values. One or more from following options: waterfront|cul_de_sac|corner_lot|golf_course_lot_or_frontage|hill_or_mountain_view|ocean_view|lake_view|river_view
community_ammenities
string 
optional
Comma-separated values. One or more from following options: community_swimming_pool|community_spa_or_hot_tub|community_golf|community_security_features|community_boat_facilities|tennis_court|community_clubhouse|senior_community
features_in_nyc_only
string 
optional
Comma-separated values. One or more from following options: furniture|dishwasher|community_doorman|pets_allowed|laundry_room|elevator|community_outdoor_space

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/v2/for-sale?city=Manvel&state_code=TX&location=95116&limit=42&offset=126&sort=relevant&price_min=280000&price_max=300000&beds_min=2&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=&hoa_max=&days_on_realtor=&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
/v3/for-sale
Next
/v2/for-sale-by-zipcode
Built with