Toll Brothers Scraper
Pricing
from $3.00 / 1,000 results
Toll Brothers Scraper
Scrape luxury new-construction home communities, floor plans, and quick-move-in homes from Toll Brothers across 78 US states and metro areas.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
12 days ago
Last modified
Categories
Share
Scrape luxury new-construction home communities, floor plans, and quick-move-in (already-built, move-in-ready) homes from Toll Brothers, America's leading builder of luxury homes. No login, no cookies, no paid proxy required.
What this actor does
- Two modes: browse communities by state or metro area, or pull every floor plan and quick-move-in home for specific communities
- 78 US states and metro areas covered
- Rich community data: full address, county, school district, metro area, phone, price range, bedroom/bathroom/half-bath/sqft/garage ranges, home types, community amenities/types, quick-delivery-home counts, GPS coordinates
- Floor plans: plan name, home type, starting price, specs, story count, quick-move-in count for that plan, rendering photo
- Quick move-in homes: the exact street address, lot number, anticipated move-in date, exact price, and specs of a specific already-built home currently for sale
- Filters: price range, minimum bedrooms, quick-delivery-only, exclude future/not-yet-open communities, home type, community type
- Sort: order communities by price (low-to-high / high-to-low) or by most bedrooms before the
maxItemscap is applied - Empty fields are omitted — every record only contains data Toll Brothers actually returned
Output per record
recordType distinguishes three shapes in the same dataset:
community (mode=byLocation)
communityId,name,description,badge(e.g. "New Home Sites Just Released")address—{ streetAddress, city, county, state, zipCode }metroName,phone,schoolDistrictpriceFrom/priceTo(USD)bedrooms/bathrooms/halfBathrooms/sqft/garage—{ min, max }homeTypes[],communityTypes[](e.g. "Amenities/Resort", "Golf", "Waterfront")storyCounts[](e.g.["1", "2"]),floorPlanCount,communityHighlights[](e.g. "Gated", "Top-Rated Education")quickDeliveryHomeCount,comingSoonQuickDeliveryCount,hasQuickDeliveryHomes,isFutureCommunity,hasVirtualTourlatitude,longitudeimageUrl,logoUrlcommunityUrl,sourceUrl
floorPlan (mode=communityDetails)
name,planId,homeType,collectionName,description,priceFrombedrooms/bathrooms/halfBathrooms—{ min, max },sqft,garage—{ min, max }stories,masterBedroomLocation,planHighlights[],isComingSoon,isDecoratedModelquickMoveInCount— how many already-built homes of this plan are for sale right nowfloorPlanImageUrls[],elevationImageUrls[]— floor-plan diagram images and exterior elevation renderingsstandardMortgageRatePercent,jumboMortgageRatePercent,jumboLoanLimit(USD) — Toll Brothers' own published mortgage-calculator rates for this planlatitude,longitudeimageUrl,planUrl,communityName,communityUrl,sourceUrl
quickMoveInHome (mode=communityDetails)
name,homeId,homeType,descriptionaddress—{ street, city, state, zipCode, county },lotNumbermoveInDate(anticipated),pricebedrooms,bathrooms,halfBathrooms(exact counts for this specific home),sqft,garage,stories,masterBedroomLocationplanHighlights[],communityHighlights[],communityAmenities[](e.g. "Clubhouse", "Pool", "Fitness Center")floorPlanImageUrls[],elevationImageUrls[]standardMortgageRatePercent,jumboMortgageRatePercent,jumboLoanLimit(USD)latitude,longitudeimageUrl,communityName,communityUrl,homeUrl,sourceUrl
Every record also has scrapedAt (UTC ISO timestamp).
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | byLocation | byLocation or communityDetails |
location | select | Florida | One of 78 US states / metro areas (mode=byLocation) |
communityUrls | array | – | Toll Brothers community URLs (mode=communityDetails) |
includeFloorPlans | boolean | true | Emit floor-plan records (mode=communityDetails) |
includeQuickMoveIns | boolean | true | Emit quick-move-in home records (mode=communityDetails) |
minPrice / maxPrice | number | – | Filter by price (USD) |
minBedrooms | number | – | Minimum bedrooms |
qdhOnly | boolean | false | Mode=byLocation: only communities with quick-delivery inventory |
excludeFuture | boolean | false | Mode=byLocation: drop not-yet-open communities |
homeTypes | array (select) | – | Mode=byLocation: only keep communities offering Single Family, Townhome, and/or Condo homes |
communityTypes | array (select) | – | Mode=byLocation: only keep communities tagged Luxury Home, Amenities/Resort, Active Adult, Waterfront, Golf, City Living, and/or Future Community |
sortBy | select | default | Mode=byLocation: order results by price or bedroom count before maxItems is applied |
maxItems | integer | 100 | Hard cap on emitted records |
Example input
{"mode": "byLocation","location": "Florida","minBedrooms": 4,"maxItems": 100}
{"mode": "communityDetails","communityUrls": [{ "url": "https://www.tollbrothers.com/luxury-homes-for-sale/Florida/Bartram-Ranch" }]}
Use cases
- Market research — track luxury new-construction pricing and inventory by state/metro
- Lead generation — find move-in-ready homes matching a buyer's exact address, budget, and bedroom needs
- Competitive analysis — compare community amenities, price ranges, and quick-delivery inventory across regions
- Deal alerts — surface communities and homes with active quick-delivery incentives
FAQs
Does this need a Toll Brothers account? No. It scrapes Toll Brothers' public, search-engine-indexed pages.
What's the difference between a floorPlan record and a quickMoveInHome record?
A floorPlan describes a home design available in a community — its own specs and starting price, plus how many already-built examples exist. A quickMoveInHome is one specific already-built house — with its exact street address, lot number, and price.
Can I search by metro area instead of a whole state?
Yes — location accepts both full states (Florida) and specific metros (Orlando-FL, Austin-TX, etc.); see the dropdown for all 78 supported values.
Limitations
minPrice/maxPrice/minBedroomsare only applied to records where Toll Brothers reports that data. A small share of communities (typically "coming soon" or not-yet-priced listings) have nopriceFrom; those are still returned rather than silently dropped, since there's no way to confirm they don't match.homeTypes/communityTypes, by contrast, exclude any community Toll Brothers didn't tag with a matching type.- Only US markets are covered (Toll Brothers does not currently sell internationally).
- The sitewide
/new-homessearch UI is disallowed byrobots.txtand is never fetched by this actor; instead it reads the same underlying data from the allowed/luxury-homes/<location>and/luxury-homes-for-sale/<state>/<community>pages that Google itself indexes. locationcovers Toll Brothers' currently active state/metro pages; a market with no active communities returns zero records rather than an error.