# Export Miami Retail Properties for Sale

**Use case:** 

Find Miami retail properties for sale and export pricing, size, cap-rate context, source links, and broker information when public.

## Input

```json
{
  "city": "Miami",
  "state": "FL",
  "assetClasses": [
    "retail"
  ],
  "sourcesEnabled": [
    "loopnet",
    "crexi"
  ],
  "transactionTypes": [
    "sale"
  ],
  "maxResultsPerSource": 100,
  "includeListingDetails": false,
  "startUrls": [],
  "outputSortBy": "asking_amount_asc",
  "deduplicate": true,
  "normalizeCapRate": true,
  "monitoringMode": false,
  "maxRequestRetries": 5,
  "crexiCookies": "***",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "transaction_type": {
    "label": "Transaction type",
    "format": "string"
  },
  "asset_class": {
    "label": "Asset class",
    "format": "string"
  },
  "asking_price_or_rent": {
    "label": "Price / rent",
    "format": "string"
  },
  "asking_amount_usd": {
    "label": "Amount USD",
    "format": "number"
  },
  "noi": {
    "label": "NOI",
    "format": "string"
  },
  "cap_rate": {
    "label": "Cap rate",
    "format": "string"
  },
  "price_per_sqft": {
    "label": "Price per sqft",
    "format": "string"
  },
  "price_per_unit": {
    "label": "Price per unit",
    "format": "string"
  },
  "rent_per_sqft_per_year": {
    "label": "Rent per sqft per year",
    "format": "string"
  },
  "estimated_annual_rent": {
    "label": "Estimated annual rent",
    "format": "string"
  },
  "estimated_monthly_rent": {
    "label": "Estimated monthly rent",
    "format": "string"
  },
  "building_size_sqft": {
    "label": "Building sqft",
    "format": "number"
  },
  "total_available_sqft": {
    "label": "Available sqft",
    "format": "number"
  },
  "lot_size_sqft": {
    "label": "Lot sqft",
    "format": "number"
  },
  "lot_size_acres": {
    "label": "Lot acres",
    "format": "number"
  },
  "units": {
    "label": "Units",
    "format": "number"
  },
  "year_built": {
    "label": "Year built",
    "format": "number"
  },
  "days_on_market": {
    "label": "Days on market",
    "format": "number"
  },
  "listing_url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LoopNet + Crexi Scraper · CRE Listings · CoStar Alternative](https://apify.com/kazkn/commercial-real-estate-brokerage-intel) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kazkn/commercial-real-estate-brokerage-intel) to learn more, explore other use cases, and run it yourself.