Catalog
Real EstatePOSTlive

Market statistics

Get aggregate sale and rental market statistics for a zip code.

$0.033
per call
Success
100%
p50 latency
1.47s
p95 latency
2.29s
Calls (30d)
4

Provider contract

Call path
/routes/locus-rentcast/real-estate/market-statistics
Method
POST
Selected provider
locus-rentcastdefault
Provider price
$0.033
Settlement
Base USDC · x402 · 5% h402 fee

Quickstart

Both commands call the selected provider directly.

cURL
curl -X POST '/routes/locus-rentcast/real-estate/market-statistics' \
  -H 'content-type: application/json' \
  -d '{"zipCode":"78701","dataType":"All","historyRange":12}'
CLI
h402 call 'real-estate/market-statistics' --provider 'locus-rentcast' --method POST --json '{"zipCode":"78701","dataType":"All","historyRange":12}'

Parameters & live test

pays real USDC

Fill the request fields, quote the exact per-call total, then choose x402 or eligible bonus credit explicitly before sending. Only the selected provider's listed parameters are accepted.

zipCodestringrequired

5-digit US zip code.

e.g.
dataTypestringoptionaldefault All

Which market data to return.

One of
historyRangeintegeroptional1–60default 12

Months of historical market data to include.

POST/routes/locus-rentcast/real-estate/market-statistics
Request body
{
  "zipCode": "78701",
  "dataType": "All",
  "historyRange": 12
}

ResponseExample response
{
  "data": {
    "success": true,
    "data": {
      "id": "78701",
      "zipCode": "78701",
      "saleData": {
        "lastUpdatedDate": "2026-07-22T00:00:00.000Z",
        "averagePrice": 1059781,
        "medianPrice": 669950,
        "minPrice": 174000,
        "maxPrice": 5700000,
        "averagePricePerSquareFoot": 770.07,
        "medianPricePerSquareFoot": 741.62,
        "minPricePerSquareFoot": 269.18,
        "maxPricePerSquareFoot": 1861.7,
        "averageSquareFootage": 1267,
        "medianSquareFootage": 1121,
        "minSquareFootage": 450,
        "maxSquareFootage": 7617,
        "averageDaysOnMarket": 105.49,
        "medianDaysOnMarket": 95,
        "minDaysOnMarket": 3,
        "maxDaysOnMarket": 339,
        "newListings": 23,
        "totalListings": 319,
        "dataByPropertyType": [
          {
            "propertyType": "Condo",
            "averagePrice": 1037182,
            "medianPrice": 667500,
            "minPrice": 174000,
            "maxPrice": 5700000,
            "averagePricePerSquareFoot": 770.91,
            "medianPricePerSquareFoot": 743.5,
            "minPricePerSquareFoot": 269.18,
            "maxPricePerSquareFoot": 1861.7,
            "averageSquareFootage": 1232,
            "medianSquareFootage": 1115,
            "minSquareFootage": 450,
            "maxSquareFootage": 3818,
            "averageDaysOnMarket": 105.48,
            "medianDaysOnMarket": 95,
            "minDaysOnMarket": 3,
            "maxDaysOnMarket": 339,
            "newListings": 23,
            "totalListings": 314
          },
          {
            "propertyType": "Single Family",
            "averagePrice": 2479000,
            "medianPrice": 2000000,
            "minPrice": 395000,
            "maxPrice": 5300000,
            "averagePricePerSquareFoot": 717.4,
            "medianPricePerSquareFoot": 695.81,
            "minPricePerSquareFoot": 544.83,
            "maxPricePerSquareFoot": 939.7,
            "averageSquareFootage": 3498,
            "medianSquareFootage": 2782,
            "minSquareFootage": 725,
            "maxSquareFootage": 7617,
            "averageDaysOnMarket": 106.5,
            "medianDaysOnMarket": 47,
            "minDaysOnMarket": 28,
            "maxDaysOnMarket": 281,
            "newListings": 0,
            "totalListings": 5
          }
        ],
        "dataByBedrooms": [
          {
            "bedrooms": 0,
            "averagePrice": 496083,
            "medianPrice": 529000,
            "minPrice": 399000,
            "maxPrice": 548999,
            "averagePricePerSquareFoot": 969.86,
            "medianPricePerSquareFoot": 992.57,
            "minPricePerSquareFoot": 715.05,
            "maxPricePerSquareFoot": 1175.56,
            "averageSquareFootage": 517,
            "medianSquareFootage": 538,
            "minSquareFootage": 450,
            "maxSquareFootage": 558,
            "averageDaysOnMarket": 131.6,
            "medianDaysOnMarket": 82,
            "minDaysOnMarket": 30,
            "maxDaysOnMarket": 320,
            "newListings": 0,
            "totalListings": 6
          },
          {
            "bedrooms": 1,
            "averagePrice": 530097,
            "medianPrice": 499000,
            "minPrice": 174000,
            "maxPrice": 1300000,
            "averagePricePerSquareFoot": 667.52,
            "medianPricePerSquareFoot": 671.52,
            "minPricePerSquareFoot": 287.66,
            "maxPricePerSquareFoot": 1226.42,
            "averageSquareFootage": 798,
            "medianSquareFootage": 748,
            "minSquareFootage": 450,
            "maxSquareFootage": 1520,
            "averageDaysOnMarket": 99.05,
            "medianDaysOnMarket": 83,
            "minDaysOnMarket": 3,
            "maxDaysOnMarket": 321,
            "newListings": 13,
            "totalListings": 128
          },
          {
            "bedrooms": 2,
            "averagePrice": 1031424,
            "medianPrice": 875000,
            "minPrice": 189000,
            "maxPrice": 3850000,
            "averagePricePerSquareFoot": 776.54,
            "medianPricePerSquareFoot": 744.63,
            "minPricePerSquareFoot": 269.18,
            "maxPricePerSquareFoot": 1861.7,
            "averageSquareFootage": 1276,
            "medianSquareFootage": 1244,
            "minSquareFootage": 608,
            "maxSquareFootage": 2165,
            "averageDaysOnMarket": 106.38,
            "medianDaysOnMarket": 100,
            "minDaysOnMarket": 5,
            "maxDaysOnMarket": 339,
            "newListings": 9,
            "totalListings": 134
          }
        ],
        "history": {
          "2025-08": {
            "date": "2025-08-01T00:00:00.000Z",
            "averagePrice": 1112358,
            "medianPrice": 740000,
            "minPrice": 175000,
            "maxPrice": 6071150,
            "averagePricePerSquareFoot": 811.74,
            "medianPricePerSquareFoot": 828.94,
            "minPricePerSquareFoot": 285.95,
            "maxPricePerSquareFoot": 1832.16,
            "averageSquareFootage": 1288,
            "medianSquareFootage": 1130,
            "minSquareFootage": 443,
            "maxSquareFootage": 5089,
            "averageDaysOnMarket": 113.61,
            "medianDaysOnMarket": 101,
            "minDaysOnMarket": 2,
            "maxDaysOnMarket": 363,
            "newListings": 35,
            "totalListings": 317,
            "dataByPropertyType": [
              {
                "propertyType": "Condo",
                "averagePrice": 1080665,
                "medianPrice": 729000,
                "minPrice": 175000,
                "maxPrice": 6071150,
                "averagePricePerSquareFoot": 810.12,
                "medianPricePerSquareFoot": 824.02,
                "minPricePerSquareFoot": 285.95,
                "maxPricePerSquareFoot": 1832.16,
                "averageSquareFootage": 1255,
                "medianSquareFootage": 1123,
                "minSquareFootage": 443,
                "maxSquareFootage": 3818,
                "averageDaysOnMarket": 114,
                "medianDaysOnMarket": 101,
                "minDaysOnMarket": 2,
                "maxDaysOnMarket": 363,
                "newListings": 34,
                "totalListings": 312
              },
              {
                "propertyType": "Multi-Family",
                "averagePrice": 1650000,
                "medianPrice": 1500000,
                "minPrice": 1500000,
                "maxPrice": 1800000,
                "averagePricePerSquareFoot": 594.55,
                "medianPricePerSquareFoot": 581.4,
                "minPricePerSquareFoot": 581.4,
                "maxPricePerSquareFoot": 607.7,
                "averageSquareFootage": 2771,
                "medianSquareFootage": 2580,
                "minSquareFootage": 2580,
                "maxSquareFootage": 2962,
                "averageDaysOnMarket": 40.5,
                "medianDaysOnMarket": 24,
                "minDaysOnMarket": 24,
                "maxDaysOnMarket": 57,
                "newListings": 1,
                "totalListings": 2
              },
              {
                "propertyType": "Single Family",
                "averagePrice": 4050000,
                "medianPrice": 3650000,
                "minPrice": 3500000,
                "maxPrice": 5000000,
                "averagePricePerSquareFoot": 1125.43,
                "medianPricePerSquareFoot": 1106.06,
                "minPricePerSquareFoot": 982.51,
                "maxPricePerSquareFoot": 1287.71,
                "averageSquareFootage": 3702,
                "medianSquareFootage": 3300,
                "minSquareFootage": 2718,
                "maxSquareFootage": 5089,
                "averageDaysOnMarket": 123,
                "medianDaysOnMarket": 130,
                "minDaysOnMarket": 54,
                "maxDaysOnMarket": 185,
                "newListings": 0,
                "totalListings": 3
              }
            ],
            "dataByBedrooms": [
              {
                "bedrooms": 0,
                "averagePrice": 2092000,
                "medianPrice": 534000,
                "minPrice": 534000,
                "maxPrice": 3650000,
                "averagePricePerSquareFoot": 1049.31,
                "medianPricePerSquareFoot": 992.57,
                "minPricePerSquareFoot": 992.57,
                "maxPricePerSquareFoot": 1106.06,
                "averageSquareFootage": 1919,
                "medianSquareFootage": 538,
                "minSquareFootage": 538,
                "maxSquareFootage": 3300,
                "averageDaysOnMarket": 121.5,
                "medianDaysOnMarket": 58,
                "minDaysOnMarket": 58,
                "maxDaysOnMarket": 185,
                "newListings": 0,
                "totalListings": 2
              },
              {
                "bedrooms": 1,
                "averagePrice": 571281,
                "medianPrice": 563000,
                "minPrice": 175000,
                "maxPrice": 1315000,
                "averagePricePerSquareFoot": 738.62,
                "medianPricePerSquareFoot": 759.2,
                "minPricePerSquareFoot": 285.95,
                "maxPricePerSquareFoot": 1469.36,
                "averageSquareFootage": 781,
                "medianSquareFootage": 740,
                "minSquareFootage": 443,
                "maxSquareFootage": 1243,
                "averageDaysOnMarket": 123.76,
                "medianDaysOnMarket": 109,
                "minDaysOnMarket": 2,
                "maxDaysOnMarket": 363,
                "newListings": 10,
                "totalListings": 130
              },
              {
                "bedrooms": 2,
                "averagePrice": 1035964,
                "medianPrice": 985000,
                "minPrice": 310000,
                "maxPrice": 3395000,
                "averagePricePerSquareFoot": 799.94,
                "medianPricePerSquareFoot": 842.59,
                "minPricePerSquareFoot": 290.95,
                "maxPricePerSquareFoot": 1832.16,
                "averageSquareFootage": 1290,
                "medianSquareFootage": 1252,
                "minSquareFootage": 791,
                "maxSquareFootage": 2165,
                "averageDaysOnMarket": 105.76,
                "medianDaysOnMarket": 92,
                "minDaysOnMarket": 3,
                "maxDaysOnMarket": 351,
                "newListings": 16,
                "totalListings": 126
              }
            ]
          },
          "2025-09": {
            "date": "2025-09-01T00:00:00.000Z",
            "averagePrice": 1137288,
            "medianPrice": 755000,
            "minPrice": 175000,
            "maxPrice": 6050000,
            "averagePricePerSquareFoot": 820.34,
            "medianPricePerSquareFoot": 828.94,
            "minPricePerSquareFoot": 273.47,
            "maxPricePerSquareFoot": 1945.91,
            "averageSquareFootage": 1287,
            "medianSquareFootage": 1130,
            "minSquareFootage": 443,
            "maxSquareFootage": 5089,
            "averageDaysOnMarket": 117.49,
            "medianDaysOnMarket": 109,
            "minDaysOnMarket": 2,
            "maxDaysOnMarket": 365,
            "newListings": 34,
            "totalListings": 298,
            "dataByPropertyType": [
              {
                "propertyType": "Condo",
                "averagePrice": 1103893,
                "medianPrice": 740000,
                "minPrice": 175000,
                "maxPrice": 6050000,
                "averagePricePerSquareFoot": 818.99,
                "medianPricePerSquareFoot": 828.94,
                "minPricePerSquareFoot": 273.47,
                "maxPricePerSquareFoot": 1945.91,
                "averageSquareFootage": 1251,
                "medianSquareFootage": 1123,
                "minSquareFootage": 443,
                "maxSquareFootage": 3818,
                "averageDaysOnMarket": 117.94,
                "medianDaysOnMarket": 109,
                "minDaysOnMarket": 2,
                "maxDaysOnMarket": 365,
                "newListings": 33,
                "totalListings": 292
              },
              {
                "propertyType": "Multi-Family",
                "averagePrice": 1650000,
                "medianPrice": 1500000,
                "minPrice": 1500000,
                "maxPrice": 1800000,
                "averagePricePerSquareFoot": 594.55,
                "medianPricePerSquareFoot": 581.4,
                "minPricePerSquareFoot": 581.4,
                "maxPricePerSquareFoot": 607.7,
                "averageSquareFootage": 2771,
                "medianSquareFootage": 2580,
                "minSquareFootage": 2580,
                "maxSquareFootage": 2962,
                "averageDaysOnMarket": 69,
                "medianDaysOnMarket": 50,
                "minDaysOnMarket": 50,
                "maxDaysOnMarket": 88,
                "newListings": 0,
                "totalListings": 2
              },
              {
                "propertyType": "Single Family",
                "averagePrice": 3318750,
                "medianPrice": 3400000,
                "minPrice": 1225000,
                "maxPrice": 5000000,
                "averagePricePerSquareFoot": 1031.94,
                "medianPricePerSquareFoot": 982.51,
                "minPricePerSquareFoot": 788.29,
                "maxPricePerSquareFoot": 1250.92,
                "averageSquareFootage": 3165,
                "medianSquareFootage": 2718,
                "minSquareFootage": 1554,
                "maxSquareFootage": 5089,
                "averageDaysOnMarket": 110.75,
                "medianDaysOnMarket": 85,
                "minDaysOnMarket": 12,
                "maxDaysOnMarket": 185,
                "newListings": 1,
                "totalListings": 4
              }
            ],
            "dataByBedrooms": [
              {
                "bedrooms": 0,
                "averagePrice": 1577667,
                "medianPrice": 549000,
                "minPrice": 534000,
                "maxPrice": 3650000,
                "averagePricePerSquareFoot": 1080,
                "medianPricePerSquareFoot": 1106.06,
                "minPricePerSquareFoot": 992.57,
                "maxPricePerSquareFoot": 1141.37,
                "averageSquareFootage": 1440,
                "medianSquareFootage": 538,
                "minSquareFootage": 481,
                "maxSquareFootage": 3300,
                "averageDaysOnMarket": 99.67,
                "medianDaysOnMarket": 89,
                "minDaysOnMarket": 25,
                "maxDaysOnMarket": 185,
                "newListings": 1,
                "totalListings": 3
              },
              {
                "bedrooms": 1,
                "averagePrice": 566739,
                "medianPrice": 545000,
                "minPrice": 175000,
                "maxPrice": 1315000,
                "averagePricePerSquareFoot": 735.24,
                "medianPricePerSquareFoot": 736.29,
                "minPricePerSquareFoot": 285.95,
                "maxPricePerSquareFoot": 1346.81,
                "averageSquareFootage": 772,
                "medianSquareFootage": 732,
                "minSquareFootage": 443,
                "maxSquareFootage": 1243,
                "averageDaysOnMarket": 131.87,
                "medianDaysOnMarket": 117,
                "minDaysOnMarket": 6,
                "maxDaysOnMarket": 365,
                "newListings": 13,
                "totalListings": 118
              },
              {
                "bedrooms": 2,
                "averagePrice": 1060563,
                "medianPrice": 985000,
                "minPrice": 310000,
                "maxPrice": 3395000,
                "averagePricePerSquareFoot": 816.4,
                "medianPricePerSquareFoot": 851.2,
                "minPricePerSquareFoot": 273.47,
                "maxPricePerSquareFoot": 1945.91,
                "averageSquareFootage": 1280,
                "medianSquareFootage": 1250,
                "minSquareFootage": 791,
                "maxSquareFootage": 2082,
                "averageDaysOnMarket": 106.16,
                "medianDaysOnMarket": 91,
                "minDaysOnMarket": 2,
                "maxDaysOnMarket": 351,
                "newListings": 16,
                "totalListings": 123
              }
            ]
          },
          "2025-10": {
            "date": "2025-10-01T00:00:00.000Z",
            "averagePrice": 1126769,
            "medianPrice": 779000,
            "minPrice": 175000,
            "maxPrice": 6050000,
            "averagePricePerSquareFoot": 819.46,
            "medianPricePerSquareFoot": 824.02,
            "minPricePerSquareFoot": 273.47,
            "maxPricePerSquareFoot": 1945.91,
            "averageSquareFootage": 1276,
            "medianSquareFootage": 1130,
            "minSquareFootage": 443,
            "maxSquareFootage": 5089,
            "averageDaysOnMarket": 117.99,
            "medianDaysOnMarket": 107,
            "minDaysOnMarket": 2,
            "maxDaysOnMarket": 364,
            "newListings": 44,
            "totalListings": 304,
            "dataByPropertyType": [
              {
                "propertyType": "Condo",
                "averagePrice": 1102384,
                "medianPrice": 775000,
                "minPrice": 175000,
                "maxPrice": 6050000,
                "averagePricePerSquareFoot": 819.08,
                "medianPricePerSquareFoot": 826.65,
                "minPricePerSquareFoot": 273.47,
                "maxPricePerSquareFoot": 1945.91,
                "averageSquareFootage": 1248,
                "medianSquareFootage": 1123,
                "minSquareFootage": 443,
                "maxSquareFootage": 3818,
                "averageDaysOnMarket": 118.24,
                "medianDaysOnMarket": 107,
                "minDaysOnMarket": 2,
                "maxDaysOnMarket": 364,
                "newListings": 44,
                "totalListings": 299
              },
              {
                "propertyType": "Multi-Family",
                "averagePrice": 1650000,
                "medianPrice": 1500000,
                "minPrice": 1500000,
                "maxPrice": 1800000,
                "averagePricePerSquareFoot": 594.55,
                "medianPricePerSquareFoot": 581.4,
                "minPricePerSquareFoot": 581.4,
                "maxPricePerSquareFoot": 607.7,
                "averageSquareFootage": 2771,
                "medianSquareFootage": 2580,
                "minSquareFootage": 2580,
                "maxSquareFootage": 2962,
                "averageDaysOnMarket": 84.5,
                "medianDaysOnMarket": 50,
                "minDaysOnMarket": 50,
                "maxDaysOnMarket": 119,
                "newListings": 0,
                "totalListings": 2
              },
              {
                "propertyType": "Single Family",
                "averagePrice": 3208333,
                "medianPrice": 3400000,
                "minPrice": 1225000,
                "maxPrice": 5000000,
                "averagePricePerSquareFoot": 1007.24,
                "medianPricePerSquareFoot": 982.51,
                "minPricePerSquareFoot": 788.29,
                "maxPricePerSquareFoot": 1250.92,
                "averageSquareFootage": 3120,
                "medianSquareFootage": 2718,
                "minSquareFootage": 1554,
                "maxSquareFootage": 5089,
                "averageDaysOnMarket": 117,
                "medianDaysOnMarket": 116,
                "minDaysOnMarket": 43,
                "maxDaysOnMarket": 192,
                "newListings": 0,
                "totalListings": 3
              }
            ],
            "dataByBedrooms": [
              {
                "bedrooms": 0,
                "averagePrice": 541500,
                "medianPrice": 534000,
                "minPrice": 534000,
                "maxPrice": 549000,
                "averagePricePerSquareFoot": 1066.97,
                "medianPricePerSquareFoot": 992.57,
                "minPricePerSquareFoot": 992.57,
                "maxPricePerSquareFoot": 1141.37,
                "averageSquareFootage": 510,
                "medianSquareFootage": 481,
                "minSquareFootage": 481,
                "maxSquareFootage": 538,
                "averageDaysOnMarket": 88,
                "medianDaysOnMarket": 56,
                "minDaysOnMarket": 56,
                "maxDaysOnMarket": 120,
                "newListings": 0,
                "totalListings": 2
              },
              {
                "bedrooms": 1,
                "averagePrice": 574954,
                "medianPrice": 549999,
                "minPrice": 175000,
                "maxPrice": 1230000,
                "averagePricePerSquareFoot": 725.58,
                "medianPricePerSquareFoot": 709.1,
                "minPricePerSquareFoot": 285.95,
                "maxPricePerSquareFoot": 1482.63,
                "averageSquareFootage": 795,
                "medianSquareFootage": 754,
                "minSquareFootage": 443,
                "maxSquareFootage": 1245,
                "averageDaysOnMarket": 125.24,
                "medianDaysOnMarket": 112,
                "minDaysOnMarket": 3,
                "maxDaysOnMarket": 364,
                "newListings": 20,
                "totalListings": 124
              },
              {
                "bedrooms": 2,
                "averagePrice": 1065225,
                "medianPrice": 950000,
                "minPrice": 310000,
                "maxPrice": 3395000,
                "averagePricePerSquareFoot": 820.47,
                "medianPricePerSquareFoot": 847.46,
                "minPricePerSquareFoot": 273.47,
                "maxPricePerSquareFoot": 1945.91,
                "averageSquareFootage": 1275,
                "medianSquareFootage": 1250,
                "minSquareFootage": 791,
                "maxSquareFootage": 2082,
                "averageDaysOnMarket": 110.92,
                "medianDaysOnMarket": 102,
                "minDaysOnMarket": 2,
                "maxDaysOnMarket": 282,
                "newListings": 17,
                "totalListings": 125
              }
            ]
          }
        }
      },
      "rentalData": {
        "lastUpdatedDate": "2026-07-22T00:00:00.000Z",
        "averageRent": 3210,
        "medianRent": 2850,
        "minRent": 900,
        "maxRent": 9000,
        "averageRentPerSquareFoot": 3.47,
        "medianRentPerSquareFoot": 3.51,
        "minRentPerSquareFoot": 0.22,
        "maxRentPerSquareFoot": 6.64,
        "averageSquareFootage": 959,
        "medianSquareFootage": 879,
        "minSquareFootage": 340,
        "maxSquareFootage": 6574,
        "averageDaysOnMarket": 64.41,
        "medianDaysOnMarket": 38,
        "minDaysOnMarket": 1,
        "maxDaysOnMarket": 353,
        "newListings": 48,
        "totalListings": 291,
        "dataByPropertyType": [
          {
            "propertyType": "Apartment",
            "averageRent": 2572,
            "medianRent": 2378,
            "minRent": 900,
            "maxRent": 6510,
            "averageRentPerSquareFoot": 3.27,
            "medianRentPerSquareFoot": 3.48,
            "minRentPerSquareFoot": 0.22,
            "maxRentPerSquareFoot": 6.64,
            "averageSquareFootage": 887,
            "medianSquareFootage": 737,
            "minSquareFootage": 340,
            "maxSquareFootage": 6574,
            "averageDaysOnMarket": 86.29,
            "medianDaysOnMarket": 38,
            "minDaysOnMarket": 1,
            "maxDaysOnMarket": 309,
            "newListings": 10,
            "totalListings": 79
          },
          {
            "propertyType": "Condo",
            "averageRent": 3486,
            "medianRent": 3200,
            "minRent": 1064,
            "maxRent": 9000,
            "averageRentPerSquareFoot": 3.61,
            "medianRentPerSquareFoot": 3.67,
            "minRentPerSquareFoot": 1.46,
            "maxRentPerSquareFoot": 6.32,
            "averageSquareFootage": 972,
            "medianSquareFootage": 910,
            "minSquareFootage": 400,
            "maxSquareFootage": 2362,
            "averageDaysOnMarket": 60.98,
            "medianDaysOnMarket": 38,
            "minDaysOnMarket": 1,
            "maxDaysOnMarket": 353,
            "newListings": 32,
            "totalListings": 194
          },
          {
            "propertyType": "Multi-Family",
            "averageRent": 3614,
            "medianRent": 3200,
            "minRent": 2200,
            "maxRent": 6500,
            "averageRentPerSquareFoot": 3.07,
            "medianRentPerSquareFoot": 2.16,
            "minRentPerSquareFoot": 1.96,
            "maxRentPerSquareFoot": 5.91,
            "averageSquareFootage": 1213,
            "medianSquareFootage": 1120,
            "minSquareFootage": 1090,
            "maxSquareFootage": 1481,
            "averageDaysOnMarket": 33.43,
            "medianDaysOnMarket": 1,
            "minDaysOnMarket": 1,
            "maxDaysOnMarket": 91,
            "newListings": 1,
            "totalListings": 7
          }
        ],
        "dataByBedrooms": [
          {
            "bedrooms": 0,
            "averageRent": 1974,
            "medianRent": 1999,
            "minRent": 1020,
            "maxRent": 2776,
            "averageRentPerSquareFoot": 4.08,
            "medianRentPerSquareFoot": 4.21,
            "minRentPerSquareFoot": 2.15,
            "maxRentPerSquareFoot": 6.64,
            "averageSquareFootage": 496,
            "medianSquareFootage": 504,
            "minSquareFootage": 340,
            "maxSquareFootage": 717,
            "averageDaysOnMarket": 69.71,
            "medianDaysOnMarket": 67,
            "minDaysOnMarket": 1,
            "maxDaysOnMarket": 174,
            "newListings": 0,
            "totalListings": 18
          },
          {
            "bedrooms": 1,
            "averageRent": 2613,
            "medianRent": 2495,
            "minRent": 1020,
            "maxRent": 5500,
            "averageRentPerSquareFoot": 3.48,
            "medianRentPerSquareFoot": 3.49,
            "minRentPerSquareFoot": 0.22,
            "maxRentPerSquareFoot": 6.08,
            "averageSquareFootage": 796,
            "medianSquareFootage": 709,
            "minSquareFootage": 400,
            "maxSquareFootage": 6574,
            "averageDaysOnMarket": 63.54,
            "medianDaysOnMarket": 36,
            "minDaysOnMarket": 1,
            "maxDaysOnMarket": 317,
            "newListings": 31,
            "totalListings": 152
          },
          {
            "bedrooms": 2,
            "averageRent": 4038,
            "medianRent": 3500,
            "minRent": 1250,
            "maxRent": 9000,
            "averageRentPerSquareFoot": 3.39,
            "medianRentPerSquareFoot": 3.21,
            "minRentPerSquareFoot": 1.46,
            "maxRentPerSquareFoot": 6.32,
            "averageSquareFootage": 1189,
            "medianSquareFootage": 1166,
            "minSquareFootage": 740,
            "maxSquareFootage": 1751,
            "averageDaysOnMarket": 64.89,
            "medianDaysOnMarket": 39,
            "minDaysOnMarket": 1,
            "maxDaysOnMarket": 353,
            "newListings": 15,
            "totalListings": 109
          }
        ],
        "history": {
          "2025-08": {
            "date": "2025-08-01T00:00:00.000Z",
            "averageRent": 3185,
            "medianRent": 2766,
            "minRent": 950,
            "maxRent": 10000,
            "averageRentPerSquareFoot": 3.4,
            "medianRentPerSquareFoot": 3.08,
            "minRentPerSquareFoot": 0.62,
            "maxRentPerSquareFoot": 8.27,
            "averageSquareFootage": 958,
            "medianSquareFootage": 877,
            "minSquareFootage": 323,
            "maxSquareFootage": 2679,
            "averageDaysOnMarket": 62.31,
            "medianDaysOnMarket": 34,
            "minDaysOnMarket": 1,
            "maxDaysOnMarket": 342,
            "newListings": 132,
            "totalListings": 407,
            "dataByPropertyType": [
              {
                "propertyType": "Apartment",
                "averageRent": 2242,
                "medianRent": 2161,
                "minRent": 950,
                "maxRent": 5284,
                "averageRentPerSquareFoot": 3.09,
                "medianRentPerSquareFoot": 2.65,
                "minRentPerSquareFoot": 0.76,
                "maxRentPerSquareFoot": 8.27,
                "averageSquareFootage": 759,
                "medianSquareFootage": 696,
                "minSquareFootage": 323,
                "maxSquareFootage": 1547,
                "averageDaysOnMarket": 123.96,
                "medianDaysOnMarket": 67,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 334,
                "newListings": 17,
                "totalListings": 81
              },
              {
                "propertyType": "Condo",
                "averageRent": 3484,
                "medianRent": 3000,
                "minRent": 1275,
                "maxRent": 10000,
                "averageRentPerSquareFoot": 3.56,
                "medianRentPerSquareFoot": 3.33,
                "minRentPerSquareFoot": 1.5,
                "maxRentPerSquareFoot": 6.7,
                "averageSquareFootage": 994,
                "medianSquareFootage": 917,
                "minSquareFootage": 344,
                "maxSquareFootage": 2679,
                "averageDaysOnMarket": 52.88,
                "medianDaysOnMarket": 34,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 342,
                "newListings": 105,
                "totalListings": 306
              },
              {
                "propertyType": "Multi-Family",
                "averageRent": 1971,
                "medianRent": 1995,
                "minRent": 1500,
                "maxRent": 2200,
                "averageRentPerSquareFoot": 2.28,
                "medianRentPerSquareFoot": 2.27,
                "minRentPerSquareFoot": 0.97,
                "maxRentPerSquareFoot": 3.01,
                "averageSquareFootage": 981,
                "medianSquareFootage": 712,
                "minSquareFootage": 573,
                "maxSquareFootage": 2053,
                "averageDaysOnMarket": 21.38,
                "medianDaysOnMarket": 6,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 74,
                "newListings": 6,
                "totalListings": 8
              }
            ],
            "dataByBedrooms": [
              {
                "bedrooms": 0,
                "averageRent": 1826,
                "medianRent": 1717,
                "minRent": 1020,
                "maxRent": 3115,
                "averageRentPerSquareFoot": 3.74,
                "medianRentPerSquareFoot": 3.75,
                "minRentPerSquareFoot": 2.45,
                "maxRentPerSquareFoot": 6.71,
                "averageSquareFootage": 499,
                "medianSquareFootage": 481,
                "minSquareFootage": 344,
                "maxSquareFootage": 684,
                "averageDaysOnMarket": 89,
                "medianDaysOnMarket": 48,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 303,
                "newListings": 6,
                "totalListings": 27
              },
              {
                "bedrooms": 1,
                "averageRent": 2563,
                "medianRent": 2495,
                "minRent": 950,
                "maxRent": 6000,
                "averageRentPerSquareFoot": 3.39,
                "medianRentPerSquareFoot": 3.07,
                "minRentPerSquareFoot": 0.62,
                "maxRentPerSquareFoot": 8.27,
                "averageSquareFootage": 778,
                "medianSquareFootage": 713,
                "minSquareFootage": 323,
                "maxSquareFootage": 2240,
                "averageDaysOnMarket": 61.14,
                "medianDaysOnMarket": 34,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 334,
                "newListings": 68,
                "totalListings": 213
              },
              {
                "bedrooms": 2,
                "averageRent": 4099,
                "medianRent": 3595,
                "minRent": 1295,
                "maxRent": 10000,
                "averageRentPerSquareFoot": 3.43,
                "medianRentPerSquareFoot": 3.09,
                "minRentPerSquareFoot": 1.5,
                "maxRentPerSquareFoot": 6.32,
                "averageSquareFootage": 1208,
                "medianSquareFootage": 1224,
                "minSquareFootage": 608,
                "maxSquareFootage": 2200,
                "averageDaysOnMarket": 56.17,
                "medianDaysOnMarket": 29,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 342,
                "newListings": 53,
                "totalListings": 149
              }
            ]
          },
          "2025-09": {
            "date": "2025-09-01T00:00:00.000Z",
            "averageRent": 3289,
            "medianRent": 2800,
            "minRent": 900,
            "maxRent": 10000,
            "averageRentPerSquareFoot": 3.54,
            "medianRentPerSquareFoot": 3.31,
            "minRentPerSquareFoot": 0.75,
            "maxRentPerSquareFoot": 8.29,
            "averageSquareFootage": 966,
            "medianSquareFootage": 880,
            "minSquareFootage": 322,
            "maxSquareFootage": 2679,
            "averageDaysOnMarket": 60.26,
            "medianDaysOnMarket": 35,
            "minDaysOnMarket": 1,
            "maxDaysOnMarket": 364,
            "newListings": 132,
            "totalListings": 421,
            "dataByPropertyType": [
              {
                "propertyType": "Apartment",
                "averageRent": 2344,
                "medianRent": 2200,
                "minRent": 900,
                "maxRent": 6309,
                "averageRentPerSquareFoot": 3.31,
                "medianRentPerSquareFoot": 3.04,
                "minRentPerSquareFoot": 0.75,
                "maxRentPerSquareFoot": 8.29,
                "averageSquareFootage": 753,
                "medianSquareFootage": 696,
                "minSquareFootage": 322,
                "maxSquareFootage": 1442,
                "averageDaysOnMarket": 113.34,
                "medianDaysOnMarket": 39,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 364,
                "newListings": 20,
                "totalListings": 81
              },
              {
                "propertyType": "Condo",
                "averageRent": 3543,
                "medianRent": 3000,
                "minRent": 1275,
                "maxRent": 10000,
                "averageRentPerSquareFoot": 3.67,
                "medianRentPerSquareFoot": 3.5,
                "minRentPerSquareFoot": 1.5,
                "maxRentPerSquareFoot": 6.7,
                "averageSquareFootage": 1000,
                "medianSquareFootage": 926,
                "minSquareFootage": 344,
                "maxSquareFootage": 2679,
                "averageDaysOnMarket": 50.55,
                "medianDaysOnMarket": 34,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 342,
                "newListings": 104,
                "totalListings": 321
              },
              {
                "propertyType": "Multi-Family",
                "averageRent": 1937,
                "medianRent": 1825,
                "minRent": 1500,
                "maxRent": 2200,
                "averageRentPerSquareFoot": 2.26,
                "medianRentPerSquareFoot": 2.27,
                "minRentPerSquareFoot": 0.87,
                "maxRentPerSquareFoot": 2.95,
                "averageSquareFootage": 981,
                "medianSquareFootage": 712,
                "minSquareFootage": 573,
                "maxSquareFootage": 2053,
                "averageDaysOnMarket": 32.75,
                "medianDaysOnMarket": 22,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 104,
                "newListings": 2,
                "totalListings": 8
              }
            ],
            "dataByBedrooms": [
              {
                "bedrooms": 0,
                "averageRent": 1836,
                "medianRent": 1691,
                "minRent": 1020,
                "maxRent": 3165,
                "averageRentPerSquareFoot": 3.83,
                "medianRentPerSquareFoot": 3.91,
                "minRentPerSquareFoot": 2.45,
                "maxRentPerSquareFoot": 6.82,
                "averageSquareFootage": 492,
                "medianSquareFootage": 481,
                "minSquareFootage": 340,
                "maxSquareFootage": 684,
                "averageDaysOnMarket": 84.31,
                "medianDaysOnMarket": 31,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 333,
                "newListings": 6,
                "totalListings": 27
              },
              {
                "bedrooms": 1,
                "averageRent": 2637,
                "medianRent": 2500,
                "minRent": 950,
                "maxRent": 6950,
                "averageRentPerSquareFoot": 3.55,
                "medianRentPerSquareFoot": 3.31,
                "minRentPerSquareFoot": 0.88,
                "maxRentPerSquareFoot": 8.29,
                "averageSquareFootage": 764,
                "medianSquareFootage": 713,
                "minSquareFootage": 322,
                "maxSquareFootage": 1884,
                "averageDaysOnMarket": 59.85,
                "medianDaysOnMarket": 37,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 364,
                "newListings": 57,
                "totalListings": 213
              },
              {
                "bedrooms": 2,
                "averageRent": 4135,
                "medianRent": 3600,
                "minRent": 1295,
                "maxRent": 10000,
                "averageRentPerSquareFoot": 3.56,
                "medianRentPerSquareFoot": 3.27,
                "minRentPerSquareFoot": 1.37,
                "maxRentPerSquareFoot": 7.04,
                "averageSquareFootage": 1205,
                "medianSquareFootage": 1220,
                "minSquareFootage": 608,
                "maxSquareFootage": 2418,
                "averageDaysOnMarket": 54.75,
                "medianDaysOnMarket": 30,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 342,
                "newListings": 63,
                "totalListings": 160
              }
            ]
          },
          "2025-10": {
            "date": "2025-10-01T00:00:00.000Z",
            "averageRent": 3310,
            "medianRent": 2894,
            "minRent": 900,
            "maxRent": 10000,
            "averageRentPerSquareFoot": 3.54,
            "medianRentPerSquareFoot": 3.36,
            "minRentPerSquareFoot": 0.2,
            "maxRentPerSquareFoot": 8.29,
            "averageSquareFootage": 982,
            "medianSquareFootage": 879,
            "minSquareFootage": 322,
            "maxSquareFootage": 4900,
            "averageDaysOnMarket": 64.46,
            "medianDaysOnMarket": 40,
            "minDaysOnMarket": 1,
            "maxDaysOnMarket": 364,
            "newListings": 101,
            "totalListings": 393,
            "dataByPropertyType": [
              {
                "propertyType": "Apartment",
                "averageRent": 2376,
                "medianRent": 2140,
                "minRent": 900,
                "maxRent": 6449,
                "averageRentPerSquareFoot": 3.32,
                "medianRentPerSquareFoot": 3.26,
                "minRentPerSquareFoot": 0.2,
                "maxRentPerSquareFoot": 8.29,
                "averageSquareFootage": 858,
                "medianSquareFootage": 700,
                "minSquareFootage": 322,
                "maxSquareFootage": 4900,
                "averageDaysOnMarket": 114.21,
                "medianDaysOnMarket": 39,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 364,
                "newListings": 16,
                "totalListings": 79
              },
              {
                "propertyType": "Condo",
                "averageRent": 3567,
                "medianRent": 3000,
                "minRent": 1200,
                "maxRent": 10000,
                "averageRentPerSquareFoot": 3.67,
                "medianRentPerSquareFoot": 3.54,
                "minRentPerSquareFoot": 1.49,
                "maxRentPerSquareFoot": 6.7,
                "averageSquareFootage": 990,
                "medianSquareFootage": 917,
                "minSquareFootage": 344,
                "maxSquareFootage": 2679,
                "averageDaysOnMarket": 54.71,
                "medianDaysOnMarket": 40,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 315,
                "newListings": 79,
                "totalListings": 296
              },
              {
                "propertyType": "Multi-Family",
                "averageRent": 1995,
                "medianRent": 2000,
                "minRent": 1795,
                "maxRent": 2200,
                "averageRentPerSquareFoot": 2.2,
                "medianRentPerSquareFoot": 2.27,
                "minRentPerSquareFoot": 0.87,
                "maxRentPerSquareFoot": 2.95,
                "averageSquareFootage": 1039,
                "medianSquareFootage": 960,
                "minSquareFootage": 630,
                "maxSquareFootage": 2053,
                "averageDaysOnMarket": 45.43,
                "medianDaysOnMarket": 29,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 135,
                "newListings": 2,
                "totalListings": 7
              }
            ],
            "dataByBedrooms": [
              {
                "bedrooms": 0,
                "averageRent": 1808,
                "medianRent": 1725,
                "minRent": 1000,
                "maxRent": 3080,
                "averageRentPerSquareFoot": 3.59,
                "medianRentPerSquareFoot": 3.64,
                "minRentPerSquareFoot": 0.2,
                "maxRentPerSquareFoot": 6.64,
                "averageSquareFootage": 667,
                "medianSquareFootage": 510,
                "minSquareFootage": 344,
                "maxSquareFootage": 4900,
                "averageDaysOnMarket": 85.72,
                "medianDaysOnMarket": 22,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 364,
                "newListings": 6,
                "totalListings": 28
              },
              {
                "bedrooms": 1,
                "averageRent": 2639,
                "medianRent": 2500,
                "minRent": 950,
                "maxRent": 6950,
                "averageRentPerSquareFoot": 3.58,
                "medianRentPerSquareFoot": 3.34,
                "minRentPerSquareFoot": 0.31,
                "maxRentPerSquareFoot": 8.29,
                "averageSquareFootage": 772,
                "medianSquareFootage": 709,
                "minSquareFootage": 322,
                "maxSquareFootage": 4900,
                "averageDaysOnMarket": 62.89,
                "medianDaysOnMarket": 34,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 359,
                "newListings": 55,
                "totalListings": 198
              },
              {
                "bedrooms": 2,
                "averageRent": 4228,
                "medianRent": 3995,
                "minRent": 1325,
                "maxRent": 9000,
                "averageRentPerSquareFoot": 3.56,
                "medianRentPerSquareFoot": 3.51,
                "minRentPerSquareFoot": 1.27,
                "maxRentPerSquareFoot": 7.04,
                "averageSquareFootage": 1218,
                "medianSquareFootage": 1225,
                "minSquareFootage": 678,
                "maxSquareFootage": 2418,
                "averageDaysOnMarket": 61.06,
                "medianDaysOnMarket": 44,
                "minDaysOnMarket": 1,
                "maxDaysOnMarket": 357,
                "newListings": 37,
                "totalListings": 148
              }
            ]
          }
        }
      }
    }
  },
  "h402": {
    "routeId": "real-estate/market-statistics",
    "provider": "locus-rentcast",
    "selectedCandidateId": "real-estate/market-statistics/locus-rentcast",
    "routing": "manual",
    "paidBy": "x402-exact"
  }
}

Providers

Choose a provider for this task. The catalog recommends the current default from quality, reliability, and price; your selected provider stays pinned. Listed prices are provider prices; settlement adds a 5% h402 fee.

locus-rentcast
mpp
100
Success
100%
p50
1.47s
Calls
4
100%
$0.033$0.033/call
Last successful call: 27d ago· Aggregated by h402 — not the source provider