Website Closers Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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 IDtitle— full listing headlinedescription— full business description (multi-paragraph)askingPrice,cashFlow,grossIncome— USD, where disclosedyearEstablished— year the business was foundedemployees— headcount, where the broker discloses itstatus—AvailableorClosedcategory,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 showndatePublished— ISO date the listing was publishedimageUrl— listing photosourceUrl— canonical listing detail URLrecordType: "businessListing",scrapedAt
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | browse | browse / byCategory / search / closedDeals / byUrls |
category | string | ecommerce-online-retail | Industry category (mode=byCategory) — one of 67 |
searchQuery | string | – | Keyword to search (mode=search) |
listingUrls | array | – | Direct listing URLs to fetch (mode=byUrls) |
minAskingPrice / maxAskingPrice | int | – | Asking price range, USD |
minCashFlow / maxCashFlow | int | – | Annual cash flow range, USD |
minGrossIncome | int | – | Minimum annual gross revenue, USD |
minYearEstablished | int | – | Drop listings established before this year |
minEmployees / maxEmployees | int | – | Employee headcount range |
maxItems | int | 50 | Hard cap on emitted records (1-2000) |
proxyConfiguration | object | Apify proxy | Not 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}
Example: keyword search
{"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.