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
{
"url": "https://www.apartments.com/the-domain-austin-tx/abc123/",
"scraped_at": "2026-08-15T21:12:02.881120+00:00",
"name": "The Domain Apartments",
"address": "11011 Domain Dr, Austin, TX 78758",
"city": "Austin",
"state": "TX",
"zip": "78758",
"lat": 30.4009,
"lng": -97.7205,
"rent": "$1,450 - $2,900",
"phone": "(512) 555-0142",
"description": "Live at the center of it all at The Domain. Resort-style amenities, walkable dining and shopping, and modern finishes in every home.",
"amenities": [
"In Unit Washer & Dryer",
"Pool",
"Fitness Center",
"Garage Parking",
"Dishwasher",
"Balcony"
],
"photos": [
"https://images.unsplash.com/photo-1522708323590-d24dbb6b0267?w=1024&q=80",
"https://images.unsplash.com/photo-1560448204-e02f11c3d0e2?w=1024&q=80",
"https://images.unsplash.com/photo-1502672260266-1c1ef2d93688?w=1024&q=80"
],
"photo_count": 28,
"image": "https://images.unsplash.com/photo-1522708323590-d24dbb6b0267?w=1024&q=80",
"units": [
{
"unit": "A1",
"name": "The Rowan",
"rent": "$1,450",
"beds": "1 bed",
"baths": "1 bath",
"sqft": "720 sq ft",
"availability": "Now"
},
{
"unit": "B2",
"name": "The Birch",
"rent": "$2,100",
"beds": "2 beds",
"baths": "2 baths",
"sqft": "1,050 sq ft",
"availability": "Sep 1"
}
],
"property_id": "abc123"
}
GET/v1/data/apartments/properties/{slug}/{property_id}1 credit / run Verified

Property Detail (by id)

Community detail (slug + id): photos, description, amenities, geo, and floor plans.

Handled for you:AkamaiRate Limit
Parameters
NameTypeReqDescription
slugstringyesProperty slug.
property_idstringyesProperty id.
Advanced filters
beds_minintegernoKeep only units with at least this many bedrooms.
baths_minintegernoKeep only units with at least this many bathrooms.
min_priceintegernoKeep only units at or above this monthly rent.
max_priceintegernoKeep only units at or below this monthly rent.
sqft_minintegernoKeep only units at or above this size in square feet.
available_onlybooleannoKeep only units marked currently available. (default: false)