# Alabama 🏘️ Lennar New Homes

**Use case:** 

Extract 🏘️ Lennar New Homes data filtered by alabama. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "state": "alabama",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image url"
  },
  "id": {
    "label": "Id"
  },
  "status": {
    "label": "Status"
  },
  "address": {
    "label": "Address"
  },
  "beds": {
    "label": "Beds"
  },
  "baths": {
    "label": "Baths"
  },
  "halfBaths": {
    "label": "Half baths"
  },
  "sqft": {
    "label": "Sqft"
  },
  "price": {
    "label": "Price"
  },
  "wasPrice": {
    "label": "Was price"
  },
  "planName": {
    "label": "Plan name"
  },
  "communityName": {
    "label": "Community name"
  },
  "mpcName": {
    "label": "Mpc name"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "lotId": {
    "label": "Lot id"
  },
  "url": {
    "label": "Url"
  },
  "offerAvailable": {
    "label": "Offer available"
  },
  "offerEndDate": {
    "label": "Offer end date"
  },
  "sourceUrl": {
    "label": "Source url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [🏘️ Lennar New Homes Scraper](https://apify.com/parseforge/lennar-new-homes-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/lennar-new-homes-scraper) to learn more, explore other use cases, and run it yourself.