# Lennar Property Details Scraper (`alexist/lennar-property-details-scraper`) Actor

Scrape detailed property information from Lennar.com including prices, specs, locations, images, and financial data. This scraper collects 49 fields per listing — perfect for real estate marketers, data analysts, and property aggregators seeking automated access to new home inventory.

- **URL**: https://apify.com/alexist/lennar-property-details-scraper.md
- **Developed by:** [Alex](https://apify.com/alexist) (community)
- **Categories:** Automation, Developer tools, Real estate
- **Stats:** 2 total users, 1 monthly users, 85.7% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-usage

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Lennar Property Scraper: Extract New Home Listings at Scale

***

### What Is Lennar.com?

Lennar Corporation is one of the largest residential construction companies in the United States, offering new homes across multiple regions and price points. Lennar.com showcases thousands of actively listed properties with detailed specifications, pricing, floor plans, virtual tours, and move-in incentives. Manually collecting this property data is labor-intensive and error-prone — the **Lennar Property Details Scraper** automates the extraction process, delivering structured records ready for analysis, comparison, or integration into real estate platforms.

***

### Overview

The **Lennar Property Scraper** extracts comprehensive property detail pages from Lennar.com, transforming rich, visual property listings into clean, structured data records. It is designed for:

- **Real estate marketers** analyzing Lennar's inventory and promotional offers
- **Property aggregators** building multi-source new home databases
- **Data analysts** studying home prices, specs, and market trends
- **Investors** tracking new construction availability by region
- **Researchers** examining housing supply and new build characteristics

Key strengths include field-level detail (49 data points per property), batch processing via URL lists, optional failure tolerance for reliability, and comprehensive property attribute capture including financial incentives and premium features.

***

### Input Format

The scraper accepts a JSON configuration for targeted property extraction:

```json
{
  "urls": [
    "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/prairie-grove/copper-hill/rc-hawthorn/74506920011",
    "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/siloam-springs/lawlis-ranch/rc-stockwell/7451392076b"
  ],
  "max_items_per_url": 200,
  "ignore_url_failures": true
}
```

| Field | Description |
|---|---|
| `urls` | Array of direct links to individual property detail pages on Lennar.com |
| `max_items_per_url` | Maximum data records extracted per URL (typically `200` for complete coverage) |
| `ignore_url_failures` | If `true`, the scraper continues if some URLs fail; if `false`, stops on first error |

> **Tip:** Use complete property detail URLs (not search results or community pages) to ensure accurate extraction. Bulk paste 10–100+ URLs for efficient batch processing.

***

### Output Format

**Sample output**

```json
{
  "id": "h_895696",
  "name": "RC Stockwell",
  "price": 229900,
  "overview": "Upon entry into this new two-story home, the foyer flows down to a welcoming and airy main living space. It showcases a sprawling living room made for gatherings with direct access to a modern kitchen and an intimate dining area. Residing upstairs are all three bedrooms and a versatile loft, ideal as a custom work space. The owner’s suite is tucked into a quiet corner with its own private bathroom and walk-in closet.",
  "url": "/new-homes/arkansas/northwest-arkansas/siloam-springs/lawlis-ranch/rc-stockwell/7451392076b",
  "metadata": null,
  "address": "404 B W Cloud Drive",
  "jde_latitude": 0,
  "jde_longitude": 0,
  "latitude": 36.20993,
  "longitude": -94.544846,
  "beds": 3,
  "baths": 2,
  "checkout_type": "BUY_NOW_NO_DEPOSIT",
  "half_baths": 1,
  "garages": 1,
  "stories": 2,
  "sqft": 1599,
  "lotid": "7451392076B",
  "number": "076B",
  "closing_cost_incentive": "",
  "incentive_disclaimer": null,
  "was_price": 0,
  "formatted_price": "",
  "writer_overview": "",
  "tpm_attributes": [],
  "options_gallery": [],
  "options_pdf": null,
  "virtual_tour_url": "",
  "status": "MOVE_IN_READY",
  "is_reserved": false,
  "reduced_apr": "0",
  "show_estimated_monthly_payment": true,
  "attributes": [],
  "est_move_in_date": "2026-03-06T00:00:00Z",
  "is_hotw": true,
  "badge": null,
  "page_views": null,
  "elevation_image": {
    "__typename": "TitleImageType",
    "image": {
      "__typename": "ImageType",
      "url": "https://cdn.lennar.com/api/images/contentassets/1fbba4ef4b0747659ed0a5d1fd51ba49/lr-76b_404-b-w-cloud-drive_web.jpg?d=20260312T203054",
      "alt": "LR 76 B 404 B W Cloud Drive WEB"
    }
  },
  "default_ei_image": null,
  "is_tourable": false,
  "smart_rent_url": null,
  "featuredhighlights": [],
  "offer_available": true,
  "offer_end_date": "2027-07-21T00:00:00Z",
  "offer_start_date": "2025-07-21T00:00:00Z",
  "offer_time_zone": null,
  "estimated_monthly_payment": {
    "__typename": "EstimatedMonthlyPaymentType",
    "approximate_hoa_fee": 33.33,
    "community_development_fee": 0,
    "principal_and_interest": 1192.9,
    "calculator_disclaimer": "",
    "legal_disclaimer": "Market APR is based on a 30-year conventional fixed interest rate and loan terms available as of 7/14/2026 and on a sales price of $229,900 with 20% down factoring in prepaid interest and closing costs. Rates may change or not be available at the time of loan commitment, lock-in, or closing. Buyer is subject to qualifications for specific loan terms that include, but are not limited to, occupancy requirements, down payment, credit and underwriting requirements, and/or investor program guidelines. Not an offer to enter into an interest rate or discount point agreement and any such agreement may only be made in writing signed by both the borrower and the lender. Industry market rate is based on the Freddie Mac Primary Mortgage Market Survey at ([https://www.freddiemac.com/pmms](https://www.freddiemac.com/pmms)) . Market rates are based on market trends and other factors that can materially cause predictive statements to differ. This statement does not guarantee the present or future market conditions and values. Offer is subject to certain terms, conditions and restrictions. Prices subject to change without notice. Lennar reserves the right to change or withdraw any offer at any time. Offer requires financing through seller's affiliate Lennar Mortgage. LLC, but use of Lennar Mortgage, LLC is not required to purchase a home (See [Affiliated Business Arrangement Disclosure] (https://mcv0gwmvppxkjtntxgnb0-0xn53y.pub.sfmc-content.com/2wss1jvor1f)). Lennar Mortgage, LLC - NMLS #1058.  See [Licensing & Additional Disclaimers | Lennar Mortgage](https://www.lennarmortgage.com/licensing) for a complete list of licensing.",
    "loan_type": "C",
    "down_payment": 45980,
    "down_payment_percent": 0.2,
    "home_insurance_rate": 0.0055,
    "home_insurance": 105.37,
    "interest_rate": 0.0675,
    "mortgage_insurance": 0,
    "mortgage_insurance_rate": 0,
    "property_tax": 98.28,
    "property_tax_rate": 0.00513
  },
  "plan": {
    "__typename": "PlanType",
    "name": "RC Stockwell",
    "id": "p_80902",
    "url": "/new-homes/arkansas/northwest-arkansas/siloam-springs/lawlis-ranch/rc-stockwell",
    "metadata": null,
    "number": "S790",
    "hero_image": {
      "__typename": "ImageType",
      "title": "",
      "alt": "Taylor Core S790 Stockwell Living 1of2 F1 Base1",
      "url": "https://cdn.lennar.com/api/images/contentassets/eb10b358f9e9494680458cbda66a1f2e/taylor_core_s790_pic_stockwell_living_1of2_f1_base1.jpg?d=20260212T162656"
    },
    "walkthrough": {
      "__typename": "PlanWalkthroughType",
      "all_rooms": [
        {
          "__typename": "RoomType",
          "name": "Kitchen",
          "content": {
            "__typename": "RoomContentType",
            "hero": null,
            "room_image_gallery": [
              {
                "__typename": "ImageCaptionType",
                "image": {
                  "__typename": "ImageType",
                  "url": "https://cdn.lennar.com/api/images/contentassets/429359f3c8d44223928ae1ae3b21d21c/taylor_core_s790_pic_stockwell_kitchen_f1_base1.jpg?d=20260212T161854",
                  "alt": "Taylor Core S790 Stockwell Kitchen F1 Base1"
                }
              }
            ]
          }
        },
        {
          "__typename": "RoomType",
          "name": "Dining Room",
          "content": {
            "__typename": "RoomContentType",
            "hero": null,
            "room_image_gallery": [
              {
                "__typename": "ImageCaptionType",
                "image": {
                  "__typename": "ImageType",
                  "url": "https://cdn.lennar.com/api/images/contentassets/60e89c3ce88e4b17a3a20b3519e2462c/taylor_core_s790_pic_stockwell_dining_f1_base1.jpg?d=20260212T161609",
                  "alt": "Taylor Core S790 Stockwell Dining F1 Base1"
                }
              }
            ]
          }
        },
        {
          "__typename": "RoomType",
          "name": "Living Room",
          "content": {
            "__typename": "RoomContentType",
            "hero": null,
            "room_image_gallery": [
              {
                "__typename": "ImageCaptionType",
                "image": {
                  "__typename": "ImageType",
                  "url": "https://cdn.lennar.com/api/images/contentassets/fe7590676b674e14ab813f3a21e8915a/taylor_core_s790_pic_stockwell_living_1of2_f1_base1-1.jpg?d=20260212T162252",
                  "alt": "Taylor Core S790 Stockwell Living 1of2 F1 Base1 1"
                }
              },
              {
                "__typename": "ImageCaptionType",
                "image": {
                  "__typename": "ImageType",
                  "url": "https://cdn.lennar.com/api/images/contentassets/fe7590676b674e14ab813f3a21e8915a/taylor_core_s790_pic_stockwell_living_2of2_f1_base1.jpg?d=20260212T162255",
                  "alt": "Taylor Core S790 Stockwell Living 2of2 F1 Base1"
                }
              }
            ]
          }
        },
        {
          "__typename": "RoomType",
          "name": "Owner's Suite",
          "content": {
            "__typename": "RoomContentType",
            "hero": null,
            "room_image_gallery": [
              {
                "__typename": "ImageCaptionType",
                "image": {
                  "__typename": "ImageType",
                  "url": "https://cdn.lennar.com/api/images/contentassets/aeadee6f2670491d88fac6cda121958e/taylor_core_s790_pic_stockwell_owners_f1_base1.jpg?d=20260212T162450",
                  "alt": "Taylor Core S790 Stockwell Owners F1 Base1"
                }
              },
              {
                "__typename": "ImageCaptionType",
                "image": {
                  "__typename": "ImageType",
                  "url": "https://cdn.lennar.com/api/images/contentassets/aeadee6f2670491d88fac6cda121958e/taylor_core_s790_pic_stockwell_owners_bath_f1_base1.jpg?d=20260212T162447",
                  "alt": "Taylor Core S790 Stockwell Owners Bath F1 Base1"
                }
              }
            ]
          }
        },
        {
          "__typename": "RoomType",
          "name": "Powder Room",
          "content": {
            "__typename": "RoomContentType",
            "hero": null,
            "room_image_gallery": [
              {
                "__typename": "ImageCaptionType",
                "image": {
                  "__typename": "ImageType",
                  "url": "https://cdn.lennar.com/api/images/contentassets/d2a3787e25fa4bb8863ca65c9dd11ad4/taylor_core_s790_pic_stockwell_powder_f1_base1.jpg?d=20260212T162833",
                  "alt": "Taylor Core S790 Stockwell Powder F1 Base1"
                }
              }
            ]
          }
        },
        {
          "__typename": "RoomType",
          "name": "Loft",
          "content": {
            "__typename": "RoomContentType",
            "hero": null,
            "room_image_gallery": [
              {
                "__typename": "ImageCaptionType",
                "image": {
                  "__typename": "ImageType",
                  "url": "https://cdn.lennar.com/api/images/contentassets/a4df7803ba7f4972bdcc09e8c9b0f135/taylor_core_s790_pic_stockwell_loft_f2_base1.jpg?d=20260212T163131",
                  "alt": "Taylor Core S790 Stockwell Loft F2 Base1"
                }
              }
            ]
          }
        },
        {
          "__typename": "RoomType",
          "name": "Bedroom 3",
          "content": {
            "__typename": "RoomContentType",
            "hero": null,
            "room_image_gallery": [
              {
                "__typename": "ImageCaptionType",
                "image": {
                  "__typename": "ImageType",
                  "url": "https://cdn.lennar.com/api/images/contentassets/2afe7db39bc043b4a3970054c2082554/taylor_core_s790_pic_stockwell_bed3_f2_base1.jpg?d=20260212T163624",
                  "alt": "Taylor Core S790 Stockwell Bed3 F2 Base1"
                }
              }
            ]
          }
        },
        {
          "__typename": "RoomType",
          "name": "Bedroom 2",
          "content": {
            "__typename": "RoomContentType",
            "hero": null,
            "room_image_gallery": [
              {
                "__typename": "ImageCaptionType",
                "image": {
                  "__typename": "ImageType",
                  "url": "https://cdn.lennar.com/api/images/contentassets/a792c07be60246cca7dabce469613aa6/taylor_core_s790_pic_stockwell_bed2_f2_base1.jpg?d=20260212T163421",
                  "alt": "Taylor Core S790 Stockwell Bed2 F2 Base1"
                }
              }
            ]
          }
        }
      ],
      "room_images_count": 10
    },
    "virtual_tour_url": null,
    "video_tour_url": null,
    "elevation_images({\"first\":1})": [
      {
        "__typename": "TitleImageType",
        "image": {
          "__typename": "ImageType",
          "url": "https://cdn.lennar.com/api/images/contentassets/eb10b358f9e9494680458cbda66a1f2e/taylor_core_s790_rend_stockwell_k.jpg?d=20251027T181847",
          "alt": "Taylor Core S790 Stockwell K"
        }
      }
    ],
    "ei_features": [
      {
        "__typename": "EiCategoryType",
        "name": "Kitchen",
        "icon_image": null,
        "list": [
          {
            "__typename": "EiContentType",
            "desc": "New kitchen appliance package in black finish includes an overhead microwave with a venting system and stove",
            "image": {
              "__typename": "ImageType",
              "alt": "Divisional EI Black Appliances",
              "url": "https://cdn.lennar.com/api/images/contentassets/3450eba92f8f47069d92978fb46ef030/ben_divisional_pic_ei_blackappliances.jpg?d=20260309T204222"
            }
          },
          {
            "__typename": "EiContentType",
            "desc": "The multicycle dishwasher in black finish efficiently cleans up messes of all sizes",
            "image": {
              "__typename": "ImageType",
              "alt": "Divisional EI Black Dishwasher",
              "url": "https://cdn.lennar.com/api/images/contentassets/3450eba92f8f47069d92978fb46ef030/ben_divisional_pic_ei_blackdishwasher.jpg?d=20260309T204225"
            }
          },
          {
            "__typename": "EiContentType",
            "desc": "Black over-the-range microwave oven",
            "image": null
          },
          {
            "__typename": "EiContentType",
            "desc": "Black glass top electric oven",
            "image": null
          },
          {
            "__typename": "EiContentType",
            "desc": "Black multicycle dishwasher",
            "image": null
          }
        ]
      },
      {
        "__typename": "EiCategoryType",
        "name": "Interior",
        "icon_image": null,
        "list": [
          {
            "__typename": "EiContentType",
            "desc": "Luxury vinyl plank flooring runs throughout the living area, kitchen, foyer and select parts of the home (per plan)",
            "image": {
              "__typename": "ImageType",
              "alt": "Divisional EI Luxury Vinyl Plank",
              "url": "https://cdn.lennar.com/api/images/contentassets/daca8978325447f58da9f129a8510fc0/ben_divisional_pic_ei_luxuryvinylplank.jpg?d=20260305T204004"
            }
          },
          {
            "__typename": "EiContentType",
            "desc": "A sloped ceiling in the main living area adds a sense of height and airiness to the home (per plan)",
            "image": {
              "__typename": "ImageType",
              "alt": "Divisional EI Sloped Ceilingsin Living Area",
              "url": "https://cdn.lennar.com/api/images/contentassets/daca8978325447f58da9f129a8510fc0/tla_divisional_pic_ei_slopedceilingsinlivingarea.jpg?d=20260309T204348"
            }
          },
          {
            "__typename": "EiContentType",
            "desc": "Luxury vinyl plank flooring in Wet Areas & Living Room",
            "image": null
          },
          {
            "__typename": "EiContentType",
            "desc": "Sloped Ceiling in Living Areas",
            "image": null
          }
        ]
      },
      {
        "__typename": "EiCategoryType",
        "name": "Exterior",
        "icon_image": null,
        "list": [
          {
            "__typename": "EiContentType",
            "desc": "Full landscaping and sod package included at each homesite",
            "image": {
              "__typename": "ImageType",
              "alt": "Divisional EI Full Sod",
              "url": "https://cdn.lennar.com/api/images/contentassets/1c80339c836f498da78e7648002c17c3/ben_divisional_pic_ei_fullsod.jpg?d=20260305T203935"
            }
          },
          {
            "__typename": "EiContentType",
            "desc": "Architectural shingles provide durability and add great curb appeal to the home",
            "image": {
              "__typename": "ImageType",
              "alt": "Divisional EI Everythingsincluded Exterior Shingles",
              "url": "https://cdn.lennar.com/api/images/contentassets/1c80339c836f498da78e7648002c17c3/ben_divisional_pic_ei_everythingsincluded_exteriorshingles.jpg?d=20260305T203932"
            }
          },
          {
            "__typename": "EiContentType",
            "desc": "Fully sodded yard",
            "image": null
          },
          {
            "__typename": "EiContentType",
            "desc": "Architectural roof shingles",
            "image": null
          }
        ]
      }
    ],
    "floorplans": [
      {
        "__typename": "FloorplanFloorType",
        "name": "1st Floor",
        "default": {
          "__typename": "TitleImageType",
          "desc": "",
          "image": {
            "__typename": "ImageType",
            "alt": "Taylor Core S790 Stockwell H V1 MO D1 First Floor OW",
            "url": "https://cdn.lennar.com/api/images/contentassets/eb10b358f9e9494680458cbda66a1f2e/taylor_core_s790_stockwell_hv1_mod1_firstfloor_ow.svg?d=20251027T182412"
          },
          "title": ""
        },
        "options": [],
        "reversed": {
          "__typename": "TitleImageType",
          "desc": "",
          "image": {
            "__typename": "ImageType",
            "alt": "Taylor Core S790 Stockwell H V1 MO D1 First Floor OW Rev L",
            "url": "https://cdn.lennar.com/api/images/contentassets/eb10b358f9e9494680458cbda66a1f2e/taylor_core_s790_stockwell_hv1_mod1_firstfloor_ow_revl.svg?d=20251027T182411"
          },
          "title": ""
        }
      },
      {
        "__typename": "FloorplanFloorType",
        "name": "2nd Floor",
        "default": {
          "__typename": "TitleImageType",
          "desc": "",
          "image": {
            "__typename": "ImageType",
            "alt": "Taylor Core S790 Stockwell H V1 MO D1 Second Floor OW",
            "url": "https://cdn.lennar.com/api/images/contentassets/eb10b358f9e9494680458cbda66a1f2e/taylor_core_s790_stockwell_hv1_mod1_secondfloor_ow.svg?d=20251027T182414"
          },
          "title": ""
        },
        "options": [],
        "reversed": {
          "__typename": "TitleImageType",
          "desc": "",
          "image": {
            "__typename": "ImageType",
            "alt": "Taylor Core S790 Stockwell H V1 MO D1 Second Floor OW Rev L",
            "url": "https://cdn.lennar.com/api/images/contentassets/eb10b358f9e9494680458cbda66a1f2e/taylor_core_s790_stockwell_hv1_mod1_secondfloor_ow_revl.svg?d=20251027T182413"
          },
          "title": ""
        }
      }
    ],
    "use_bay_garage": false,
    "is_next_gen": false,
    "community": {
      "__typename": "CommunityType",
      "id": "c_10681",
      "division_number": "BENRCH",
      "name": "Lawlis Ranch",
      "url": "/new-homes/arkansas/northwest-arkansas/siloam-springs/lawlis-ranch",
      "mpc": null,
      "city": {
        "__typename": "CityType",
        "market": {
          "__typename": "MarketType",
          "id": "mk_183",
          "code": "NWA",
          "name": "Northwest Arkansas",
          "slug": "northwest-arkansas",
          "state": {
            "__typename": "StateType",
            "id": "st_32",
            "code": "AR",
            "name": "Arkansas",
            "slug": "arkansas",
            "url": "/new-homes/arkansas"
          },
          "hide_open_door": false,
          "hide_contingency_question": false,
          "hide_financial_documents": false,
          "hide_customer_notes_page": false,
          "hide_primary_residence_question": false,
          "hide_state_question_on_r_f_i": false,
          "consultants": {
            "__typename": "ConsultantType",
            "hours": [
              {
                "__typename": "HoursType",
                "opening": "8:00 am",
                "closing": "5:00 pm",
                "by_appointment": false
              },
              {
                "__typename": "HoursType",
                "opening": "8:00 am",
                "closing": "5:00 pm",
                "by_appointment": false
              },
              {
                "__typename": "HoursType",
                "opening": "8:00 am",
                "closing": "5:00 pm",
                "by_appointment": false
              },
              {
                "__typename": "HoursType",
                "opening": "8:00 am",
                "closing": "5:00 pm",
                "by_appointment": false
              },
              {
                "__typename": "HoursType",
                "opening": "8:00 am",
                "closing": "5:00 pm",
                "by_appointment": false
              },
              {
                "__typename": "HoursType",
                "opening": "9:00 am",
                "closing": "6:00 pm",
                "by_appointment": false
              },
              null
            ],
            "phone_number": "(479) 231-1794",
            "time_zone": "CT",
            "intro_text": "",
            "image": null,
            "individuals": null
          },
          "no_broker": false,
          "lennar_mortgage_disclaimer_text": null,
          "hide_check_out_mort_calc": false,
          "url": "/new-homes/arkansas/northwest-arkansas",
          "hotw": {
            "__typename": "HotwType",
            "show_hotw": true
          }
        },
        "id": "ct_183_siloam springs",
        "name": "Siloam Springs",
        "slug": "siloam-springs",
        "url": "/new-homes/arkansas/northwest-arkansas/siloam-springs"
      },
      "deposit_amount": 100,
      "number": "74513",
      "hoa_fee": 33.33,
      "state_code": "AR",
      "city_name": "Siloam Springs",
      "hero_video": {
        "__typename": "VideoType",
        "alt": "54714 Siloam Springs City 2",
        "desc": "",
        "title": "",
        "url": "https://cdn.lennar.com/api/images/contentassets/6c1644a768974281a706c79fc4b71c27/ben_54714_siloamsprings_vid_city_2.mp4?d=20251218T150219"
      },
      "is_tourable": false,
      "consultants": {
        "__typename": "ConsultantType",
        "intro_text": "",
        "image": null,
        "individuals": null,
        "phone_number": "(479) 231-1794",
        "hours": [
          {
            "__typename": "HoursType",
            "opening": "8:00 am",
            "closing": "5:00 pm",
            "by_appointment": false
          },
          {
            "__typename": "HoursType",
            "opening": "8:00 am",
            "closing": "5:00 pm",
            "by_appointment": false
          },
          {
            "__typename": "HoursType",
            "opening": "8:00 am",
            "closing": "5:00 pm",
            "by_appointment": false
          },
          {
            "__typename": "HoursType",
            "opening": "8:00 am",
            "closing": "5:00 pm",
            "by_appointment": false
          },
          {
            "__typename": "HoursType",
            "opening": "8:00 am",
            "closing": "5:00 pm",
            "by_appointment": false
          },
          {
            "__typename": "HoursType",
            "opening": "9:00 am",
            "closing": "6:00 pm",
            "by_appointment": false
          },
          null
        ],
        "time_zone": "CT"
      },
      "has_schools": true,
      "monthly_hoa_fee": false,
      "development_fee": 0,
      "monthly_special_assessment_fee": false,
      "tax_rate": 0.51,
      "is_featured": false,
      "types": [
        "Multi-Family"
      ],
      "address": "2706A N Denver St",
      "dynamic_directions": false,
      "latitude": 36.209444,
      "longitude": -94.544722,
      "zip_code": "72761",
      "coming_soon_text": null,
      "homesites_count": 49,
      "price_range": [
        197400,
        252400
      ],
      "custom_price": null,
      "overview": "Lawlis Ranch is a vibrant community offering new townhomes for sale in Siloam Springs, AR. Residents can enjoy a historic downtown filled with boutiques, cafés, antique stores and local art shops. Among some of the top-notch recreation options is the 165-acre City Lake Park, featuring miles of bike and hiking trails, disc golf and a fishing pier. The city is home to John Brown University and culture venues such as Berry Performing Arts Center and Siloam Springs Center for the Arts. Perfect for commuting, Lawlis Ranch provides excellent access to major highways and routes.",
      "status": "ACTIVE",
      "display_broker_co": false,
      "hours": [
        {
          "__typename": "HoursType",
          "opening": "9:00",
          "closing": "6:00",
          "by_appointment": false
        },
        {
          "__typename": "HoursType",
          "opening": "9:00",
          "closing": "6:00",
          "by_appointment": false
        },
        {
          "__typename": "HoursType",
          "opening": "9:00",
          "closing": "6:00",
          "by_appointment": false
        },
        {
          "__typename": "HoursType",
          "opening": "9:00",
          "closing": "6:00",
          "by_appointment": false
        },
        {
          "__typename": "HoursType",
          "opening": "9:00",
          "closing": "6:00",
          "by_appointment": false
        },
        {
          "__typename": "HoursType",
          "opening": "9:00",
          "closing": "6:00",
          "by_appointment": false
        },
        null
      ],
      "hero_image": {
        "__typename": "ImageType",
        "alt": "Lawlis Ranch Photo Streetscape (1)",
        "url": "https://cdn.lennar.com/api/images/contentassets/6c1644a768974281a706c79fc4b71c27/ben_lawlisranch_photo_streetscape-1.jpg?d=20251001T131758"
      },
      "abad_info": {
        "__typename": "AbadInfoType",
        "prequal_url": "https://apply.lennarmortgage.com/#/milestones?comid=74513",
        "prequal_abad_code": "LennarMortgage"
      },
      "hide_prequal_link": false,
      "vip_res_override_text": "",
      "availability_map": {
        "__typename": "AvailabilityMapType",
        "geo_json_src": "https://cdn.lennar.com/api/images/contentassets/6c1644a768974281a706c79fc4b71c27/74513-lawlis-ranch.geojson?d=20260612T173702",
        "image": {
          "__typename": "ImageType",
          "url": "https://cdn.lennar.com/api/images/contentassets/6c1644a768974281a706c79fc4b71c27/ben_lawlisranch_siteplan.svg?d=20260612T174041"
        }
      },
      "map_bounds": [
        36.21070098876953,
        -94.54369354248047,
        36.20846939086914,
        -94.54815673828125
      ],
      "amenity_info": {
        "__typename": "AmenityInfoType",
        "amenities": [],
        "text": ""
      },
      "google_business_listing_override": null,
      "is_scattered": false
    }
  },
  "similar_homesites": [
    {
      "__typename": "HomesiteType",
      "id": "h_909990",
      "status": "MOVE_IN_READY",
      "price": 229900,
      "was_price": 0,
      "formatted_price": "",
      "baths": 3,
      "half_baths": 0,
      "beds": 3,
      "sqft": 1430,
      "address": "411 A W Cloud Drive",
      "url": "/new-homes/arkansas/northwest-arkansas/siloam-springs/lawlis-ranch/rc-elmstead/7451392054b",
      "name": "RC Elmstead",
      "number": "054B",
      "closing_cost_incentive": "",
      "show_estimated_monthly_payment": true,
      "is_hotw": true,
      "estimated_monthly_payment": {
        "__typename": "EstimatedMonthlyPaymentType",
        "approximate_hoa_fee": 33.33,
        "community_development_fee": 0,
        "down_payment": 45980,
        "down_payment_percent": 0.2,
        "home_insurance": 105.37,
        "home_insurance_rate": 0.0055,
        "interest_rate": 0.0675,
        "legal_disclaimer": "Market APR is based on a 30-year conventional fixed interest rate and loan terms available as of 7/14/2026 and on a sales price of $229,900 with 20% down factoring in prepaid interest and closing costs. Rates may change or not be available at the time of loan commitment, lock-in, or closing. Buyer is subject to qualifications for specific loan terms that include, but are not limited to, occupancy requirements, down payment, credit and underwriting requirements, and/or investor program guidelines. Not an offer to enter into an interest rate or discount point agreement and any such agreement may only be made in writing signed by both the borrower and the lender. Industry market rate is based on the Freddie Mac Primary Mortgage Market Survey at ([https://www.freddiemac.com/pmms](https://www.freddiemac.com/pmms)) . Market rates are based on market trends and other factors that can materially cause predictive statements to differ. This statement does not guarantee the present or future market conditions and values. Offer is subject to certain terms, conditions and restrictions. Prices subject to change without notice. Lennar reserves the right to change or withdraw any offer at any time. Offer requires financing through seller's affiliate Lennar Mortgage. LLC, but use of Lennar Mortgage, LLC is not required to purchase a home (See [Affiliated Business Arrangement Disclosure] (https://mcv0gwmvppxkjtntxgnb0-0xn53y.pub.sfmc-content.com/2wss1jvor1f)). Lennar Mortgage, LLC - NMLS #1058.  See [Licensing & Additional Disclaimers | Lennar Mortgage](https://www.lennarmortgage.com/licensing) for a complete list of licensing.",
        "loan_type": "C",
        "mortgage_insurance": 0,
        "mortgage_insurance_rate": 0,
        "principal_and_interest": 1192.9,
        "property_tax": 98.28,
        "property_tax_rate": 0.00513
      },
      "elevation_image": {
        "__typename": "TitleImageType",
        "image": {
          "__typename": "ImageType",
          "url": "https://cdn.lennar.com/api/images/Content/data/version10/base-content/plans/core-product/parker-core/pc_planname_plan1234/taylor_core_e300_rend_elmstead_k.jpg?d=20250409T184741",
          "alt": "Taylor Core E300 Elmstead K"
        }
      },
      "plan": {
        "__typename": "PlanType",
        "id": "p_80900",
        "name": "RC Elmstead",
        "url": "/new-homes/arkansas/northwest-arkansas/siloam-springs/lawlis-ranch/rc-elmstead",
        "community": {
          "__typename": "CommunityType",
          "id": "c_10681",
          "division_number": "BENRCH",
          "name": "Lawlis Ranch",
          "url": "/new-homes/arkansas/northwest-arkansas/siloam-springs/lawlis-ranch",
          "mpc": null,
          "city": {
            "__typename": "CityType",
            "market": {
              "__typename": "MarketType",
              "id": "mk_183",
              "code": "NWA",
              "name": "Northwest Arkansas",
              "slug": "northwest-arkansas",
              "state": {
                "__typename": "StateType",
                "id": "st_32",
                "code": "AR",
                "name": "Arkansas",
                "slug": "arkansas",
                "url": "/new-homes/arkansas"
              },
              "hide_open_door": false,
              "hide_contingency_question": false,
              "hide_financial_documents": false,
              "hide_customer_notes_page": false,
              "hide_primary_residence_question": false,
              "hide_state_question_on_r_f_i": false,
              "consultants": {
                "__typename": "ConsultantType",
                "hours": [
                  {
                    "__typename": "HoursType",
                    "opening": "8:00 am",
                    "closing": "5:00 pm",
                    "by_appointment": false
                  },
                  {
                    "__typename": "HoursType",
                    "opening": "8:00 am",
                    "closing": "5:00 pm",
                    "by_appointment": false
                  },
                  {
                    "__typename": "HoursType",
                    "opening": "8:00 am",
                    "closing": "5:00 pm",
                    "by_appointment": false
                  },
                  {
                    "__typename": "HoursType",
                    "opening": "8:00 am",
                    "closing": "5:00 pm",
                    "by_appointment": false
                  },
                  {
                    "__typename": "HoursType",
                    "opening": "8:00 am",
                    "closing": "5:00 pm",
                    "by_appointment": false
                  },
                  {
                    "__typename": "HoursType",
                    "opening": "9:00 am",
                    "closing": "6:00 pm",
                    "by_appointment": false
                  },
                  null
                ],
                "phone_number": "(479) 231-1794",
                "time_zone": "CT",
                "intro_text": "",
                "image": null,
                "individuals": null
              },
              "no_broker": false,
              "lennar_mortgage_disclaimer_text": null,
              "hide_check_out_mort_calc": false,
              "url": "/new-homes/arkansas/northwest-arkansas",
              "hotw": {
                "__typename": "HotwType",
                "show_hotw": true
              }
            },
            "id": "ct_183_siloam springs",
            "name": "Siloam Springs",
            "slug": "siloam-springs",
            "url": "/new-homes/arkansas/northwest-arkansas/siloam-springs"
          },
          "deposit_amount": 100,
          "number": "74513",
          "hoa_fee": 33.33,
          "state_code": "AR",
          "city_name": "Siloam Springs",
          "hero_video": {
            "__typename": "VideoType",
            "alt": "54714 Siloam Springs City 2",
            "desc": "",
            "title": "",
            "url": "https://cdn.lennar.com/api/images/contentassets/6c1644a768974281a706c79fc4b71c27/ben_54714_siloamsprings_vid_city_2.mp4?d=20251218T150219"
          },
          "is_tourable": false,
          "consultants": {
            "__typename": "ConsultantType",
            "intro_text": "",
            "image": null,
            "individuals": null,
            "phone_number": "(479) 231-1794",
            "hours": [
              {
                "__typename": "HoursType",
                "opening": "8:00 am",
                "closing": "5:00 pm",
                "by_appointment": false
              },
              {
                "__typename": "HoursType",
                "opening": "8:00 am",
                "closing": "5:00 pm",
                "by_appointment": false
              },
              {
                "__typename": "HoursType",
                "opening": "8:00 am",
                "closing": "5:00 pm",
                "by_appointment": false
              },
              {
                "__typename": "HoursType",
                "opening": "8:00 am",
                "closing": "5:00 pm",
                "by_appointment": false
              },
              {
                "__typename": "HoursType",
                "opening": "8:00 am",
                "closing": "5:00 pm",
                "by_appointment": false
              },
              {
                "__typename": "HoursType",
                "opening": "9:00 am",
                "closing": "6:00 pm",
                "by_appointment": false
              },
              null
            ],
            "time_zone": "CT"
          },
          "has_schools": true,
          "monthly_hoa_fee": false,
          "development_fee": 0,
          "monthly_special_assessment_fee": false,
          "tax_rate": 0.51,
          "is_featured": false,
          "types": [
            "Multi-Family"
          ],
          "address": "2706A N Denver St",
          "dynamic_directions": false,
          "latitude": 36.209444,
          "longitude": -94.544722,
          "zip_code": "72761",
          "coming_soon_text": null,
          "homesites_count": 49,
          "price_range": [
            197400,
            252400
          ],
          "custom_price": null,
          "overview": "Lawlis Ranch is a vibrant community offering new townhomes for sale in Siloam Springs, AR. Residents can enjoy a historic downtown filled with boutiques, cafés, antique stores and local art shops. Among some of the top-notch recreation options is the 165-acre City Lake Park, featuring miles of bike and hiking trails, disc golf and a fishing pier. The city is home to John Brown University and culture venues such as Berry Performing Arts Center and Siloam Springs Center for the Arts. Perfect for commuting, Lawlis Ranch provides excellent access to major highways and routes.",
          "status": "ACTIVE",
          "display_broker_co": false,
          "hours": [
            {
              "__typename": "HoursType",
              "opening": "9:00",
              "closing": "6:00",
              "by_appointment": false
            },
            {
              "__typename": "HoursType",
              "opening": "9:00",
              "closing": "6:00",
              "by_appointment": false
            },
            {
              "__typename": "HoursType",
              "opening": "9:00",
              "closing": "6:00",
              "by_appointment": false
            },
            {
              "__typename": "HoursType",
              "opening": "9:00",
              "closing": "6:00",
              "by_appointment": false
            },
            {
              "__typename": "HoursType",
              "opening": "9:00",
              "closing": "6:00",
              "by_appointment": false
            },
            {
              "__typename": "HoursType",
              "opening": "9:00",
              "closing": "6:00",
              "by_appointment": false
            },
            null
          ],
          "hero_image": {
            "__typename": "ImageType",
            "alt": "Lawlis Ranch Photo Streetscape (1)",
            "url": "https://cdn.lennar.com/api/images/contentassets/6c1644a768974281a706c79fc4b71c27/ben_lawlisranch_photo_streetscape-1.jpg?d=20251001T131758"
          },
          "abad_info": {
            "__typename": "AbadInfoType",
            "prequal_url": "https://apply.lennarmortgage.com/#/milestones?comid=74513",
            "prequal_abad_code": "LennarMortgage"
          },
          "hide_prequal_link": false,
          "vip_res_override_text": "",
          "availability_map": {
            "__typename": "AvailabilityMapType",
            "geo_json_src": "https://cdn.lennar.com/api/images/contentassets/6c1644a768974281a706c79fc4b71c27/74513-lawlis-ranch.geojson?d=20260612T173702",
            "image": {
              "__typename": "ImageType",
              "url": "https://cdn.lennar.com/api/images/contentassets/6c1644a768974281a706c79fc4b71c27/ben_lawlisranch_siteplan.svg?d=20260612T174041"
            }
          },
          "map_bounds": [
            36.21070098876953,
            -94.54369354248047,
            36.20846939086914,
            -94.54815673828125
          ],
          "amenity_info": {
            "__typename": "AmenityInfoType",
            "amenities": [],
            "text": ""
          },
          "google_business_listing_override": null,
          "is_scattered": false
        }
      }
    }
  ]
}
```

Each scraped property returns a detailed record with 49 fields covering identification, specifications, pricing, media, and market attributes:

#### Core Identification

| Field | Meaning |
|---|---|
| `ID` | Unique internal Lennar identifier for the property listing |
| `Name` | Official property or community name (e.g., "Copper Hill") |
| `URL` | Direct link to the property detail page on Lennar.com |
| `Metadata` | Additional system metadata associated with the listing |

#### Location & Coordinates

| Field | Meaning |
|---|---|
| `Address` | Full street address of the property |
| `JDE Latitude`, `JDE Longitude` | Coordinated geographic position from Lennar's JDE system |
| `Latitude`, `Longitude` | Standard GPS coordinates for mapping and distance calculations |

#### Property Specifications

| Field | Meaning |
|---|---|
| `Beds` | Number of bedrooms in the floor plan |
| `Baths` | Number of full bathrooms |
| `Half Baths` | Number of half-bathrooms |
| `Garages` | Number of attached or detached garage spaces |
| `Stories` | Number of stories/floors (1-story, 2-story, etc.) |
| `Sqft` | Total living square footage |
| `Lot ID` | Unique identifier for the lot or parcel |
| `Number` | Lot or unit number within the community |

#### Pricing & Financial

| Field | Meaning |
|---|---|
| `Price` | Current listed price in dollars |
| `Formatted Price` | Price displayed in standard currency format (e.g., "$450,000") |
| `Was Price` | Previous list price if the property was reduced |
| `Closing Cost Incentive` | Dollar amount of closing cost assistance offered |
| `Incentive Disclaimer` | Legal disclaimer text regarding incentive limitations |
| `Reduced APR` | Whether the property qualifies for reduced mortgage interest rates |
| `Show Estimated Monthly Payment` | Boolean indicating if payment estimates are displayed |
| `Estimated Monthly Payment` | Calculated monthly mortgage payment (PITI estimate) |

#### Media & Visual Content

| Field | Meaning |
|---|---|
| `Elevation Image` | URL to the exterior elevation or rendering image |
| `Default EI Image` | Default elevation image if multiple options exist |
| `Options Gallery` | URL or path to photo gallery of included/optional upgrades |
| `Options PDF` | Link to downloadable PDF of customization options |
| `Virtual Tour URL` | Link to 3D walkthrough or video tour (if available) |

#### Property Status & Features

| Field | Meaning |
|---|---|
| `Status` | Current listing status (e.g., "Available," "Reserved," "Sold") |
| `Is Reserved` | Boolean flag indicating if the property is under contract |
| `Is Tourable` | Whether the property can be visited or toured in person |
| `Is HOTW` | "Home of the Week" or featured listing status |
| `Badge` | Promotional badge or label (e.g., "Move-In Ready," "Lowest Price") |
| `Page Views` | Number of times the property page has been viewed |
| `Estimated Move In Date` | Expected date when new owner can occupy the home |

#### Descriptions & Attributes

| Field | Meaning |
|---|---|
| `Overview` | Brief summary of the property and its key selling points |
| `Writer Overview` | Detailed narrative description written by Lennar or agent |
| `Attributes` | Structured list of features (e.g., hardwood floors, solar panels) |
| `TPM Attributes` | Special attributes tracked in Lennar's property management system |
| `Featured Highlights` | Marketing highlights emphasized in the listing |

#### Special Offers & Incentives

| Field | Meaning |
|---|---|
| `Offer Available` | Boolean indicating if promotional offers are active |
| `Offer Start Date` | Date promotional offer begins |
| `Offer End Date` | Date promotional offer expires |
| `Offer Time Zone` | Time zone for offer validity (e.g., "Central Time") |

#### Related Data

| Field | Meaning |
|---|---|
| `Plan` | Floor plan name or code associated with the property |
| `Similar Homesites` | References to comparable or nearby properties |
| `Smart Rent URL` | Link to rental/lease application if offered by Lennar |

***

### How to Use

1. **Gather property URLs** — Visit Lennar.com, search for properties by region/community, and open individual property detail pages. Copy the full URL for each property.
2. **Prepare the input** — Paste URLs into the `urls` array. Leave `max_items_per_url` at `200` for complete extraction.
3. **Enable failure tolerance** — Set `ignore_url_failures: true` to prevent interruptions during large batch runs.
4. **Run the scraper** — Execute the actor and monitor progress in the log.
5. **Export and analyze** — Download output as JSON, CSV, or Excel. Import into your database, CRM, or BI tool.

**Best practices:**

- Test with 5–10 URLs first to verify output quality
- Use URLs from the same region/community for consistent data structure
- Export to CSV if targeting spreadsheet analysis; JSON for API integration
- Re-run monthly to capture price changes and new incentives

**Common issues:**

- Verify URLs point to property *detail* pages (not community overview pages)
- If fields are empty, the property may not display that attribute on Lennar.com
- Large batches (100+ URLs) may take 5–10 minutes depending on network conditions

***

### Use Cases & Business Value

- **Real estate marketing:** Track competitor pricing, floor plan availability, and promotional offers across Lennar communities
- **Market research:** Analyze home prices, lot sizes, and spec trends by region or development phase
- **Lead generation:** Build targeted email lists of available properties matching specific criteria (beds, price range, location)
- **Property aggregators:** Populate your own real estate platform with Lennar inventory and automatic updates
- **Investment analysis:** Monitor supply, pricing patterns, and move-in incentive trends for new construction portfolios

By automating property data collection, the Lennar Scraper saves teams hours of manual work each month while ensuring data accuracy and consistency for strategic decision-making.

***

### Conclusion

The **Lennar Property Scraper** is a powerful tool for anyone needing structured new home data from Lennar.com. With 49 detailed fields, bulk processing capability, and rich media references, it transforms Lennar's property listings into actionable business intelligence. Start scraping today to unlock competitive insights and streamline your real estate workflows.

# Actor input Schema

## `urls` (type: `array`):

Add the URLs of the Specific property urls you want to scrape. You can paste URLs one by one, or use the Bulk edit section to add a prepared list.

## `ignore_url_failures` (type: `boolean`):

If true, the scraper will continue running even if some URLs fail to be scraped.

## Actor input object example

```json
{
  "urls": [
    "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/prairie-grove/copper-hill/rc-hawthorn/74506920011",
    "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/siloam-springs/lawlis-ranch/rc-stockwell/7451392076b",
    "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/elkins/stokenbury/rc-coleman/74525920087",
    "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/elkins/stokenbury/rc-carnegie-ii/74525920086",
    "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/bentonville/azalea-place/joplin/74533520050"
  ],
  "ignore_url_failures": true
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "urls": [
        "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/prairie-grove/copper-hill/rc-hawthorn/74506920011",
        "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/siloam-springs/lawlis-ranch/rc-stockwell/7451392076b",
        "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/elkins/stokenbury/rc-coleman/74525920087",
        "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/elkins/stokenbury/rc-carnegie-ii/74525920086",
        "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/bentonville/azalea-place/joplin/74533520050"
    ],
    "ignore_url_failures": true
};

// Run the Actor and wait for it to finish
const run = await client.actor("alexist/lennar-property-details-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "urls": [
        "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/prairie-grove/copper-hill/rc-hawthorn/74506920011",
        "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/siloam-springs/lawlis-ranch/rc-stockwell/7451392076b",
        "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/elkins/stokenbury/rc-coleman/74525920087",
        "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/elkins/stokenbury/rc-carnegie-ii/74525920086",
        "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/bentonville/azalea-place/joplin/74533520050",
    ],
    "ignore_url_failures": True,
}

# Run the Actor and wait for it to finish
run = client.actor("alexist/lennar-property-details-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "urls": [
    "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/prairie-grove/copper-hill/rc-hawthorn/74506920011",
    "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/siloam-springs/lawlis-ranch/rc-stockwell/7451392076b",
    "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/elkins/stokenbury/rc-coleman/74525920087",
    "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/elkins/stokenbury/rc-carnegie-ii/74525920086",
    "https://www.lennar.com/new-homes/arkansas/northwest-arkansas/bentonville/azalea-place/joplin/74533520050"
  ],
  "ignore_url_failures": true
}' |
apify call alexist/lennar-property-details-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=alexist/lennar-property-details-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/z73iAOfJhvsNl9sGh/builds/oHsf6anofvdd6DHF7/openapi.json
