Skip to content
All sites
Data API

Realtor Data API

Listings, property detail and market data from Realtor.com.

5endpointsKasada · Rate Limit handled for you
realtor.comGET/realtor/autoc…GET/realtor/marke…GET/realtor/prope…{ } JSON

Realtor Data API

Extract search listings, property detail and market data from Realtor as structured JSON. One POST per query, anti-bot handled, billed only on success.

POST /v1/data/realtor/{action}

Key Features

Structured JSON

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

5 endpoints

Across 2 categories, all under one base path.

Anti-bot handled

Kasada, 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

Target specific markets and languages with these parameters:

marketdefault us

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/realtor/search",
    json={
  "clientKey": "capzy_your_key_here",
  "params": {
    "location": "Austin, TX",
    "market": "us",
    "listing_status": "for_sale",
    "sort": "relevant",
    "page": "1",
    "per_page": 20
  }
},
)
print(resp.json()["result"])

Per-run pricing

failed requests are free
EndpointCategoryPrice / 1k results
/v1/data/realtor/autocompleteAutocompleteReference1 credit / run
/v1/data/realtor/marketsList MarketsReference1 credit / run
/v1/data/realtor/properties/{property_id}Property DetailListings1 credit / run
/v1/data/realtor/rentalsSearch RentalsListings1 credit / run
/v1/data/realtor/searchSearch ListingsListings1 credit / run