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:11:18.204417+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 make this North Austin community a standout. Enjoy a sparkling pool, a 24-hour fitness center, and in-unit laundry in every floor plan.",
"amenities": [
"In Unit Washer & Dryer",
"Pool",
"Fitness Center",
"Garage Parking",
"Dishwasher",
"Balcony",
"Pet Friendly",
"Air Conditioning",
"Stainless Steel Appliances",
"Walk-In Closets",
"Clubhouse",
"Package Lockers"
],
"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",
"https://images.unsplash.com/photo-1493809842364-78817add7ffb?w=1024&q=80",
"https://images.unsplash.com/photo-1512917774080-9991f1c4c750?w=1024&q=80",
"https://images.unsplash.com/photo-1484154218962-a197022b5858?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": "A3",
"name": "The Ash",
"rent": "$1,690",
"beds": "1 bed",
"baths": "1 bath",
"sqft": "812 sq ft",
"availability": "Sep 5"
},
{
"unit": "B2",
"name": "The Birch",
"rent": "$2,100",
"beds": "2 beds",
"baths": "2 baths",
"sqft": "1,050 sq ft",
"availability": "Sep 1"
},
{
"unit": "C1",
"name": "The Cedar",
"rent": "$2,900",
"beds": "3 beds",
"baths": "2 baths",
"sqft": "1,340 sq ft",
"availability": "Oct 1"
}
]
}
GET/v1/data/apartments/property1 credit / run Verified

Property Detail

Community detail: photos, description, amenities, geo, and floor plans with per-unit inventory.

Handled for you:AkamaiRate Limit
Parameters
NameTypeReqDescription
urlstringyesFull apartments.com property URL.
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)