/apartments/listings/search

POST /api/apartments/listings/search

Price: 10 credits

Search Apartments.com rental listings by location (city-state): for each result returns name, address, geo, rent range, per-bedroom pricing, amenities, move-in specials, photo and phone. Supports free-text keywords and filters by bedrooms, bathrooms, home type, price, size, amenities, pets, housing category, star rating and move-in date.

How to use it

Pass `location` as a city-state slug (`austin-tx`) or any Apartments.com search URL; a bare city name is rejected because the state suffix is what identifies the market. Every filter narrows one city, so there is no nationwide search. `rent_low`/`rent_high` span the whole property, while `bed_rents` gives the advertised starting price per bedroom count, so the two disagree by design. `bedrooms` selects that exact count except for `4`, which the source treats as four-or-more, and `studio` is its own value, not `0`; `min_baths` of `3` likewise means three-or-more. Several `amenities` are combined as AND, not OR. A location yields at most 700 properties whatever `count` asks for, and a narrow filter runs out well before that, so fewer rows than requested is a normal answer rather than a failure.

Parameters

Request body

Response

Errors

Response headers