All sites
Data API
Apartments Data API
Rental listings and property detail from Apartments.com.
3endpointsAkamai · Rate Limit handled for you
Example (captured live)
apartments.com
ExampleJSON 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 VerifiedSearch Rentals
Search rentals by location with rent, bedroom, home type, pet, sqft, amenity and sort filters.
Handled for you:AkamaiRate Limit
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| location | string | yes | City/state slug, e.g. austin-tx. Also accepts a city name or zip. |
| Advanced filters | |||
| city | string | no | City name (used when location is not a slug). |
| zip | string | no | Zip code to search within (used when location is not a slug). |
| bedrooms | string | no | Bedroom filter: studio, 1, 2, 3 or 4 (matches that many and up). |
| beds_min | integer | no | Minimum bedrooms (alternative to bedrooms). |
| beds | integer | no | Min bedrooms (legacy alias of beds_min). |
| baths_min | integer | no | Minimum bathrooms. |
| home_type | string | no | Rental type to include. |
| min_price | integer | no | Minimum monthly rent. |
| max_price | integer | no | Maximum monthly rent. |
| price_min | integer | no | Minimum monthly rent (alias of min_price). |
| price_max | integer | no | Maximum monthly rent (alias of max_price). |
| sqft_min | integer | no | Minimum unit size in square feet. |
| pet_friendly | string | no | Pet policy filter: any, dogs, or cats. |
| amenities | string | no | Amenity filters, comma separated (for example pool,washer_dryer,parking). |
| sort | string | no | Result ordering. |
| page | integer | no | Page 1-28. (default: 1) |
| per_page | integer | no | Requested results per page. The site returns a fixed page size, so this is advisory. |