BizQuest Scraper — Businesses for Sale Listings avatar

BizQuest Scraper — Businesses for Sale Listings

Pricing

from $0.95 / 1,000 listings

Go to Apify Store
BizQuest Scraper — Businesses for Sale Listings

BizQuest Scraper — Businesses for Sale Listings

[💰 $0.95 / 1K] Extract business-for-sale listings from BizQuest across all 50 states and DC — asking price, gross revenue, year established, employee counts, broker contact, photos and the full seller write-up. Filter by state, category, price, cash flow, revenue or recency, or paste a search URL.

Pricing

from $0.95 / 1,000 listings

Rating

0.0

(0)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

4 days ago

Last modified

Share

Pull business-for-sale listings from BizQuest at scale — asking price, revenue, the full seller write-up, broker contact and location, one flat row per listing. Built for business brokers, search funds and acquisition entrepreneurs, and M&A analysts who need a current, filterable deal pipeline instead of twenty saved searches and a copy-paste habit.

Why This Scraper?

  • 22 search filters, every one measured against live results — from a California base of 5,901 listings, a keyword narrows it to 1,534, a $200,000 asking-price ceiling to 2,205, and a 7-day recency window to 188. Nothing on the Input tab is decorative.
  • All 50 states plus Washington DC, each one checked to return listings — California 5,965 at the top, North Dakota 36 at the bottom, and no dead entries in the list.
  • 26 business categories, taken from BizQuest's own top-level list — Food & Beverage, Retail Stores, Health & Medical, Auto & Automotive, Wholesale & Distribution and 21 more. Two further categories exist on the site but return nothing, so they were left out rather than shipped as controls that quietly find zero results.
  • 5 listing types in plain English — Start-Up Business, Asset Sale, Established Business, Commercial Real Estate for Sale and Commercial Real Estate for Lease, mapped from the site's numeric codes and agreeing on 900 sampled rows.
  • 53 fields per listing — 18 on every search row, plus 35 more with enrichDetails: the full seller write-up, growth opportunities, reason for selling, competition, facilities, year established, employee counts, building square footage, inventory and FF&E values, county, ZIP and coordinates.
  • Screen on seller's discretionary earnings, which BizQuest never publishes — a $200,000 cash-flow floor cuts a 5,901-listing California search to 1,207 server-side. The filter is real, the figure is withheld, and this actor says so instead of handing you an empty column and calling it data.
  • Withheld values arrive empty, never wrong — BizQuest writes -1 for an undisclosed EBITDA and 0, 0 for an unset map pin. Across 90 detail records, 26 of 71 EBITDA figures and 17 of 39 coordinate pairs would otherwise have shipped as -$1 and a point off the coast of West Africa. Both come back as null.
  • 700 of the 750 business listings in a 5-state, 3-category sample carry an asking price, and all 750 carry at least one photo URL — prices start at $7,500, and not one row carried a zero or a negative.
  • Broker contact that lands in your CRM ready to call — contact name, phone, brokerage and the broker's BizQuest profile URL on premium listings, beside the listing's own city, county and ZIP.

Use Cases

Business Brokerage & M&A

  • Watch every new listing in your territory with listedWithinDays: 7 and hear about a competitor's mandate the week it goes live.
  • Build comparable-transaction sets by category and state — asking price, gross revenue, year established and employee count all sit on one row.
  • Track asking-price cuts across your patch with priceReduced and time an approach.
  • See which brokerages are winning listings in a market by grouping rows on brokerCompany.

Search Funds & Acquisition Entrepreneurs

  • Screen a whole state against your thesis in one run — revenue floor, asking-price band, founding year and category compose into a single search.
  • Shortlist absentee-owner and home-based businesses that fit a part-time or remote operating model.
  • Narrow to listings where the seller will finance part of the sale when your capital stack needs it.
  • Read the seller's own write-up, reason for selling and growth notes before you spend a call on it.

Franchise & Multi-Unit Development

  • Pull start-up and franchise-resale listings by category to size an existing franchisee base.
  • Track asset sales and established businesses in a target metro for conversion candidates.
  • Follow Commercial Real Estate for Sale and for Lease beside the operating businesses in the same run.

Market Research & Valuation

  • Benchmark asking price against gross revenue by category and state across thousands of listings.
  • Measure how long inventory sits by re-running a search on a schedule and diffing listing IDs.
  • Quantify how many listings include real estate in the asking price, and at what value, with realEstateIncluded and realEstateValueMin.

Lead Generation & Data Enrichment

  • Feed broker names, phone numbers and brokerages into your CRM attached to the listing they belong to.
  • Join listings to your own territory map with city, county, ZIP and coordinates.
  • Schedule a daily run and push only the new listing IDs into Slack or a Google Sheet.

Getting Started

Simplest run

{
"maxItems": 100
}

Paste a filtered search URL from the site

Set your filters on the site, then copy the address bar URL — every filter in it is carried through.

{
"searchUrls": [
"https://www.bizquest.com/businesses-for-sale/"
],
"maxItems": 10000
}

Everything, with full details

{
"searchUrls": [
"https://www.bizquest.com/businesses-for-sale/"
],
"maxItems": 10000,
"enrichDetails": true
}

Input Reference

What to Scrape

ParameterTypeDefaultDescription
searchUrlsarrayBizQuest search result URLs. Set your filters on bizquest.com, then paste the address from your browser -- a plain search (…/businesses-for-sale/?q=…), a state page (…/businesses-for-sale-in-california-ca/) and a category page (…/food-and-beverage-businesses-for-sale/) all work. A URL pasted here brings its own filters, so the filter fields below are ignored for it. Paste a single listing's page here and it will be skipped -- this box takes searches, not listings.
maxItemsinteger100Maximum listings per search URL (0 = collect everything each search returns). BizQuest pages through at most 10,000 listings per search, so use several narrower searches to collect more.

Options

ParameterTypeDefaultDescription
statestringCollect listings in one US state only. Leave empty to search the whole country. To cover several states, add one search per state -- or paste each state's own BizQuest address into Search URLs.
categorystringCollect one BizQuest category only. Leave empty for every category. The 26 categories below are the site's own top-level list, each one measured to return listings on 2026-07-30.
listingTypestring30,40,80Which kind of listing to collect. The default is BizQuest's own "businesses for sale" umbrella (asset sales, established businesses and commercial real estate).
keywordstringWords that must appear in the listing, for example "restaurant", "laundromat" or "car wash". Leave empty to skip keyword matching.
priceMinintegerOnly listings asking at least this much.
priceMaxintegerOnly listings asking at most this much.
cashFlowMinintegerOnly listings whose seller's discretionary earnings are at least this much. BizQuest applies the filter, but withholds the cash-flow FIGURE from public listing pages, so the cashFlow column comes back empty even when this filter is set.
cashFlowMaxintegerOnly listings whose seller's discretionary earnings are at most this much. Same caveat as the minimum: BizQuest filters on the figure but does not publish it.
revenueMinintegerOnly listings with gross revenue of at least this much.
revenueMaxintegerOnly listings with gross revenue of at most this much.
realEstateValueMinintegerOnly listings whose asking price includes real estate worth at least this much.
realEstateValueMaxintegerOnly listings whose asking price includes real estate worth at most this much.
listedWithinDaysintegerOnly listings first published in the last N days. 7 and 30 are the useful settings for a daily or a monthly refresh.
establishedAfterYearintegerOnly businesses founded in or after the given year.
realEstateIncludedbooleanfalseOnly listings where the asking price includes the property.
sellerFinancingbooleanfalseOnly listings where the seller will finance part of the sale.
homeBasedbooleanfalseOnly businesses that can be run from home.
absenteeOwnerbooleanfalseOnly businesses the current owner does not run day to day.
priceReducedbooleanfalseOnly listings whose asking price has come down.
recentlyUpdatedbooleanfalseOnly listings the seller or broker has edited recently.
requireAskingPricebooleanfalseDrop listings advertised without a price.
includeRelocatablebooleanfalseAlso bring in businesses listed elsewhere whose seller says they can move to your area. This widens the search rather than narrowing it, and only does anything when a state is set.
enrichDetailsbooleanfalseAdd 35 extra fields per listing. Adds one request per listing and is billed at the higher rate.
concurrencyinteger8How many requests to run in parallel. Lower this if you see failures.
proxyConfigurationobjectApify ProxyProxy settings for the run.

Output

Every listing is one dataset row. Enabling enrichDetails adds 35 further fields to the same row — there is no second record type to join.

Broker name, phone number and profile URL are replaced with placeholders below, and the description text is shortened for readability — live runs return the real values in full.

{
"id": 2503333,
"url": "https://www.bizquest.com/business-for-sale/distribution-company-with-warehouse-operations/BW2503333/",
"name": "Distribution Company with Warehouse Operations",
"tagline": "Reliable Vendor Network",
"listingType": "Established Business",
"category": "Wholesale & Distribution",
"askingPrice": 18500000,
"realEstateIncluded": false,
"location": "Keller, TX",
"state": "TX",
"contactName": "<broker name>",
"contactPhone": "<broker phone>",
"photos": [
"https://images.bizquest.com/shared/listings/250/2503333/c71c0676-3a2d-4c69-a6ef-722f896363da-W336.webp",
"https://images.bizquest.com/shared/listings/250/2503333/204c186c-5754-43f5-b9a1-43de0470ed10-W336.webp"
],
"featured": true,
"priceReduced": false,
"newListing": false,
"recentlyUpdated": false,
"description": "This is an established wholesale distribution business located in Keller, Texas, serving a mix of commercial and retail customers across the Dallas-Fort Worth area. Operations are run from a leased warehouse facility with space for inventory storage, staging, and order fulfillment...",
"growthOpportunities": "Opportunities include expanding product offerings, increasing delivery routes, and improving operational efficiency.",
"supportAndTraining": "Owner will provide a transition period to introduce key vendor and customer relationships and assist with operational handoff.",
"reasonForSelling": "Owner is planning to transition to other business interests",
"competition": "The business operates in a stable segment with consistent demand for distributed goods.",
"facilities": "Warehouse includes pallet racking, forklifts, loading access, delivery vehicles, and basic inventory systems.",
"employeeNotes": "Owner-operated with management team in place",
"yearEstablished": 2013,
"employeesFullTime": 15,
"employeesPartTime": 5,
"buildingSquareFeet": 23500,
"grossRevenue": 18200000,
"ffeValue": 875000,
"inventoryValue": 2100000,
"inventoryIncludedInPrice": true,
"financing": "Seller financing available",
"financingNotes": "may consider partial financing for a qualified buyer",
"city": "Keller",
"county": "Tarrant County",
"zipCode": "76248",
"country": "US",
"latitude": 32.925923,
"longitude": -97.253068,
"brokerCompany": "Sell your Legacy",
"brokerProfileUrl": "<broker profile url>",
"lastUpdated": "2026-07-07T10:26:36+00:00",
"profileViews": 3917,
"isFranchise": false,
"absenteeOwner": false,
"homeBased": false,
"relocatable": false
}

Core Fields

FieldTypeDescription
idnumberListing ID
urlstringListing URL
namestringBusiness name
taglinestringHeadline
listingTypestringListing type
categorystringBusiness category

Price & Value & Location & Contacts & Media

FieldTypeDescription
askingPricenumberAsking price (USD)
ebitdanumberEBITDA (USD)
realEstateIncludedbooleanReal estate included in price
locationstringLocation (as shown)
statestringState
contactNamestringContact name
contactPhonestringContact phone
photosarrayPhoto URLs

Details & Timestamps

FieldTypeDescription
featuredbooleanFeatured listing
priceReducedbooleanPrice reduced
newListingbooleanRecently added
recentlyUpdatedbooleanRecently updated

With enrichDetails enabled (1 of 2)

FieldTypeDescription
descriptionstringFull description
growthOpportunitiesstringGrowth opportunities
supportAndTrainingstringSupport & training
reasonForSellingstringReason for selling
competitionstringCompetition
facilitiesstringFacilities
employeeNotesstringEmployee notes
yearEstablishednumberYear established
employeesFullTimenumberFull-time employees
employeesPartTimenumberPart-time employees
buildingSquareFeetnumberBuilding sq ft
grossRevenuenumberGross revenue (USD)
ffeValuenumberFurniture, fixtures & equipment (USD)
inventoryValuenumberInventory value (USD)
realEstateValuenumberReal estate value (USD)
preTaxNetIncomenumberPre-tax net income (USD)
ownersCompensationnumberOwner's compensation (USD)
inventoryIncludedInPricebooleanInventory included in price
financingstringSeller financing
financingNotesstringFinancing notes
citystringCity
countystringCounty
zipCodestringZIP code
streetAddressstringStreet address
countrystringCountry

With enrichDetails enabled (2 of 2)

FieldTypeDescription
latitudenumberLatitude
longitudenumberLongitude
brokerCompanystringBrokerage
brokerProfileUrlstringBroker profile URL
lastUpdatedstringLast updated
profileViewsnumberListing views
isFranchisebooleanFranchise resale
absenteeOwnerbooleanAbsentee owner
homeBasedbooleanHome based
relocatablebooleanRelocatable

Tips for Best Results

  • Each search tops out at 10,000 listings. BizQuest stops paging there, so one national run cannot reach the whole catalogue. Split the job — one search per state, or one per category — and 51 state searches will collect far more than a single unfiltered one.
  • Leave enrichDetails off for a first pass. Search rows already carry name, asking price, location, photos and listing type. Turn detail on once you have narrowed to the listings worth reading — it adds one request per listing and is billed at the higher rate.
  • About one row in ten is a franchise advert, not a listing. BizQuest injects them into search results; they carry no listingType and have no detail page, so detail data reaches roughly 90 of every 100 rows by design. Drop rows where listingType is null if you only want real businesses.
  • Use listedWithinDays: 7 for a daily refresh — not page 1. BizQuest's default sort is not by date, so new listings are scattered through the results; the recency window is the only reliable way to catch them.
  • cashFlowMin and cashFlowMax work, but the figure stays private. BizQuest narrows on seller's discretionary earnings server-side and does not publish the number on public listing pages, so cashFlow comes back empty even on a filtered run. Treat it as a screen, not as a column.
  • category matches a listing's primary or secondary category. A row filtered to Food & Beverage may display a different primary category label — that is a correct match, not a miss.
  • A pasted search URL brings its own filters. Put a URL in searchUrls and the filter fields are ignored for that search, so set your filters in one place or the other, not both.
  • Street address, ZIP and coordinates depend on the seller. Many owners list a business confidentially and BizQuest suppresses the exact location, so those fields are populated only where the seller allowed it — location and state are the ones present on effectively every row.

Pricing

From $0.95 per 1,000 results (search only) or from $2.45 per 1,000 results (with full details).

ResultsSearch OnlyWith Full Details
100$0.095$0.245
1,000$0.95$2.45
10,000$9.50$24.50
100,000$95.00$245.00

Those are the rates on Gold and above. Higher-volume plans pay less per result:

Your Apify planSearch OnlyWith Full Details
No discount$1.14$2.94
Bronze$1.07$2.77
Silver$1.01$2.61
Gold and above$0.95$2.45

Per 1,000 results.

A "result" is any listing row in the output dataset. When you run several searches at once, a listing matching more than one of them is de-duplicated before it reaches the dataset, so you are never charged twice for the same listing. The full-details rate applies only to rows that actually came back enriched — if a listing has no detail page, the row is still delivered and charged at the search-only rate. The lowest spending cap you can set on a single run is $0.50. Platform fees (compute, storage) are additional and depend on your Apify plan.

Integrations

Export data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps via:

  • Zapier / Make / n8n — Workflow automation
  • Google Sheets — Direct spreadsheet export
  • Slack / Email — Notifications on new results
  • Webhooks — Trigger custom APIs on run completion
  • Apify API — Full programmatic access

This is an unofficial scraper. It is not affiliated with, endorsed by, or connected to BizQuest or its operators in any way. All trademarks belong to their respective owners.

This actor is intended for legitimate market research and analytics. You are responsible for complying with applicable laws and with BizQuest's Terms of Service.

Results may include personal data such as contact details. Treat them accordingly: do not use them for spam, harassment, or any unlawful purpose, and follow applicable privacy rules when storing or processing them.