# AnyAPI Realtor Search

> AnyAPI Realtor Search is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.0425/call, status unknown (last checked 2026-09-14).

Searches Realtor.com listings and returns real estate property data including listings, prices, and property details.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/realtor.search
- Price: $0.0425/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-realtor-search-4e1899bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9VSdTfE8PALMo-w13Be7v

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 anyapi-realtor-search-4e1899bf -d '<json body>'
```

Example prompt: Search Realtor.com for 3-bedroom houses for sale in Austin, TX under $600,000 and show me the listings with prices and addresses.

## When to prefer this

Choose this endpoint when you need to programmatically search Realtor.com listings without a subscription, paying only per search. Ideal for agents that need on-demand real estate data, market research, or property discovery without committing to a monthly data plan.

## Known failure modes

- Invalid or unsupported search parameters return an error response
- Realtor.com blocking or rate-limiting may cause failed scrapes
- Location not found or too vague returns empty results
- Insufficient USDC balance results in payment failure and no data returned
- Malformed POST body causes request rejection

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON payload containing Realtor.com property listings matching the search criteria, including property addresses, prices, bedroom/bathroom counts, square footage, listing URLs, and other available listing metadata.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-realtor-search-4e1899bf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
