# Find Liquor Store Businesses for Sale in Texas

**Use case:** 

Identify and track liquor store businesses currently on the market in Texas for strategic acquisition or competitive analysis. Collect critical financial data t

## Input

```json
{
  "searchUrl": "https://www.bizbuysell.com/liquor-stores-for-sale/texas/",
  "maxItems": 60,
  "enrichDetails": true
}
```

## Output

```json
{
  "title": {
    "label": "Business Title",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "askingPrice": {
    "label": "Asking Price",
    "format": "text"
  },
  "askingPriceNumeric": {
    "label": "Price (numeric)",
    "format": "number"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  }
}
```

## About this Actor

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