# Lennar Homes, Communities & Floor Plans Task

**Use case:** 

Scrape Lennar.com new homes. Get communities, prices, payments, floor plans, sqft, amenities, tours & coords at scale.

## Input

```json
{
  "mode": "search",
  "states": [
    "Florida"
  ],
  "includeCommunities": true,
  "includeHomesites": true,
  "enrichDetails": true,
  "startUrls": [
    "https://www.lennar.com/new-homes/florida"
  ],
  "maxItems": 5,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxResidentialMB": 0,
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "recordType": {
    "label": "Type",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "communityName": {
    "label": "Community",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "priceLabel": {
    "label": "Price From",
    "format": "text"
  },
  "beds": {
    "label": "Beds",
    "format": "number"
  },
  "baths": {
    "label": "Baths",
    "format": "number"
  },
  "sqft": {
    "label": "Sq Ft",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Lennar Homes, Communities & Floor Plans Scraper](https://apify.com/abotapi/lennar-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/lennar-scraper) to learn more, explore other use cases, and run it yourself.