Website Closers Scraper avatar

Website Closers Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Website Closers Scraper

Website Closers Scraper

Scrape WebsiteClosers.com business-for-sale listings - asking price, cash flow, gross income, year established, category, broker, and full descriptions for e-commerce, SaaS, agency, and other online business acquisitions.

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

4 days ago

Last modified

Share

Scrape WebsiteClosers.com — a business brokerage marketplace listing established e-commerce, SaaS, agency, Amazon FBA, and other online/offline businesses for sale. Browse all live listings, filter by one of 67 industry categories, run a keyword search, or look up specific listings by URL. Get asking price, cash flow, gross income, year established, broker information, and full descriptions. HTTP-only, no auth, no login wall.

What this actor does

  • Five modes: browse (all live listings), byCategory (67 industry categories), search (keyword), closedDeals (historical sold archive), byUrls (direct lookup)
  • Financial filters: asking price, cash flow, gross income (revenue), year-established, and employee-count ranges
  • Full listing detail: description, financials table, broker/representation info, listing photo
  • Empty fields are omitted — a record never contains null, "", or []

Output per business listing

  • listingId — WebsiteClosers.com numeric listing ID
  • title — full listing headline
  • description — full business description (multi-paragraph)
  • askingPrice, cashFlow, grossIncome — USD, where disclosed
  • yearEstablished — year the business was founded
  • employees — headcount, where the broker discloses it
  • statusAvailable or Closed
  • category, categoryName — industry slug + friendly name (mode=byCategory only)
  • brokerTeam, brokerCode — the WebsiteClosers team representing the listing (e.g. WC 4062)
  • postedBy — the individual broker credited on category archive pages, when shown
  • datePublished — ISO date the listing was published
  • imageUrl — listing photo
  • sourceUrl — canonical listing detail URL
  • recordType: "businessListing", scrapedAt

Input

FieldTypeDefaultDescription
modestringbrowsebrowse / byCategory / search / closedDeals / byUrls
categorystringecommerce-online-retailIndustry category (mode=byCategory) — one of 67
searchQuerystringKeyword to search (mode=search)
listingUrlsarrayDirect listing URLs to fetch (mode=byUrls)
minAskingPrice / maxAskingPriceintAsking price range, USD
minCashFlow / maxCashFlowintAnnual cash flow range, USD
minGrossIncomeintMinimum annual gross revenue, USD
minYearEstablishedintDrop listings established before this year
minEmployees / maxEmployeesintEmployee headcount range
maxItemsint50Hard cap on emitted records (1-2000)
proxyConfigurationobjectApify proxyNot required for this target; left available for resilience

Example: browse all live listings over $1M cash flow

{
"mode": "browse",
"minCashFlow": 1000000,
"maxItems": 30
}

Example: browse SaaS businesses for sale

{
"mode": "byCategory",
"category": "software-saas",
"maxItems": 25
}
{
"mode": "search",
"searchQuery": "Amazon FBA",
"maxItems": 20
}

Example: small owner-operated businesses (under 5 employees)

{
"mode": "browse",
"maxEmployees": 5,
"maxItems": 25
}

Example: lookup specific listings by URL

{
"mode": "byUrls",
"listingUrls": [
"https://www.websiteclosers.com/businesses/sba-pre-qualified-luxury-resale-business-2-luxury-brands-17-year-business-experienced-staff-in-place-33-yoy-profit-growth/119151/"
]
}

Use cases

  • Buy-side deal sourcing — bulk-export live listings to screen against acquisition criteria
  • Market research — track asking-price and cash-flow trends across industry categories
  • Competitive intelligence — monitor which business types are actively being brokered
  • Valuation benchmarking — compare asking price to cash flow/revenue multiples across a category
  • Deal-flow alerting — re-run on a schedule and diff against a previous dataset for new listings

FAQ

What is the data source? WebsiteClosers.com, a business brokerage marketplace. This actor is an independent, third-party scraper and is not affiliated with or endorsed by WebsiteClosers.

Are asking price and cash flow always available? Most live listings disclose an asking price; cash flow, gross income, year established, and employee count are shown when the broker has disclosed them. Fields the source doesn't disclose are simply omitted from the record, never filled with a placeholder.

Why don't listings show a location or state? WebsiteClosers does not publish a location field on individual listing pages (consistent with buyer-confidentiality practices in business brokerage) — no site-side location filter exists to expose.

Does the site's own sort/price-filter dropdown work? No — the sort and price-range widgets on the live browse page are not wired to a working server-side or AJAX endpoint (verified against fresh, uncached responses). This actor instead applies minAskingPrice/maxAskingPrice/minCashFlow/maxCashFlow/minGrossIncome/minYearEstablished filters after fetching each listing's real financials, which is more reliable.

What's in closedDeals mode? A historical archive of deals that have already sold/closed. Most closed-deal detail pages remain live and still disclose the original asking price, cash flow, gross income, and employee count.

How many listings are there? Roughly 259 live listings across 67 categories at any given time, plus a much larger historical closed-deals archive.

How fresh is the data? Each run fetches the live site directly — there is no caching layer, so results reflect the current state of the marketplace.