# Listings Data from BusinessesForSale

**Use case:** 

Retrieve comprehensive data on hotels for sale, including price, location, revenue, and more. Perfect for market analysis and investment insights.

## Input

```json
{
  "startUrl": "https://www.businessesforsale.com/search/hotels-for-sale",
  "keyword": "Gas Station",
  "location": "United States",
  "results_wanted": 200,
  "max_pages": 5,
  "collectDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "asking_price": {
    "label": "Asking Price",
    "format": "text"
  },
  "sales_revenue": {
    "label": "Sales Revenue",
    "format": "text"
  },
  "revenue": {
    "label": "Revenue",
    "format": "text"
  },
  "cash_flow": {
    "label": "Cash Flow",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  },
  "source_url": {
    "label": "Source",
    "format": "link"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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