---
title: "Search Real Estate"
method: GET
path: "/api/v1/real-estate/search"
tags: ["Real Estate"]
---

# Search Real Estate

`GET /api/v1/real-estate/search`

## Query parameters

- `workspace_id` integer, required
- `query` string, nullable
- `project` string, nullable
- `bhk` string, nullable
- `price_min` number, nullable
- `price_max` number, nullable
- `availability` string, nullable
- `location` string, nullable
- `limit` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/2e4355d35497/schema)
