Search StreetEasy rentals
search_rentalsSearch active NYC rental listings on StreetEasy with filters for area, price, bedrooms, bathrooms, amenities, pets, and no-fee. Sort results and paginate to find the right apartment.
Instructions
Search active NYC rental listings on StreetEasy with filters. Areas accept names (e.g. 'MANHATTAN', 'Williamsburg', 'upper east side') or numeric area codes — use list_areas to discover them. Amenities are uppercase enum tokens — use list_amenities. Returns a compact list of listings plus a totalCount; paginate with page/perPage. Each listing has an id you can pass to get_rental_details, plus leadPhotoUrl and photoUrls (ready-to-view image URLs) and a url to the listing page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| areas | No | Neighborhoods/boroughs to search. Names or numeric codes. E.g. ['MANHATTAN'] or ['WILLIAMSBURG','LONG_ISLAND_CITY']. | |
| minPrice | No | Minimum monthly rent in USD. | |
| maxPrice | No | Maximum monthly rent in USD. | |
| minBedrooms | No | Minimum bedrooms (0 = studio). | |
| maxBedrooms | No | Maximum bedrooms. | |
| minBathrooms | No | Minimum bathrooms. | |
| maxBathrooms | No | Maximum bathrooms. | |
| amenities | No | Required amenities (uppercase enum tokens, e.g. WASHER_DRYER, DOORMAN, GYM). See list_amenities. | |
| petsAllowed | No | Only listings that allow pets. | |
| noFeeOnly | No | Only no-broker-fee listings (applied to the returned page). | |
| sortBy | No | Sort attribute. Default RECOMMENDED. | |
| sortDirection | No | Sort direction. Default DESCENDING. | |
| perPage | No | Results per page (default 20, max 100). | |
| page | No | Page number (1-based). |