# Commercial Property Listings from Crexi

**Use case:** 

Extract up to 200 property listings from Crexi. Get detailed information including prices, addresses, features, and images for market analysis.

## Input

```json
{
  "startUrl": "https://www.crexi.com/properties?pageSize=60&placeIds%5B%5D=ChIJqaUj8fBLzEwRZ5UY3sHGz90&mapZoom=6",
  "results_wanted": 200,
  "max_pages": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "price_text": {
    "label": "Price",
    "format": "text"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "metric_line": {
    "label": "Metrics",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "image_url": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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