Skip to main content
GET
Search Properties For Rent

Authorizations

x-rapidapi-key
string
header
required

Rapid API Key

Query Parameters

location
string
required

Location

Minimum string length: 1
Example:

"20002"

page
integer
default:1

Page number for pagination

Example:

1

sort_by
enum<string>
default:best_match

Sort results by the specified criteria

  • best_match: Best match
  • recently_added: Recently added
  • highest_price: Highest price
  • lowest_price: Lowest price
Available options:
best_match,
recently_added,
highest_price,
lowest_price
Example:

"best_match"

list_price_range
string

list_price_range filter in format min,max

Example 50000,1000000 means price from $50,000 to $1,000,000

Example:

"50000,1000000"

property_type
string

Filter listings by property type

You can use one or multiple values separated by commas ,

  • apartment: Apartment
  • townhome: Townhome
  • condo: Condo
  • single_family: Single family
Example:

"apartment,townhome"

number_of_bedrooms
integer

Filter by minimum number of bedrooms. The value represents the lower bound. For example, if 1 is provided, the query will return properties with 1 or more bedrooms (bedrooms >= 1)

Example:

1

number_of_bathrooms
integer

Filter by minimum number of bathrooms. The value represents the lower bound. For example, if 1 is provided, the query will return properties with 1 or more bathrooms (bathrooms >= 1)

Example:

1

move_in_by
string

Desired move-in date. Format YYYY-MM-DD (ISO 8601)

Pattern: ^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$
Example:

"2026-01-31"

pet_friendly
string

Filter listings by pet friendly

You can use one or multiple values separated by commas ,

  • cats: Cats OK
  • dogs: Dogs OK
Example:

"cats,dogs"

square_feet_range
string

square_feet_range filter in format min,max

Example 500,2000 square feet from 500 to 2000

Example:

"500,2000"

is_accepts_online_applications
boolean

Accepts online applications

Example:

true

is_3d_tours
boolean

3D Tours

Example:

true

unit_features
string

Filter listings by unit features

You can use one or multiple values separated by commas ,

  • washer_dryer: Washer / dryer
  • central_air: Central air
Example:

"washer_dryer,central_air"

community_features
string

Filter listings by community features

You can use one or multiple values separated by commas ,

  • garage_1_or_more: Parking
  • community_gym: Gym
  • community_swimming_pool: Pool(s)
  • laundry_room: Laundry room
Example:

"garage_1_or_more,community_gym"

Filter listings by keyword search

You can use one or multiple values separated by commas ,

Example:

"Pool,Lake view"

Response

Success

success
boolean
Example:

true

cost
number

Cost of the request

Example:

1

total
number

Total number of properties matching the search criteria

Example:

792

has_more
boolean

Whether there are more data to fetch

Example:

true

data
object[]