# Crexi Multifamily Investment Properties Scraper

**Use case:** 

Extract multifamily and apartment investment listings on Crexi with price, units, cap rate and broker contact.

## Input

```json
{
  "maxItems": 50,
  "withDetails": true,
  "types": [
    "Multifamily"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "askingPrice": {
    "label": "Asking Price",
    "format": "number"
  },
  "propertyTypes": {
    "label": "Types",
    "format": "array"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "squareFootage": {
    "label": "Sq Ft",
    "format": "number"
  },
  "lotSize": {
    "label": "Lot (acres)",
    "format": "number"
  },
  "capRate": {
    "label": "Cap Rate",
    "format": "text"
  },
  "yearBuilt": {
    "label": "Year Built",
    "format": "text"
  },
  "apn": {
    "label": "APN",
    "format": "text"
  },
  "brokerageName": {
    "label": "Brokerage",
    "format": "text"
  },
  "brokers": {
    "label": "Brokers",
    "format": "array"
  },
  "marketingDescription": {
    "label": "Description",
    "format": "text"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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