# Scrape Hotel & Motel Properties for Sale in Northeast US

**Use case:** 

Extract listings for hotel and motel properties in New York, Massachusetts, and Pennsylvania, including key financial metrics and images. This information is in

## Input

```json
{
  "maxProperties": 800,
  "scrapeDetails": true,
  "propertyTypes": [
    "Hospitality"
  ],
  "locations": [
    "NY",
    "MA",
    "PA"
  ],
  "minPrice": 750000,
  "runTimeoutSecs": 240,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Property Name",
    "format": "text"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "square_footage": {
    "label": "Square Feet",
    "format": "text"
  },
  "property_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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