latestOpenAPI 3.1.02026-08-109110.6 KB

6905507726a6

Search Landing's published furnished apartments by location.

get/api/public/search

Query parameters

marketstring required

The search location — a display-CITY slug or a market slug from list_markets. A named city is a SLUG, not a coordinate. Resolution order when the guest names a place: (1) if it matches a city in list_markets (cities[].slug, e.g. "Frisco" -> "frisco-tx", "Alexandria" -> "alexandria-va", "Birmingham" -> "birmingham-al"), pass that CITY slug here and do NOT geocode it to near_latitude/near_longitude; (2) else if it matches a market slug (broader metro, e.g. "birmingham"), use that; (3) reserve near_latitude/near_longitude ONLY for a sub-city point that no city/market slug can name (a specific building, employer, hospital, campus, or street address). Call list_markets to discover markets and the cities within each.

check_instring

Move-in date (YYYY-MM-DD). Filters to homes available on or before this date.

check_outstring

Move-out date (YYYY-MM-DD) for a fixed stay, or "indefinite" for Landing Flex.

bedroomsinteger

Minimum bedroom count (0 = studio).

max_priceinteger

Maximum budget in USD, in the unit given by price_unit (per night or per month). Compared against each home's FINAL all-in price for the requested dates, not just base rent — so short stays whose one-time fees push them over budget are correctly excluded.

Response

Success