# Analyze Houston, TX Rental Market Trends

**Use case:** 

Scrape current rental listings in Houston, TX to understand median rents, property types, and amenity trends. This data helps real estate investors and property

## Input

```json
{
  "search": "Houston, TX",
  "mode": "RENT",
  "maxItems": 200,
  "endPage": 5,
  "scrapeDetails": true
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "integer"
  },
  "beds": {
    "label": "Beds",
    "format": "integer"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "sqft": {
    "label": "Sqft",
    "format": "integer"
  },
  "propertyType": {
    "label": "Type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "yearBuilt": {
    "label": "Year Built",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Zillow Property Scraper](https://apify.com/crawlerbros/zillow-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/zillow-scraper) to learn more, explore other use cases, and run it yourself.