Toll Brothers Scraper avatar

Toll Brothers Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Toll Brothers Scraper

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

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

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 maxItems cap 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, schoolDistrict
  • priceFrom / 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, hasVirtualTour
  • latitude, longitude
  • imageUrl, logoUrl
  • communityUrl, sourceUrl

floorPlan (mode=communityDetails)

  • name, planId, homeType, collectionName, description, priceFrom
  • bedrooms / bathrooms / halfBathrooms{ min, max }, sqft, garage{ min, max }
  • stories, masterBedroomLocation, planHighlights[], isComingSoon, isDecoratedModel
  • quickMoveInCount — how many already-built homes of this plan are for sale right now
  • floorPlanImageUrls[], elevationImageUrls[] — floor-plan diagram images and exterior elevation renderings
  • standardMortgageRatePercent, jumboMortgageRatePercent, jumboLoanLimit (USD) — Toll Brothers' own published mortgage-calculator rates for this plan
  • latitude, longitude
  • imageUrl, planUrl, communityName, communityUrl, sourceUrl

quickMoveInHome (mode=communityDetails)

  • name, homeId, homeType, description
  • address{ street, city, state, zipCode, county }, lotNumber
  • moveInDate (anticipated), price
  • bedrooms, bathrooms, halfBathrooms (exact counts for this specific home), sqft, garage, stories, masterBedroomLocation
  • planHighlights[], communityHighlights[], communityAmenities[] (e.g. "Clubhouse", "Pool", "Fitness Center")
  • floorPlanImageUrls[], elevationImageUrls[]
  • standardMortgageRatePercent, jumboMortgageRatePercent, jumboLoanLimit (USD)
  • latitude, longitude
  • imageUrl, communityName, communityUrl, homeUrl, sourceUrl

Every record also has scrapedAt (UTC ISO timestamp).

Input

FieldTypeDefaultDescription
modestringbyLocationbyLocation or communityDetails
locationselectFloridaOne of 78 US states / metro areas (mode=byLocation)
communityUrlsarrayToll Brothers community URLs (mode=communityDetails)
includeFloorPlansbooleantrueEmit floor-plan records (mode=communityDetails)
includeQuickMoveInsbooleantrueEmit quick-move-in home records (mode=communityDetails)
minPrice / maxPricenumberFilter by price (USD)
minBedroomsnumberMinimum bedrooms
qdhOnlybooleanfalseMode=byLocation: only communities with quick-delivery inventory
excludeFuturebooleanfalseMode=byLocation: drop not-yet-open communities
homeTypesarray (select)Mode=byLocation: only keep communities offering Single Family, Townhome, and/or Condo homes
communityTypesarray (select)Mode=byLocation: only keep communities tagged Luxury Home, Amenities/Resort, Active Adult, Waterfront, Golf, City Living, and/or Future Community
sortByselectdefaultMode=byLocation: order results by price or bedroom count before maxItems is applied
maxItemsinteger100Hard 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/minBedrooms are only applied to records where Toll Brothers reports that data. A small share of communities (typically "coming soon" or not-yet-priced listings) have no priceFrom; 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-homes search UI is disallowed by robots.txt and 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.
  • location covers Toll Brothers' currently active state/metro pages; a market with no active communities returns zero records rather than an error.