# Cheap Apartments in Houston — Hotpads Scraper

**Use case:** 

Scrape the cheapest apartments in Houston, TX from Hotpads, sorted low to high: rent, beds, baths, photos and amenities. Export to CSV or JSON.

## Input

```json
{
  "operation": "searchByLocation",
  "location": "Houston, TX",
  "sortOrder": "Price_Low_to_High",
  "maxPrice": "1500",
  "maxResults": 25
}
```

## Output

```json
{
  "rowType": {
    "label": "Type"
  },
  "listingId": {
    "label": "ID"
  },
  "listingName": {
    "label": "Name"
  },
  "address": {
    "label": "Address"
  },
  "rent": {
    "label": "Rent"
  },
  "specs": {
    "label": "Specs"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [Hotpads Scraper — US Apartments & Homes for Rent](https://apify.com/sian.agency/hotpads-property-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/hotpads-property-scraper) to learn more, explore other use cases, and run it yourself.