Newhomesource Property Details Scraper avatar

Newhomesource Property Details Scraper

Pricing

Pay per usage

Go to Apify Store
Newhomesource Property Details Scraper

Newhomesource Property Details Scraper

Scrape detailed new construction property data from NewHomeSource.com. Collect pricing, builder info, amenities, market data, and 45+ fields per listing — perfect for real estate investors, market researchers, and developers analyzing new home communities.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Alex

Alex

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

NewHomeSource Property Details Scraper: Extract Builder Community Data


What Is NewHomeSource.com?

NewHomeSource.com is the leading digital platform for discovering and comparing new construction homes across the United States. It connects home buyers with builders, displays community information, pricing, floor plans, and market insights. Extracting this data manually is labor-intensive — the NewHomeSource Property Details Scraper automates collection, delivering structured property and builder data at scale.


Overview

The NewHomeSource Property Details Scraper extracts comprehensive information from individual new home community pages on NewHomeSource.com. It captures everything from pricing and amenities to builder metadata and market positioning. Ideal for:

  • Real estate investors tracking new construction inventory and pricing trends
  • Market researchers analyzing builder activity and regional supply
  • Builders and agents monitoring competitor communities and pricing strategies
  • BI analysts building datasets for real estate market analytics
  • Data aggregators feeding new construction listings into multi-source platforms

Key features include bulk URL import, error resilience via ignore_url_failures, and comprehensive output spanning 45+ fields across community, builder, pricing, and market dimensions.


Input Format

The scraper accepts a JSON configuration object:

{
"urls": [
"https://www.newhomesource.com/community/id/kuna/reveille-at-valor-by-tresidio-homes/202475",
"https://www.newhomesource.com/community/id/kuna/medallion-at-valor-by-tresidio-homes/202479"
],
"max_items_per_url": 200,
"ignore_url_failures": true
}
FieldDescription
urlsArray of NewHomeSource community detail page URLs. Each URL points to a specific builder community (e.g., a subdivision in a city). Copy full URLs directly from your browser.
max_items_per_urlMaximum records to extract per URL. Default is 200. Set lower for faster testing runs.
ignore_url_failuresIf true, scraper continues if some URLs fail. If false, the run stops at the first failure. Recommended: true for bulk runs.

Tip: Use bulk edit to paste 5–100 community URLs at once for efficient data collection campaigns.


Output Format

Sample output

{
"page_type": "Community_Detail",
"partner_name": "NewHomeSource",
"brand_partner_name": "NewHomeSource",
"partner_id": "1",
"adaptive_template": "D",
"user_country": "",
"user_market_id": "000",
"user_zip_code": "",
"user_state": "",
"user_city": "",
"build_code_version": "8.3.9.0-RC2",
"segment_anonymous_id": null,
"market_id": "96",
"market_name": "Boise, ID",
"builder_id": "61349",
"brand_id": "2",
"is_coming_soon": "False",
"was_matched_as_spotlight_result": "False",
"is_comm_spotlight": "False",
"result_position": "null",
"community_id": "222710",
"city": "Kuna",
"price_range": [
"p04",
"p05",
"p06"
],
"county": "Ada",
"builder_corp": "Toll Brothers",
"brand_name": "Toll Brothers",
"builder_division": "IDAHO",
"community_name": "Tribute at Valor - Magnolia",
"community_type": "Community",
"project_type": "SBC",
"amenities": "Green",
"off_market": "False",
"price_low": "489995.0000",
"price_high": "694000.0000",
"state": "IDAHO",
"zip_code": "83634",
"price_reduction": "Y",
"is_automation": false,
"trust_builder_reviews": "False",
"location": "Kuna, Idaho",
"is_limited_availability": "False",
"is_priced": "True",
"has_isp": "False",
"has_ifp": "False",
"i_uid": "{48a45946-1020-4f2c-b3e4-0140fd927e5f}",
"user_status": "0"
}

Each community page returns a rich dataset with 45+ fields organized into six categories:

Page & Session Context

FieldMeaning
Page TypeType of page scraped (e.g., community detail page)
Partner NameNewHomeSource partner or source label
Brand Partner NamePartner brand name if applicable
Partner IDUnique identifier for the partner account
Segment Anonymous IDAnonymized tracking ID for user session
Adaptive TemplateTemplate version used by the page
Is AutomationBoolean flag for automated listing

User & Market Location Data

FieldMeaning
User CountryCountry of the user/search context
User StateState where the user searched
User CityCity of user's search location
User Market IDMarket identifier for user's location
User ZIP CodeUser's ZIP code for localization
Market IDUnique ID for the property's market/region
Market NameDisplay name of the market region
Build Code VersionVersion identifier for the market's build code

Community Identity & Classification

FieldMeaning
Community IDUnique Hosco/NewHomeSource ID for the community
Community NameDisplay name of the community (e.g., "Reveille at Valor")
Community TypeType of community (e.g., single-family, townhome)
Project TypeProject classification (e.g., master-planned community, subdivision)
Is Coming SoonBoolean indicating if the community is not yet opened
Is Limited AvailabilityBoolean flag for low inventory status
Off MarketBoolean indicating off-market or private listing status

Builder & Brand Information

FieldMeaning
Builder IDUnique identifier for the builder company
Builder CorpParent corporation of the builder
Builder DivisionSpecific division or brand within the builder
Brand IDUnique ID for the brand under which homes are sold
Brand NameDisplay name of the builder/brand (e.g., "Tresidio Homes")

Geographic & Administrative Data

FieldMeaning
CityCity where the community is located
CountyCounty of the property
StateState abbreviation (e.g., "ID")
ZIP CodePostal code of the community
LocationFormatted full address or location string

Pricing & Availability

FieldMeaning
Price RangeDisplayed price range as text (e.g., "$300K–$500K")
Price LowMinimum home price in the community
Price HighMaximum home price in the community
Is PricedBoolean indicating whether pricing is publicly listed
Price ReductionBoolean flag if prices have been reduced

Marketing & Spotlight Flags

FieldMeaning
Was Matched As Spotlight ResultBoolean indicating prior spotlight placement
Is Comm SpotlightCurrent spotlight/featured listing status
Result PositionPosition in search results when originally captured
Trust Builder ReviewsBoolean for builder review trust flag

Inventory & Services

FieldMeaning
Has ISPBoolean indicating if community has In-Stock Homes (ready-to-move)
Has IFPBoolean indicating if custom floor plans are available
AmenitiesText or array of community amenities (pools, gyms, parks, etc.)

User & Reporting

FieldMeaning
I UIDInternal unique identifier for reporting purposes
User StatusUser status or engagement level (e.g., lead, repeat visitor)

How to Use

  1. Identify URLs — Visit NewHomeSource.com and search for communities. Click into individual community detail pages and copy the full URL from your browser address bar.

  2. Prepare your URL list — Gather 5–100 community URLs. You can paste them one by one or use bulk edit:

    https://www.newhomesource.com/community/id/[city]/[community-slug]/[id]
    https://www.newhomesource.com/community/id/[city]/[community-slug]/[id]
  3. Configure settings — Set max_items_per_url to 200 (or adjust for performance) and ignore_url_failures to true for robust batch runs.

  4. Start the run — Launch the scraper. Monitor the run log to confirm successful extraction.

  5. Export & integrate — Download results as JSON, CSV, or Excel. Import into your CRM, BI tool, or database.

Troubleshooting:

  • No data returned: Verify the URL is a community detail page, not a search results page.
  • Partial fields: Some communities may not fill all 45 fields if data is unavailable. This is normal.
  • Rate limiting: For very large runs (1000+ URLs), space requests over time to avoid temporary IP blocks.

Use Cases & Business Value

  • Competitive intelligence: Track new builder activities, pricing changes, and market saturation by region
  • Real estate investment analysis: Identify emerging communities, pricing trends, and builder market share
  • Lead generation: Build targeted lists of communities matching specific criteria (price, location, builder)
  • Market research reports: Aggregate regional data to identify trends in new construction supply and demand
  • Broker & agent tools: Feed community data into internal MLS-like systems for client searches

The NewHomeSource Property Details Scraper eliminates weeks of manual research, enabling data-driven decisions on new home market dynamics.


Conclusion

The NewHomeSource Property Details Scraper delivers fast, structured access to new construction community data across the United States. With 45+ fields capturing pricing, builder identity, market context, and amenities, it is the most efficient way to analyze new home trends at scale. Start scraping today and unlock competitive intelligence that drives smarter real estate strategies.