# Scrape Restaurants for Sale in New York City

**Use case:** 

Extract a comprehensive list of restaurants currently for sale in New York City, including detailed property information. This data enables real estate agents a

## Input

```json
{
  "startUrls": [
    "https://www.bizquest.com/businesses-for-sale/"
  ],
  "keyword": "restaurant",
  "location": "New York, NY",
  "fetchDetails": false,
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "listingId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceLabel": {
    "label": "Price",
    "format": "text"
  },
  "askingPrice": {
    "label": "Price ($)",
    "format": "number"
  },
  "cashFlow": {
    "label": "Cash Flow",
    "format": "number"
  },
  "grossRevenue": {
    "label": "Revenue",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "listingType": {
    "label": "Type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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