# Track NYC Commercial & Office Space Availability

**Use case:** 

Gather data on available commercial and office spaces in key business districts across Manhattan to assess market supply and demand. Businesses looking for new 

## Input

```json
{
  "startUrls": [
    {
      "url": "https://streeteasy.com/commercial/for-rent/manhattan"
    },
    {
      "url": "https://streeteasy.com/commercial/for-sale/manhattan"
    }
  ],
  "maxResults": 75,
  "detailedMode": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "integer"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "squareFeet": {
    "label": "Sq Ft",
    "format": "integer"
  },
  "propertyType": {
    "label": "Type",
    "format": "string"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "string"
  },
  "listingType": {
    "label": "Sale/Rental",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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