New Construction Properties List (Emails) avatar

New Construction Properties List (Emails)

Pricing

from $5.00 / 1,000 results

Go to Apify Store
New Construction Properties List (Emails)

New Construction Properties List (Emails)

New construction properties list tool that extracts new builds and pre-construction real estate, giving investors access to fresh developer inventory instantly.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Kawsar

Kawsar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

New Construction Properties List: Find Pre-Construction and New Build Homes

Access an up-to-date new construction properties list with a few simple parameters. Finding pre-construction homes or newly built developments usually involves bouncing between scattered builder websites and local developer landing pages. We built this tool to pull active new construction directly into a clean, structured JSON format so you can easily analyze up-and-coming developments.

Instead of navigating clunky maps, you drop in a state or city, and get exactly what properties are being actively built or recently launched.

Use cases

  • Market analysis: pull a fresh new construction properties list for a specific state to map developer hotspots and pricing trends.
  • Lead generation: extract direct builder contact details and office information representing newly built properties.
  • Wholesaling & investing: monitor completely new inventory entering your target zipcode to stay ahead of the standard resale market.
  • Competitor tracking: run automated checks on new builds to export precise lot sizes and build years for new community phases.

Input Parameters

ParameterTypeDefaultDescription
postal_codestringUS ZIP code. Most precise location filter.
state_codestringCA2-letter US state code. Example: TX.
citystringLos AngelesCity name. Very helpful when combined with state_code.
propertyTypearrayProperty types. Options: single_family, condo_townhome, etc.
beds_min / beds_maxintegerFilter by bedroom count.
list_price_min / maxintegerActive asking price range in USD.
maxItemsinteger5000Total maximum properties to extract per run.
proxyConfigurationobjectDatacenterProxy settings to use for requests. Leave as default unless experiencing blocking.

Example Input

This example pulls a new construction properties list in California, specifically looking at single-family builds.

{
"state_code": "CA",
"city": "Los Angeles",
"propertyType": ["single_family"],
"maxItems": 200,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyCountry": "US"
}
}

Output Fields Explained

The tool extracts a massive list of properties and deeply flattens the details so you don't have to navigate nested arrays just to find an email or phone number.

FieldTypeDescription
property_idstringInternal permanent identifier for the build
listing_idstringInternal listing ID associated with the builder's source
permalinkstringThe direct slug for the listing (useful to build relative URLs)
statusstringEither for_sale or ready_to_build
list_priceintegerThe current asking price in USD
list_datestringThe ISO 8601 date the listing hit the market
type / sub_typestringClassification of property (single_family, condo, etc.)
beds / baths_consolidatedintegerBedroom and bathroom counts
sqftintegerTotal interior square footage
lot_sqftintegerTotal exterior land square footage
year_builtintegerThe year the property was originally constructed
garageintegerNumber of garage spaces
address_linestringThe full street address of the property or lot
city / state / state_code / postal_codestringDetailed address properties
latitude / longitudenumberExact GPS coordinates
county_name / county_fipsstringProperty county information, excellent for demographic matches
primary_photo_urlstringDirect link to the featured display image
is_new_constructionbooleanAlways true for these specific builds
advertiser_1_name / advertiser_2_namestringName of the primary developer or listing agent
advertiser_1_email / advertiser_2_emailstringDirect contact emails for the representation
advertiser_1_office / advertiser_2_officestringThe parent office or developer brand handling the property
advertiser_1_phones / advertiser_2_phonesarrayPhone numbers for the primary and secondary contacts

FAQ

Where is the data coming from? The tool extracts property data from major public real estate networks, specifically activating backend filters for listings flagged exclusively as new construction or ready-to-build.

Are there pre-construction lots included? Yes. Since the API status queries target for_sale and ready_to_build, you will often find properties categorized as ready to be built in newer developing communities!