EstateSales.net Estate & Moving Sale Listings Scraper avatar

EstateSales.net Estate & Moving Sale Listings Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
EstateSales.net Estate & Moving Sale Listings Scraper

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

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

8 days ago

Last modified

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) and nationallyFeatured (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 ID
  • title — sale title
  • description — full sale description
  • saleTypeName — real sale-type category (Estate Sales, Moving Sales, Auctions, etc.)
  • startDate, endDate — sale date range (YYYY-MM-DD)
  • startDateTime, endDateTime — full local start/end timestamps
  • lengthInDays — how many days the sale runs
  • sessions[] — per-day date/start-time/end-time breakdown, for multi-day sales
  • statusMessage — human-readable status (e.g. "starts today!")
  • terms — the seller's stated payment/sale terms
  • auctionUrl — link to the external auction platform, for auction-hosted sales
  • videoUrl — walkthrough video link, when the seller provided one
  • isMarketplaceSale — true for EstateSales.net's own online marketplace/bidding sales
  • city, state, zipCode — sale location
  • address — street address, only once the seller has made it public
  • latitude, longitude — coordinates, when published
  • sellerName, sellerPhone, sellerIsCompany — seller/company contact info, when shown
  • photoCount — number of photos in the sale's gallery
  • thumbnailUrl — preview image
  • isFeatured — true if locally, regionally, or nationally featured
  • sourceUrl — canonical EstateSales.net listing URL
  • recordType: "estateSale", scrapedAt

Input

FieldTypeDefaultDescription
modestringsearchsearch / nationallyFeatured
statestringCA2-letter US state code (mode=search)
citystringLos AngelesCity name within the state; leave blank to browse the whole state
zipCodestring5-digit ZIP; sorts results by distance (requires city)
saleTypestringallOne of the 16 real EstateSales.net sale-type categories
dateFromstringOnly include sales active on/after this date (YYYY-MM-DD)
dateTostringOnly include sales active on/before this date (YYYY-MM-DD)
maxItemsint20Hard cap on emitted listings (1–200)
proxyConfigurationobjectAUTOApify 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
}
{
"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.