# Retail Store Listings for Sale in New York

**Use case:** 

Browse retail store listings for sale in New York with seller contacts.

## Input

```json
{
  "maxListings": 10,
  "withDetails": true,
  "startUrl": "",
  "query": "retail",
  "category": "retail",
  "state": "new-york-ny",
  "minPrice": 10000,
  "maxPrice": 500000,
  "financingAvailableOnly": false,
  "realEstateIncludedOnly": false,
  "priceReducedOnly": false,
  "recentlyAddedOnly": false
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "headline": {
    "label": "Seller Headline",
    "format": "text"
  },
  "askingPrice": {
    "label": "Asking Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "brokerName": {
    "label": "Broker / Seller",
    "format": "text"
  },
  "brokerCompany": {
    "label": "Broker Company",
    "format": "text"
  },
  "brokerPhone": {
    "label": "Phone",
    "format": "text"
  },
  "brokerPhoneAlt": {
    "label": "Alt Phone",
    "format": "text"
  },
  "brokerEmail": {
    "label": "Email",
    "format": "text"
  },
  "brokerProfileUrl": {
    "label": "Broker Profile",
    "format": "link"
  },
  "ebitda": {
    "label": "EBITDA",
    "format": "number"
  },
  "cashFlow": {
    "label": "Cash Flow",
    "format": "number"
  },
  "financingAvailable": {
    "label": "Financing Available",
    "format": "boolean"
  },
  "realEstateIncluded": {
    "label": "Real Estate Included",
    "format": "boolean"
  },
  "priceReduced": {
    "label": "Price Reduced",
    "format": "boolean"
  },
  "recentlyAdded": {
    "label": "Recently Added",
    "format": "boolean"
  },
  "featured": {
    "label": "Featured",
    "format": "boolean"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "stateName": {
    "label": "State Name",
    "format": "text"
  },
  "county": {
    "label": "County",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "listingId": {
    "label": "Listing ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## 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.