# Analyze Austin Luxury Rental Trends and Availability

**Use case:** 

Scrape high-end apartment listings in Austin, TX, focusing on properties with premium amenities and higher rent ranges. This data is crucial for luxury real est

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.apartments.com/austin-tx/downtown-austin/luxury/"
    },
    {
      "url": "https://www.apartments.com/austin-tx/domain/luxury/"
    }
  ],
  "maxItems": 75
}
```

## Output

```json
{
  "propertyName": {
    "label": "Property",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "rentMin": {
    "label": "Min Rent",
    "format": "number"
  },
  "rentMax": {
    "label": "Max Rent",
    "format": "number"
  },
  "beds": {
    "label": "Beds",
    "format": "text"
  },
  "phoneNumber": {
    "label": "Phone",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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