# BizQuest Business Listings Extractor

**Use case:** 

Extract detailed business-for-sale listings from BizQuest, including vital metrics like price, cash flow, and broker details for investment analysis.

## Input

```json
{
  "startUrl": "https://www.bizquest.com/mid-market-businesses-for-sale/",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "listing_id": {
    "label": "Listing id",
    "format": "number"
  },
  "listing_type_id": {
    "label": "Listing type id"
  },
  "ad_level_id": {
    "label": "Ad level id"
  },
  "business_type_id": {
    "label": "Business type id"
  },
  "business_type_bizbuysell_id": {
    "label": "Business type bizbuysell id"
  },
  "state": {
    "label": "State"
  },
  "region": {
    "label": "Region"
  },
  "region_id": {
    "label": "Region id"
  },
  "financing_type_id": {
    "label": "Financing type id"
  },
  "lender_status_type_id": {
    "label": "Lender status type id"
  },
  "real_estate_included": {
    "label": "Real estate included",
    "format": "boolean"
  },
  "price_reduced": {
    "label": "Price reduced",
    "format": "boolean"
  },
  "hot_listing": {
    "label": "Hot listing",
    "format": "boolean"
  },
  "recently_added": {
    "label": "Recently added",
    "format": "boolean"
  },
  "recently_updated": {
    "label": "Recently updated",
    "format": "boolean"
  },
  "franchise_resale": {
    "label": "Franchise resale",
    "format": "boolean"
  },
  "auction_start_date": {
    "label": "Auction start date",
    "format": "date"
  },
  "auction_end_date": {
    "label": "Auction end date",
    "format": "date"
  },
  "external_url": {
    "label": "External url",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [BizQuest Scraper](https://apify.com/shahidirfan/bizquest-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/bizquest-scraper) to learn more, explore other use cases, and run it yourself.