# Analyze Houston Rental Market Data for Real Estate Investors

**Use case:** 

Gather comprehensive rental property data for Houston, TX, to identify investment opportunities and competitive pricing trends. This data helps real estate inve

## Input

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

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "text"
  },
  "listPrice": {
    "label": "Price",
    "format": "number"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "text"
  },
  "sqft": {
    "label": "Sqft",
    "format": "number"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "yearBuilt": {
    "label": "Year Built",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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