# GGWP API Hub – US Realty Data

> GGWP API Hub – US Realty Data is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.119337/call, status unknown (last checked 2026-09-15).

Returns US real estate property listings and realty data based on a query

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/realty-in-us
- Price: $0.119337/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-us-realty-data-c835e294
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dK0XvnsrcePo2fWRikkKO

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 ggwp-api-hub-us-realty-data-c835e294 -d '<json body>'
```

Example prompt: Search for homes for sale in Austin, Texas under $500,000 — I want to see current listings with prices and property details.

## When to prefer this

Choose this endpoint when you need US real estate property listings or realty data and want to pay per call via the x402 protocol on Base chain without a subscription commitment. Suitable for agents that occasionally need property search data rather than high-volume real estate applications.

## Known failure modes

- Invalid or missing query parameters returning empty result
- Location not found or unsupported US region
- Payment failure on Base chain preventing access
- Rate limiting or service unavailability from underlying data source
- Malformed request body returning error response

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing US real estate property data, which may include listings, property details, prices, addresses, and other realty information for the queried location or criteria.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-api-hub-us-realty-data-c835e294/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
