# AnyAPI Redfin Search

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

Scrapes Redfin real estate search results for properties matching a given query or location criteria

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/redfin.search
- Price: $0.01345/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-redfin-search-28f154ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__y-gAuWZ-EvFceZ3VsEPt

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-redfin-search-28f154ec -d '<json body>'
```

Example prompt: Search Redfin for 3-bedroom homes for sale in Austin, TX under $600,000 and give me the listings with prices and addresses.

## When to prefer this

Use this endpoint when you need programmatic access to Redfin real estate search results without a Redfin API account or subscription — ideal for agents fetching live housing market data, comparing listings, or building real estate research workflows on a pay-per-use basis.

## Known failure modes

- Invalid or unrecognized location returns empty results
- Redfin blocks scrape and returns error or empty data
- Malformed query parameter causes API error
- Rate limiting or upstream Redfin changes cause partial or failed responses
- No listings found matching the specified criteria

## 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 object containing Redfin property search results, including listing details such as property addresses, prices, number of bedrooms and bathrooms, square footage, listing status, and links to individual property pages.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-redfin-search-28f154ec/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)
