ToolAssay

x402.openwebninja.com/realtime-real-estate-data/zillow/search

Answeringour last check, 2026-09-24
1 of 1checks answered this week
637 msmedian answer time
$0.003listed price per call
$0.003price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402.openwebninja.com/realtime-real-estate-data/zillow/search

CategorySearch and research
Provider hostx402.openwebninja.com
Networkseip155:137, eip155:42161, eip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.003 637 ms

Example input (from the provider)

{
  "method": "GET",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "for_sale_by_agent": {
              "default": true,
              "type": "boolean"
            },
            "for_sale_by_owner": {
              "default": true,
              "type": "boolean"
            },
            "for_sale_is_auction": {
              "default": true,
              "type": "boolean"
            },
            "for_sale_is_foreclosed": {
              "default": false,
              "type": "boolean"
            },
            "for_sale_is_foreclosure": {
              "default": true,
              "type": "boolean"
            },
            "for_sale_is_new_construction": {
              "default": true,
              "type": "boolean"
            },
            "for_sale_is_preforeclosure": {
              "default": false,
              "type": "boolean"
            },
            "home_status": {
              "default": "FOR_SALE",
              "enum": [
                "FOR_SALE",
                "FOR_RENT",
                "RECENTLY_SOLD"
              ],
              "type": "string"
            },
            "home_type": {
              "type": "string"
            },
            "includes_homes_no_hoa_data": {
              "default": true,
              "type": "boolean"
            },
            "listing_type": {
              "default": "BY_AGENT",
              "type": "string"
            },
            "location": {
              "type": "string"
            },
            "max_bathrooms": {
              "type": "number"
            },
            "max_bedrooms": {
              "type": "number"
            },
            "max_hoa_fee": {
              "default": "ANY FEE",
              "type": "number"
            },
            "max_lot_size": {
              "type": "number"
            },
            "max_monthly_payment": {
              "type": "number"
            },
            "max_price": {
              "type": "number"
            },
            "max_sqft": {
              "type": "number"
            },
            "min_bathrooms": {
              "type": "number"
            },
            "min_bedrooms": {
              "type": "number"
            },
            "min_lot_size": {
              "type": "number"
            },
            "min_monthly_payment": {
              "type": "number"
            },
            "min_price": {
              "type": "number"
            },
            "min_sqft": {
              "type": "number"
            },
            "page": {
              "default": 1,
              "maximum": 100,
              "minimum": 1,
              "type": "number"
            },
            "sort": {
              "default": "DEFAULT",
              "type": "string"
            },
            "space_type": {
              "type": "string"
            }
          },
          "required": [
            "location"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON