# Gas Station For Sale Ohio Scraper

**Use case:** 

Find gas station businesses for sale in Ohio: asking price, cash flow, revenue and broker contact for acquisition leads.

## Input

```json
{
  "maxBusinesses": 30,
  "keywords": [
    "gas station"
  ],
  "location": "Ohio",
  "fetchDetails": true
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "string"
  },
  "searchKeyword": {
    "label": "Search Keyword",
    "format": "string"
  },
  "askingPrice": {
    "label": "Asking Price",
    "format": "integer"
  },
  "cashFlow": {
    "label": "Cash Flow (SDE)",
    "format": "string"
  },
  "grossRevenue": {
    "label": "Gross Revenue",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "brokerName": {
    "label": "Broker",
    "format": "string"
  },
  "brokerCompany": {
    "label": "Brokerage",
    "format": "string"
  },
  "brokerPhone": {
    "label": "Broker Phone",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

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