# Convenience Stores for Sale | BizQuest Scraper

**Use case:** 

Collect convenience stores for sale from BizQuest with asking price, location, broker or seller contact, and key financials as structured JSON data.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "startUrl": "https://www.bizquest.com/convenience-stores-for-sale/",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "askingPrice": {
    "label": "Asking Price",
    "format": "integer"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "string"
  },
  "brokerName": {
    "label": "Broker / Seller",
    "format": "string"
  },
  "brokerCompany": {
    "label": "Broker Company",
    "format": "string"
  },
  "brokerPhone": {
    "label": "Phone",
    "format": "string"
  },
  "brokerEmail": {
    "label": "Email",
    "format": "string"
  },
  "brokerProfileUrl": {
    "label": "Broker Profile",
    "format": "string"
  },
  "ebitda": {
    "label": "EBITDA",
    "format": "number"
  },
  "cashFlow": {
    "label": "Cash Flow",
    "format": "number"
  },
  "realEstateIncluded": {
    "label": "Real Estate Included",
    "format": "boolean"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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