New Construction Properties List (Emails)
Pricing
from $5.00 / 1,000 results
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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
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
| Parameter | Type | Default | Description |
|---|---|---|---|
postal_code | string | — | US ZIP code. Most precise location filter. |
state_code | string | CA | 2-letter US state code. Example: TX. |
city | string | Los Angeles | City name. Very helpful when combined with state_code. |
propertyType | array | — | Property types. Options: single_family, condo_townhome, etc. |
beds_min / beds_max | integer | — | Filter by bedroom count. |
list_price_min / max | integer | — | Active asking price range in USD. |
maxItems | integer | 5000 | Total maximum properties to extract per run. |
proxyConfiguration | object | Datacenter | Proxy 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.
| Field | Type | Description |
|---|---|---|
property_id | string | Internal permanent identifier for the build |
listing_id | string | Internal listing ID associated with the builder's source |
permalink | string | The direct slug for the listing (useful to build relative URLs) |
status | string | Either for_sale or ready_to_build |
list_price | integer | The current asking price in USD |
list_date | string | The ISO 8601 date the listing hit the market |
type / sub_type | string | Classification of property (single_family, condo, etc.) |
beds / baths_consolidated | integer | Bedroom and bathroom counts |
sqft | integer | Total interior square footage |
lot_sqft | integer | Total exterior land square footage |
year_built | integer | The year the property was originally constructed |
garage | integer | Number of garage spaces |
address_line | string | The full street address of the property or lot |
city / state / state_code / postal_code | string | Detailed address properties |
latitude / longitude | number | Exact GPS coordinates |
county_name / county_fips | string | Property county information, excellent for demographic matches |
primary_photo_url | string | Direct link to the featured display image |
is_new_construction | boolean | Always true for these specific builds |
advertiser_1_name / advertiser_2_name | string | Name of the primary developer or listing agent |
advertiser_1_email / advertiser_2_email | string | Direct contact emails for the representation |
advertiser_1_office / advertiser_2_office | string | The parent office or developer brand handling the property |
advertiser_1_phones / advertiser_2_phones | array | Phone 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!