EstateSales.net Estate & Moving Sale Listings Scraper
Pricing
from $3.00 / 1,000 results
EstateSales.net Estate & Moving Sale Listings Scraper
Scrape EstateSales.net - search estate, moving, and auction sale listings by US state, city or ZIP code, filter by real sale type and date range, or pull the site's nationally-featured sales.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
8 days ago
Last modified
Categories
Share
EstateSales.net Scraper
Scrape EstateSales.net — the largest directory of estate sales, moving sales, and auctions across the US. Search by state, city, or ZIP code, filter by the site's real sale-type taxonomy (estate sales, auctions, moving sales, online-only auctions, and more), filter by date range, or pull the site's nationally-featured sales. No login, no API key.
What this actor does
- Two modes:
search(state / city / ZIP) andnationallyFeatured(curated cross-country list, no location required) - 16 real sale types — the site's own taxonomy, from "Estate Sales" to "Online-Only Auctions"
- Date-range filtering — only return sales active within a given window
- All 50 US states + DC
- Empty fields are omitted — every record only contains what EstateSales.net actually published for that sale
Output per sale listing
saleId— EstateSales.net's internal sale IDtitle— sale titledescription— full sale descriptionsaleTypeName— real sale-type category (Estate Sales, Moving Sales, Auctions, etc.)startDate,endDate— sale date range (YYYY-MM-DD)startDateTime,endDateTime— full local start/end timestampslengthInDays— how many days the sale runssessions[]— per-day date/start-time/end-time breakdown, for multi-day salesstatusMessage— human-readable status (e.g. "starts today!")terms— the seller's stated payment/sale termsauctionUrl— link to the external auction platform, for auction-hosted salesvideoUrl— walkthrough video link, when the seller provided oneisMarketplaceSale— true for EstateSales.net's own online marketplace/bidding salescity,state,zipCode— sale locationaddress— street address, only once the seller has made it publiclatitude,longitude— coordinates, when publishedsellerName,sellerPhone,sellerIsCompany— seller/company contact info, when shownphotoCount— number of photos in the sale's gallerythumbnailUrl— preview imageisFeatured— true if locally, regionally, or nationally featuredsourceUrl— canonical EstateSales.net listing URLrecordType: "estateSale",scrapedAt
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | search | search / nationallyFeatured |
state | string | CA | 2-letter US state code (mode=search) |
city | string | Los Angeles | City name within the state; leave blank to browse the whole state |
zipCode | string | – | 5-digit ZIP; sorts results by distance (requires city) |
saleType | string | all | One of the 16 real EstateSales.net sale-type categories |
dateFrom | string | – | Only include sales active on/after this date (YYYY-MM-DD) |
dateTo | string | – | Only include sales active on/before this date (YYYY-MM-DD) |
maxItems | int | 20 | Hard cap on emitted listings (1–200) |
proxyConfiguration | object | AUTO | Apify proxy configuration (optional; the site has no anti-bot protection) |
Example: browse a city
{"mode": "search","state": "CA","city": "Los Angeles","maxItems": 20}
Example: estate sales near a ZIP code this weekend
{"mode": "search","state": "CA","city": "Beverly Hills","zipCode": "90210","saleType": "estateSales","dateFrom": "2026-07-04","dateTo": "2026-07-05","maxItems": 30}
Example: browse an entire state
{"mode": "search","state": "TX","maxItems": 50}
Example: nationally-featured sales
{"mode": "nationallyFeatured","maxItems": 25}
Use cases
- Estate-sale hunting — find upcoming sales near you by city or ZIP
- Auction discovery — filter specifically for auctions or online-only auctions
- Reseller sourcing — track moving sales, buyouts, and liquidations for resale inventory
- Market research — monitor estate-sale company activity by state or metro area
- Weekend planning — filter by date range to find sales happening this weekend
FAQ
What is the data source? EstateSales.net, a public directory of estate sales, moving sales, and auctions across the US.
Do I need an account? No. All listing data returned by this actor is publicly visible without logging in. EstateSales.net offers optional free registration for email alerts, which this actor does not use or require.
Why do some listings have no address?
Sellers can choose to reveal the exact address only after a set time (often the morning of the sale). Until then, address is omitted and only city/state/ZIP are available.
What does searching by state only (no city) return?
It browses across the state's metro areas, collecting sales from each until maxItems is reached — useful for a broad statewide sweep.
How current is the data? Listings reflect what's live on EstateSales.net at the time the actor runs.
Is this affiliated with EstateSales.net? No, this is an independent third-party actor that reads EstateSales.net's public pages.
Can I combine sale type and date filters?
Yes — saleType, dateFrom, and dateTo all combine with state/city/zipCode in search mode.