Additional Location detail, could be neighborhood or postal_code or leave it blank. Get from /location/suggest response. Default is blank
Example:
07620
limit
string
optional
Number of result limitation. Maximum is 200 for Paid Plan, 42 for Free Plan. Defaults to 42.
Example:
200
offset
string
optional
Number of skipped results
Example:
9800
sort
string
optional
One of the following options: frehsnest|recently_added_update|lowest_price|highest_price
Example:
frehsnest
price_min
string
optional
Minimmum price
Example:
1000
price_max
string
optional
Maximum price
Example:
3000
beds_min
string
optional
Minimum beds
Example:
1
beds_max
string
optional
Maximum beds
Example:
5
baths_min
string
optional
Minimum Bathrooms
Example:
1
baths_max
string
optional
Maximum Bathrooms
Example:
5
property_type
string
optional
Comma-separated values. Available options: multi_family|single_family|mobile|land|farm
Example:
apartment
expand_search_radius
string
optional
One of the following options: 1|5|10|25|50. Expand search by radius in miles
Example:
10
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
Example:
Union-City_NJ,Howard-Beach_NY
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
Example:
500
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
Example:
7500
in_unit_features
string
optional
Comma-separated values. One or more from following options: central_air|dishwasher|washer_dryer|furnished
Example:
central_air
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
Example:
garage_1_or_more
cats_ok
string
optional
true for Cats allowed only
Example:
true
dogs_ok
string
optional
true for Dogs allowed only
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/v2/for-rent-result-count?city=Manhattan&state_code=NY&location=07620&limit=200&offset=9800&sort=frehsnest&price_min=1000&price_max=3000&beds_min=1&beds_max=5&baths_min=1&baths_max=5&property_type=apartment&expand_search_radius=10&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;'