# BizBuySell Scraper - Low-cost💲🔥💼🏢 (`delectable_incubator/bizbuysell-scraper-low-cost`) Actor

💼🔎 Extract BizBuySell business listings with ease. Collect listing IDs, business titles, asking prices, locations, descriptions, real estate inclusion, franchise status, photo counts, images, listing types & listing URLs. Ideal for US investment intelligence & business market analysis 🇺🇸📊

- **URL**: https://apify.com/delectable\_incubator/bizbuysell-scraper-low-cost.md
- **Developed by:** [Prime Scrape](https://apify.com/delectable_incubator) (community)
- **Categories:** Lead generation, E-commerce, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $0.00005 / actor start

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

<p align="center">
  <img src="https://i.ibb.co/jkNS73wX/readme.png" alt="BizBuySell Scraper" width="100%">
</p>

***

## 💼🏢 BizBuySell Scraper | Bulk Businesses for Sale Scraper | Business Listings Data | Apify Actor 🇺🇸

### 🚀 Extract BizBuySell Business Listings in Bulk (No Code)

The **BizBuySell Scraper (Apify Actor)** is a powerful and scalable business intelligence tool designed to extract **business-for-sale listings from BizBuySell search and category pages**.

Scrape multiple BizBuySell URLs in a single run and collect structured business listing data including asking prices, financial metrics, locations, descriptions, franchise status, real estate information, images and listing URLs.

Perfect for **business acquisition research, investment research, M\&A intelligence, business valuation research, franchise research, market analysis, lead generation, competitor research and business datasets**.

***

### 🔥 Why This BizBuySell Scraper?

✔ Scrape BizBuySell business-for-sale listings

✔ Supports **bulk search URL scraping**

✔ Process multiple BizBuySell URLs in one run

✔ Supports business and category search pages

✔ Extract listing IDs

✔ Extract business listing titles

✔ Extract asking prices

✔ Extract financial metrics and values

✔ Extract business locations

✔ Extract listing descriptions

✔ Identify whether real estate is included

✔ Identify franchise listings

✔ Extract photo counts

✔ Extract listing images

✔ Extract listing types

✔ Extract direct listing URLs

✔ US residential proxy support

✔ Structured dataset output

✔ No coding required

✔ Fast & scalable cloud execution

***

### 🎯 What This Scraper Does

This Actor extracts business-for-sale listings directly from **BizBuySell search and category result pages**.

You can provide one or multiple BizBuySell URLs, including general business directories and specific business categories.

#### 💼 All Businesses

```
https://www.bizbuysell.com/businesses-for-sale/
```

#### 🍽️ Restaurants & Food Businesses

```
https://www.bizbuysell.com/restaurants-and-food-businesses-for-sale/
```

The Actor processes each URL independently and collects up to the configured maximum number of listings per URL.

***

### ⚡ Input Configuration

#### 🔥 BULK BIZBUYSELL URL MODE

Provide one or multiple BizBuySell search/category URLs.

```
{
  "urls": [
    "https://www.bizbuysell.com/businesses-for-sale/",
    "https://www.bizbuysell.com/restaurants-and-food-businesses-for-sale/"
  ],
  "maxItemsPerUrl": 100
}
```

Each URL is scraped independently.

***

### 📊 Extracted Business Data

| Field              | Description                         |
| ------------------ | ----------------------------------- |
| listingId          | Unique BizBuySell listing ID        |
| title              | Business listing title              |
| price              | Asking price                        |
| financialLabel     | Financial metric label              |
| financialValue     | Financial metric value              |
| location           | Business location                   |
| description        | Business description                |
| realEstateIncluded | Whether real estate is included     |
| isFranchise        | Whether the business is a franchise |
| photoCount         | Number of listing photos            |
| imageUrl           | Main listing image                  |
| listingType        | Type of business listing            |
| detailUrl          | Direct BizBuySell listing URL       |

***

### 💰 Business Financial Intelligence

The scraper extracts financial information when available, including:

💵 **Asking Price**

📊 **Financial Metric**

💰 **Financial Value**

This data can be used for business acquisition research, valuation analysis and investment screening.

***

### 🏢 Business & Property Information

Extract important information about businesses listed for sale:

🏢 **Business Name / Title**

📍 **Location**

📝 **Description**

🏠 **Real Estate Included**

🏷️ **Franchise Status**

📋 **Listing Type**

📸 **Photo Count**

🔗 **Listing URL**

***

### 📦 Example Output

```
{
  "listingId": "123456789",
  "title": "Profitable Restaurant Business for Sale",
  "price": "$450,000",
  "financialLabel": "Gross Revenue",
  "financialValue": "$850,000",
  "location": "Miami, FL",
  "description": "Established restaurant with strong local customer base and excellent growth potential.",
  "realEstateIncluded": false,
  "isFranchise": false,
  "photoCount": "18",
  "imageUrl": "https://example.com/business-image.jpg",
  "listingType": "Business for Sale",
  "detailUrl": "https://www.bizbuysell.com/Business-Opportunity/example/"
}
```

***

### 💡 Use Cases

This BizBuySell scraper is ideal for:

💼 **Business Acquisition Research**

💰 **Investment Research**

📊 **Business Valuation Research**

🏢 **M\&A Intelligence**

🔎 **Business Market Research**

🍽️ **Restaurant Business Research**

🏷️ **Franchise Research**

📈 **Business Price Analysis**

🧲 **Business Acquisition Lead Generation**

🏠 **Commercial Real Estate Research**

💵 **Financial Benchmarking**

🤖 **AI Training Datasets**

📊 **Business Intelligence**

⚙️ **Automated Acquisition Pipelines**

***

### 🚀 Key Features

⚡ **Bulk BizBuySell URL Scraping**

💼 **Business-for-Sale Extraction**

💰 **Asking Price Extraction**

📊 **Financial Data Extraction**

📍 **Business Location Data**

📝 **Business Description Extraction**

🏠 **Real Estate Included Detection**

🏷️ **Franchise Detection**

📸 **Business Images**

🔢 **Photo Count**

🔗 **Direct Listing URLs**

🇺🇸 **US Residential Proxy Support**

📊 **Structured Dataset**

***

### 🌐 Proxy Configuration

BizBuySell is a US-focused business marketplace, so the Actor is configured to use **US residential proxies** by default.

```
{
  "useApifyProxy": true,
  "apifyProxyGroups": [
    "RESIDENTIAL"
  ],
  "apifyProxyCountry": "US"
}
```

🇺🇸 A US residential proxy is recommended for reliable access to BizBuySell.

***

### 📊 Dataset View

The Actor includes a preconfigured **BizBuySell Listings Overview** dataset view.

It displays:

- Listing ID
- Title
- Asking Price
- Financial Metric
- Financial Value
- Location
- Description
- Real Estate Included
- Franchise Status
- Photo Count
- Image URL
- Listing Type
- Listing Page URL

Perfect for:

📊 Filtering

💰 Price analysis

🔎 Business comparison

📈 Market research

📋 Reporting

📤 Dataset export

***

### 📤 Output Formats

Export your BizBuySell dataset through Apify in:

✔ JSON

✔ CSV

✔ Excel / XLSX

✔ XML

✔ HTML

✔ RSS

***

### 🔥 Why Use This BizBuySell Scraper?

✔ Built specifically for BizBuySell business listings

✔ Bulk search URL support

✔ Multiple categories supported

✔ Business acquisition data

✔ Asking price extraction

✔ Financial metric extraction

✔ Location and description data

✔ Franchise identification

✔ Real estate inclusion detection

✔ Listing images

✔ Direct listing URLs

✔ US residential proxy support

✔ No coding required

✔ Ready for automation workflows

✔ Ideal for business intelligence

***

### 💸 Pricing

This scraper runs on a **pay-per-result pricing model**.

You only pay for successfully extracted business listing records.

💳 **Price: $0.99 / 1,000 results**

***

### ❓ FAQ

#### Can I scrape multiple BizBuySell URLs?

Yes. Add multiple search or category URLs to the `urls` input.

#### Can I scrape different business categories?

Yes. You can provide different BizBuySell category and search URLs.

#### Can I limit the number of listings?

Yes. Use `maxItemsPerUrl` to define the maximum number of listings collected per URL.

#### Can I extract asking prices?

Yes. The `price` field contains the asking price when available.

#### Can I extract financial information?

Yes. The Actor extracts available financial labels and values.

#### Can I identify franchises?

Yes. The `isFranchise` field indicates whether a listing is identified as a franchise.

#### Can I know if real estate is included?

Yes. The `realEstateIncluded` field indicates whether real estate is included with the business.

#### Can I extract business images?

Yes. The Actor extracts the available listing image URL and photo count.

#### Does it support US proxies?

Yes. The default configuration uses Apify Residential proxies with `US` as the proxy country.

#### Is coding required?

No. This is a fully no-code Apify Actor.

#### Can I export the data?

Yes. Export your dataset in JSON, CSV, Excel and other formats supported by Apify.

***

### ⚠️ Disclaimer

This tool is an independent scraper and is not affiliated with, endorsed by, or sponsored by BizBuySell.

BizBuySell and all related trademarks belong to their respective owners.

Users are responsible for complying with BizBuySell's terms of service and applicable laws when using this tool.

***

### 🔗 Related Actors — PrimeScrape Ecosystem

We are building a complete **PrimeScrape Business & Real Estate Intelligence Suite**.

🚀 More business-for-sale, company, commercial real estate, franchise, marketplace and market intelligence scrapers coming soon.

***

### 🌍 PrimeScrape Ecosystem

Built for modern data extraction and automation workflows.

💼 **Business Intelligence**

🏢 **Company Intelligence**

💰 **Business Valuation Research**

📊 **Market Research**

🏠 **Real Estate Intelligence**

🏷️ **Franchise Intelligence**

🧲 **Lead Generation**

🤖 **AI Training Datasets**

📈 **Investment Research**

⚙️ **Automation Pipelines**

🌍 **Large-Scale Data Collection**

***

### 📬 Support

⭐⭐⭐⭐⭐ Leave a review if you enjoy this scraper.

📩 Need custom scraping solutions, enterprise integrations, bulk datasets or dedicated business intelligence workflows?

Contact **PrimeScrape** directly through Apify.

# Actor input Schema

## `urls` (type: `array`):

One or more BizBuySell search/category URLs to scrape.

## `maxItemsPerUrl` (type: `integer`):

Maximum number of listings to collect per search URL provided.

## `proxyConfiguration` (type: `object`):

RESIDENTIAL recommended for BizBuySell.

## Actor input object example

```json
{
  "urls": [
    "https://www.bizbuysell.com/businesses-for-sale/",
    "https://www.bizbuysell.com/restaurants-and-food-businesses-for-sale/"
  ],
  "maxItemsPerUrl": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "urls": [
        "https://www.bizbuysell.com/businesses-for-sale/",
        "https://www.bizbuysell.com/restaurants-and-food-businesses-for-sale/"
    ],
    "maxItemsPerUrl": 100,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "US"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("delectable_incubator/bizbuysell-scraper-low-cost").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "urls": [
        "https://www.bizbuysell.com/businesses-for-sale/",
        "https://www.bizbuysell.com/restaurants-and-food-businesses-for-sale/",
    ],
    "maxItemsPerUrl": 100,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "US",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("delectable_incubator/bizbuysell-scraper-low-cost").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "urls": [
    "https://www.bizbuysell.com/businesses-for-sale/",
    "https://www.bizbuysell.com/restaurants-and-food-businesses-for-sale/"
  ],
  "maxItemsPerUrl": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}' |
apify call delectable_incubator/bizbuysell-scraper-low-cost --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,delectable_incubator/bizbuysell-scraper-low-cost"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/Ijz60bdIe7JYZAmoh/builds/DVDTXG8bmxQLca2s4/openapi.json
