Skip to content
All sites
Data API

Apartments Data API

Rental listings and property detail from Apartments.com.

3endpointsAkamai · Rate Limit handled for you
apartments.comGET/apartments/pr…GET/apartments/pr…GET/apartments/se…{ } JSON
Example (captured live)
apartments.com
Example
JSON responseclick the page to trace a field
{
"location": "Austin, TX",
"page": 1,
"results": [
],
"error": "akamai_clearance_failed",
"message": "Upstream challenged this request. Please retry."
}
GET/v1/data/apartments/search1 credit / run Verified

Search Rentals

Search rentals by location with rent, bedroom, home type, pet, sqft, amenity and sort filters.

Handled for you:AkamaiRate Limit
Parameters
NameTypeReqDescription
locationstringyesCity/state slug, e.g. austin-tx. Also accepts a city name or zip.
Advanced filters
citystringnoCity name (used when location is not a slug).
zipstringnoZip code to search within (used when location is not a slug).
bedroomsstringnoBedroom filter: studio, 1, 2, 3 or 4 (matches that many and up).
beds_minintegernoMinimum bedrooms (alternative to bedrooms).
bedsintegernoMin bedrooms (legacy alias of beds_min).
baths_minintegernoMinimum bathrooms.
home_typestringnoRental type to include.
min_priceintegernoMinimum monthly rent.
max_priceintegernoMaximum monthly rent.
price_minintegernoMinimum monthly rent (alias of min_price).
price_maxintegernoMaximum monthly rent (alias of max_price).
sqft_minintegernoMinimum unit size in square feet.
pet_friendlystringnoPet policy filter: any, dogs, or cats.
amenitiesstringnoAmenity filters, comma separated (for example pool,washer_dryer,parking).
sortstringnoResult ordering.
pageintegernoPage 1-28. (default: 1)
per_pageintegernoRequested results per page. The site returns a fixed page size, so this is advisory.