# OpenWeb Ninja — Real-Time Redfin Market Trends

> OpenWeb Ninja — Real-Time Redfin Market Trends is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Fetches real-time housing market trend data from Redfin for a given location, including median prices, inventory, days on market, and related metrics.

## Facts

- Endpoint: GET https://x402.openwebninja.com/real-time-redfin-data/market-trends
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-real-time-redfin-market-trends-a7d460f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ho7j8S5i-SuVbZfrMrkMd

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 openweb-ninja-real-time-redfin-market-trends-a7d460f8
```

Example prompt: Can you pull up the current Redfin housing market trends for Austin, Texas — I want to know how prices, inventory, and days on market are trending right now?

## When to prefer this

Choose this endpoint when you need real-time, Redfin-sourced housing market trend data without setting up an account or API key, paying only $0.003 USDC per call via x402. Prefer this over scraping Redfin directly or using aggregator APIs that require subscriptions, especially for on-demand agent workflows needing current market snapshots.

## Known failure modes

- Missing or invalid location parameter returns an error or empty result
- Location not covered by Redfin data returns no data
- Payment failure over x402 (insufficient USDC balance) prevents access
- Rate limiting or upstream Redfin availability issues may return transient errors
- Highly granular sub-neighborhood queries may return sparse or no data

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns structured JSON with real-time Redfin housing market trend data for the requested location, typically including median sale price, median price per square foot, active listings count, days on market, sale-to-list price ratio, and month-over-month or year-over-year trend indicators.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openweb-ninja-real-time-redfin-market-trends-a7d460f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
