# Fiber AI Real Estate Listings Search

> Fiber AI Real Estate Listings Search is a paid API for AI agents from Fiber AI API at mpp.orthogonal.com, paid per call via MPP, $0.04/call, status unknown (last checked 2026-09-14).

Search real estate property listings by location with filters for price, bedrooms, and property type

## Facts

- Endpoint: POST https://mpp.orthogonal.com/fiber/v1/real-estate/listings
- Price: $0.04/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Provider: Fiber AI API
- Docs: https://api.fiber.ai
- Website: https://api.fiber.ai
- Tags: contacts, email, phone, enrichment, data
- Canonical page: https://www.zero.xyz/c/fiber-ai-api-fiber-ai-real-estate-listings-search-8e770ab1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LK8xeo8vkkufFNZFq-xeB

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability fiber-ai-api-fiber-ai-real-estate-listings-search-8e770ab1 -d '<json body>'
```

Example prompt: Can you find me real estate listings in Austin, Texas for single-family homes with at least 3 bedrooms priced between $400k and $700k?

## When to prefer this

Use this endpoint when you need to search real estate listings with structured filters like price range, bedroom count, and property type for a given location. Prefer this over general web search when you need structured, filterable property data rather than raw web results.

## Known failure modes

- Invalid or unrecognized location returns empty results or 400 error
- Unsupported filter combinations may return validation errors
- No listings found matching the specified criteria returns empty array
- Malformed request body returns 400 bad request
- Rate limiting or payment failure returns 402 or 429 error

## How this service works

Search real estate listings by location. Supports filtering by price, bedrooms, property type, and more. Charged per page of results. Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page, offset, or cursor calls on the same logical search, pass parentRequestId with unchanged non-pagination parameters. Valid continuation calls still get their own request IDs and quoted price, but are charged 0. Changing filters starts a new billable request.

## Output

A list of real estate property listings matching the specified location and filter criteria, including details such as price, number of bedrooms, property type, and location information for each listing.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fiber-ai-api-fiber-ai-real-estate-listings-search-8e770ab1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
