# BizBuySell URL Search | Keyword Filtering | Rich Output

**Use case:** 

Pull BizBuySell business and franchise listings by filters or URLs. Extract financials, descriptions, photos, broker contacts and 30+ flat JSON fields for CRM,

## Input

```json
{
  "mode": "search",
  "listingType": "all",
  "sortBy": "default",
  "urls": [
    "https://www.bizbuysell.com/businesses-for-sale/"
  ],
  "fetchDetails": false,
  "maxPages": 1,
  "maxListings": 0,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "listingType": {
    "label": "Type",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "askingPrice": {
    "label": "Asking price",
    "format": "number"
  },
  "cashFlow": {
    "label": "Cash flow",
    "format": "number"
  },
  "grossRevenue": {
    "label": "Gross revenue",
    "format": "number"
  },
  "ebitda": {
    "label": "EBITDA",
    "format": "number"
  },
  "establishedYear": {
    "label": "Established",
    "format": "number"
  },
  "employees": {
    "label": "Employees",
    "format": "text"
  },
  "brokerName": {
    "label": "Broker",
    "format": "text"
  },
  "brokerPhone": {
    "label": "Broker phone",
    "format": "text"
  },
  "brokerageName": {
    "label": "Brokerage",
    "format": "text"
  },
  "datePosted": {
    "label": "Posted",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

This example demonstrates how to use [BizBuySell $1.5💰 URL Search | Keyword Filtering | Rich Output](https://apify.com/abotapi/bizbuysell-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/bizbuysell-scraper) to learn more, explore other use cases, and run it yourself.