# Find Austin Apartments for Rent

**Use case:** 

Find Austin apartments for rent with monthly prices, bedrooms, addresses, availability, phone numbers, photos, value scores, and direct Rent.com URLs.

## Input

```json
{
  "mode": "search",
  "location": "Austin, TX",
  "propertyType": "apartments",
  "petsAllowed": "any",
  "maxListings": 3,
  "includePhotos": true,
  "debugMode": false
}
```

## Output

```json
{
  "property_name": {
    "label": "Property",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "price": {
    "label": "Price/mo",
    "format": "number"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "availability": {
    "label": "Available",
    "format": "text"
  },
  "value_score": {
    "label": "Score",
    "format": "number"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [🏙️ Rent.com Scraper - Apartment & Rental Listings](https://apify.com/benthepythondev/rent-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/rent-com-scraper) to learn more, explore other use cases, and run it yourself.