---
title: "Premium Comparables Search"
method: GET
path: "/public/premium/comparables/"
tags: ["Premium"]
---

# Premium Comparables Search

`GET /public/premium/comparables/`

Search for comparable properties based on location and optional property characteristics.

## Query parameters

- `latitude` unknown, required
- `longitude` unknown, required
- `radius` unknown
- `timeFrame` integer
- `maxResults` integer
- `sqftMin` integer
- `sqftMax` integer
- `bedsMin` integer
- `bedsMax` integer
- `bathsMin` unknown
- `bathsMax` unknown
- `propertyType` 'any' | 'condo' | 'house'
- `priceMin` integer
- `priceMax` integer

## Response `200`

Comparable properties found successfully

- object
  - `comparables` object[] — Array of comparable properties found.
  - `metadata` object
    - `count` integer — Number of comparable properties found
    - `searchParams` object — Parameters used in the search

## Other responses

- `400` — Bad Request - Missing or invalid parameters
- `401` — Unauthorized - Missing or invalid API key
- `403` — Forbidden - Usage limit exceeded
- `404` — Not Found - No comparable properties found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/realie/apis/property-data-api.md) · [All operations](https://skmtc.dev/realie/apis/property-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/realie/property-data-api/revisions/1ee0fd8b76f9/schema)
