← Back to docs

API Reference

All endpoints accept JSON and require an X-API-Key header.

Base URL: https://scrapekit.dev

Zillow2 endpoints

Redfin1 endpoint

Realtor.com1 endpoint

Compass1 endpoint

Homes.com1 endpoint

Example Responses

Explore real estate response shapes. Search results include normalized listings and market_report metrics.

{
  "location": "Austin, TX",
  "total_count": 247,
  "market_report": {
    "median_price": 485000,
    "average_price_per_sqft": 262,
    "median_days_on_market": 18,
    "inventory_count": 247
  },
  "properties": [
    {8 fields}
  ]
}