# StableEstate Property Lookup by ID

> StableEstate Property Lookup by ID is a paid API for AI agents from stableestate.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Retrieves US real estate property details by property ID, including records, valuations, and listing data, via pay-per-request x402 micropayment.

## Facts

- Endpoint: GET https://stableestate.dev/api/properties/id
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableestate-property-lookup-by-id-2e31d76e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9tvBuFu1Ih63CsRkOUfIV

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 stableestate-property-lookup-by-id-2e31d76e
```

Example prompt: Pull up all the property details for US property ID 'prop_8472910' — I want to see the valuation, listing status, and any available records.

## When to prefer this

Use this endpoint when you have a specific US property ID and need to retrieve detailed records, valuation, or listing information for that single property. Best for point lookups when the property identifier is already known.

## Known failure modes

- Invalid or unknown property ID returns 404 or empty result
- Payment failure via x402 returns 402 Payment Required
- Malformed request returns 400 Bad Request
- Property not found in database returns empty data set
- Rate limiting or quota exceeded returns 429

## How this service works

Pay-per-request US real estate data via x402. Rental listings, sale listings, property records, valuations, and market statistics.

## Output

Returns structured property data for the requested US real estate property, potentially including property records, estimated valuation, sale or rental listing details, and relevant market statistics.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableestate-property-lookup-by-id-2e31d76e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableestate.dev](https://www.zero.xyz/host/stableestate.dev/llms.txt)
