BizQuest Scraper — Business-for-Sale Listings avatar

BizQuest Scraper — Business-for-Sale Listings

Pricing

from $1.25 / 1,000 business listing scrapeds

Go to Apify Store
BizQuest Scraper — Business-for-Sale Listings

BizQuest Scraper — Business-for-Sale Listings

Scrape public BizQuest business-for-sale listings with price, cash flow, revenue, location, and listing details. MCP-ready at $0.00125 per listing.

Pricing

from $1.25 / 1,000 business listing scrapeds

Rating

0.0

(0)

Developer

Muhammad Afzal

Muhammad Afzal

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Collect structured, public business-for-sale listings from BizQuest. Use this actor for deal sourcing, market mapping, and screening public small-business opportunities. It returns one normalized dataset item per listing with the title, location, industry, asking price, cash flow, revenue, EBITDA, public description, and source URL.

When to use this actor

Use it when you need to turn public BizQuest search pages, category pages, location pages, or direct public listing URLs into structured records. It is designed for M&A advisors, business buyers, market-research teams, and AI agents that need a compact source of public deal-flow data.

Do not use it to access account pages, submit seller or buyer inquiries, obtain confidential information, reveal hidden contact details, scrape broker contacts, or bypass site controls. It does not perform any of those actions. Before every run, you must confirm that your planned collection and use comply with BizQuest terms, applicable law, and any required authorization.

Input

FieldDescription
startUrlsOne or more public BizQuest search, category, location, or listing URLs.
maxResultsA hard cap from 1 to 500 on stored and billed listings.
enrichDetailsWhen enabled, opens public listing pages for richer public facts.
responseFormatconcise for core deal fields, or detailed for descriptions and public images.
acknowledgeAuthorizationRequired confirmation that your collection and use are authorized.

Example input:

{
"startUrls": [{ "url": "https://www.bizquest.com/businesses-for-sale/" }],
"maxResults": 25,
"enrichDetails": true,
"responseFormat": "detailed",
"acknowledgeAuthorization": true
}

Output

Each dataset record has a stable, flat shape suitable for CSV exports and AI-agent use:

FieldMeaning
listingUrlCanonical public BizQuest listing URL.
title, location, industryPublic listing identity and classification.
askingPrice, cashFlow, grossRevenue, ebitdaParsed USD financial values where the listing displays them.
realEstateIncluded, establishedYear, employeesAdditional public screening facts where available.
description, imageUrls, publicFactsDetail-mode public content and any non-standard label/value facts.
warningsNon-fatal extraction notes. Missing fields are represented as null, not omitted.

Example result:

{
"listingUrl": "https://www.bizquest.com/business-for-sale/example/123456/",
"sourceSearchUrl": "https://www.bizquest.com/businesses-for-sale/",
"listingId": "123456",
"title": "Profitable HVAC Company in Texas",
"location": "Dallas, TX",
"industry": "Construction",
"askingPrice": 1200000,
"cashFlow": 320000,
"grossRevenue": 1800000,
"ebitda": null,
"realEstateIncluded": false,
"establishedYear": 2010,
"employees": "12",
"description": "Established service business with recurring commercial customers.",
"imageUrls": [],
"publicFacts": {},
"scrapedAt": "2026-07-22T12:00:00.000Z",
"warnings": []
}

Pricing

This actor uses predictable Pay Per Event pricing, with usage-based billing also available through Apify:

EventPrice
Actor start$0.00005 per run
Public listing stored$0.00125 per listing

maxResults is a strict result-event cap. A 25-result run therefore costs no more than $0.03125 in listing events, plus the small actor-start event and any applicable usage costs. No result event is charged for duplicate URLs, records that fail schema validation, or pages that fail before a listing is stored.

Reliability behavior

The actor uses a session pool, bounded retries, a strict result counter, and persisted state. It follows next-page links where BizQuest provides an accessible next link and stops once the requested cap is reached. If one page fails after retries, the run records a warning and preserves previously collected items. If all attempted pages are blocked or unreachable and no listing can be collected, it fails honestly rather than returning a misleading empty success.

BizQuest can change its page markup and may apply access controls. In that case the actor returns diagnostic warnings or an actionable failure explaining that the target could not be reached. It does not attempt to circumvent CAPTCHAs, login requirements, anti-bot challenges, or other restrictions.

AI-agent / MCP usage

Use this actor for public BizQuest business-for-sale discovery and basic financial screening. It returns compact, normalized listing records rather than page HTML. Do not use it for private deal rooms, broker outreach, consumer-credit decisions, or any evaluation of a person’s eligibility for credit, insurance, employment, government benefits, or housing.

For a focused agent call, provide one public search URL, set a small maxResults such as 10, and choose concise. For deeper screening, set enrichDetails to true and choose detailed. Read warnings when a source has no public results or a page layout has changed.

Listing data can be protected by website terms, copyright, contract, privacy, and other laws. You are responsible for verifying that your purpose, data handling, rate, and onward use are permitted. The authorization confirmation is intentionally required for every run. This actor is not legal advice, does not grant permission from BizQuest, and must not be used to defeat technical restrictions or collect confidential data.