# Find Apartments for Rent in Austin

**Use case:** 

Find current Austin apartments for rent with monthly price, beds, baths, address, amenities, photos, verification data, and listing URLs.

## Input

```json
{
  "mode": "search",
  "location": "austin-tx",
  "propertyType": "apartments-for-rent",
  "airbnbFriendly": false,
  "maxListings": 3,
  "includePhotos": true,
  "useApifyProxy": true
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "price_min": {
    "label": "Price Min",
    "format": "number"
  },
  "price_max": {
    "label": "Price Max",
    "format": "number"
  },
  "beds_min": {
    "label": "Beds Min",
    "format": "number"
  },
  "beds_max": {
    "label": "Beds Max",
    "format": "number"
  },
  "baths_min": {
    "label": "Baths Min",
    "format": "number"
  },
  "property_type": {
    "label": "Property Type",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "lead_score": {
    "label": "Lead Score",
    "format": "number"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [🏙️ Zumper Rental Scraper - Apartments + Lead Scores](https://apify.com/benthepythondev/zumper-rental-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/zumper-rental-scraper) to learn more, explore other use cases, and run it yourself.