# Scrape Cheap Phoenix Studio Apartments — Apartment List

**Use case:** 

Export budget studio rentals in Phoenix, AZ under $1,400: priceMin, priceMax, bedroomsAvailable, units, sqft and amenities, in CSV or JSON.

## Input

```json
{
  "location": [
    "Phoenix, AZ"
  ],
  "startUrls": [],
  "bedrooms": [
    "studio"
  ],
  "priceMax": 1400,
  "petPolicy": "any",
  "amenities": [],
  "includeDetails": true,
  "maxResults": 100
}
```

## Output

```json
{
  "propertyName": {
    "label": "Property",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "priceMin": {
    "label": "Rent From (USD)",
    "format": "number"
  },
  "priceMax": {
    "label": "Rent To (USD)",
    "format": "number"
  },
  "bedroomsAvailable": {
    "label": "Beds Available",
    "format": "array"
  },
  "petPolicy": {
    "label": "Pets",
    "format": "text"
  },
  "url": {
    "label": "Property URL",
    "format": "link"
  }
}
```

## About this Actor

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