# Zillow Rentals Full Export

**Use case:** 

Full Export of Zillow Rentals. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "listingUrl": "https://www.zillow.com/los-angeles-ca/rentals/",
  "maxItems": 500,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "price": {
    "label": "Rent",
    "format": "number"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "livingArea": {
    "label": "Sq Ft",
    "format": "number"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "homeStatus": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

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