# Estately Real Estate Listings Full Export

**Use case:** 

Full Export of Estately Real Estate Listings. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "cityUrl": "https://www.estately.com/CA/Los_Angeles",
  "fetchDetails": false,
  "maxItems": 500
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "priceUsd": {
    "label": "Price ($)",
    "format": "number"
  },
  "saleType": {
    "label": "Sale Type",
    "format": "text"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "sqft": {
    "label": "Sqft",
    "format": "number"
  },
  "lotSqft": {
    "label": "Lot Sqft",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "postalCode": {
    "label": "Postal code"
  },
  "lat": {
    "label": "Lat"
  },
  "lng": {
    "label": "Lng"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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