Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

realtor Properties API

Endpoints for searching, listing, and retrieving detailed property information including for-sale, for-rent, and recently sold listings.

realtor Properties API is one of 6 APIs that realtor publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Properties. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 5 paths, and defines 9 schemas. It is described by OpenAPI 3.1.0, at version 2.0.

Requests are made against a single base URL, https://realtor.p.rapidapi.com.

5 operations 5 paths 9 schemas 4 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0
Base URL
https://api.example.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

realtor Properties API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-RapidAPI-Key (rapidApiKey). By default, every request must be authenticated.

  • rapidApiKey — API key provided by RapidAPI for authenticating requests.

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 4 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Properties 5

Endpoints for searching, listing, and retrieving detailed property information including for-sale, for-rent, and recently sold listings.

POST
/properties/v3/list
List properties
listProperties body → 200400401429
GET
/properties/v2/detail
Get property detail
getPropertyDetail 1 param → 200400401404429
GET
/properties/v2/list-by-mls
List properties by MLS
listPropertiesByMls 1 param → 200400401429
GET
/properties/v2/list-similar-homes
List similar homes for sale
listSimilarHomes 1 param → 200400401429
GET
/properties/v2/list-similar-rental-homes
List similar rental homes
listSimilarRentalHomes 1 param → 200400401429

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are PropertyListRequest (20 properties), PropertySummary (11 properties), PropertyDescription (11 properties), NearbySchool (5 properties). Each schema is shown below with its type and property counts.

PropertyDescription
object
Detailed property description and features.
11 properties
PriceHistoryEntry
object
A single entry in the property price history.
4 properties
NearbySchool
object
Information about a school near the property.
5 properties
TaxHistoryEntry
object
A single entry in the property tax assessment history.
3 properties
PropertyListResponse
object
Response containing a list of property results with pagination metadata.
2 properties
Location
object
Geographic location information for a property.
2 properties
PropertyDetailResponse
object
Response containing comprehensive details about a specific property.
2 properties
PropertySummary
object
Summary information about a property listing.
11 properties
PropertyListRequest
object
Request body for searching and filtering property listings.
20 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

realtor-properties-api-openapi.yml Raw ↑

Other APIs realtor publishes across the network.

Realtor.com Connections Plus API
Realtor.com Lead Delivery API
realtor Agents API
realtor Finance API
realtor Locations API