Skip to content
All sites
Data API

Apartments Data API

Rental listings and property detail from Apartments.com.

3endpointsakamai_seccpt · Akamai · Rate Limit handled for you
apartments.comGET/apartments/pr…GET/apartments/pr…GET/apartments/se…{ } JSON

Apartments Data API

Extract rental listings and property detail from Apartments as structured JSON. One POST per query, anti-bot handled, billed only on success.

POST /v1/data/apartments/{action}

Key Features

Structured JSON

Clean, normalized records for rental listings and property detail. No HTML parsing on your side.

3 endpoints

Across 1 category, all under one base path.

Anti-bot handled

akamai_seccpt, Akamai, Rate Limit cleared for you behind the scenes.

Fresh or cached

Serve instantly from the warm store, or force a live scrape per request.

Regions & Languages

Global coverage. Results are returned for the default locale.

Pagination

Page through results with page.

Quick Start

Send your key and a few params. Failed requests are free.

data_api.py
import requests

resp = requests.post(
    "https://api.capzy.ai/v1/data/apartments/search",
    json={
  "clientKey": "capzy_your_key_here",
  "params": {
    "location": "Austin, TX",
    "page": 1
  }
},
)
print(resp.json()["result"])

Per-run pricing

failed requests are free
EndpointCategoryPrice / 1k results
/v1/data/apartments/propertyComing soonProperty DetailListings1 credit / run
/v1/data/apartments/properties/{slug}/{property_id}Coming soonProperty Detail (by id)Listings1 credit / run
/v1/data/apartments/searchComing soonSearch RentalsListings1 credit / run