# United States CommercialCafe Commercial Real Estate

**Use case:** 

Standard Export of CommercialCafe Commercial Real Estate for United States. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.commercialcafe.com/commercial-real-estate/us/ny/new-york/"
    }
  ],
  "maxItems": 100,
  "country": "us",
  "propertyType": "all",
  "listingType": "all",
  "fetchDetails": true,
  "useResidentialProxy": true,
  "proxyCountry": "US"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "listingType": {
    "label": "Listing Type",
    "format": "text"
  },
  "askingPrice": {
    "label": "Asking Price",
    "format": "number"
  },
  "askingRent": {
    "label": "Asking Rent",
    "format": "text"
  },
  "buildingSize": {
    "label": "Building Size (sqft)",
    "format": "number"
  },
  "availableSpace": {
    "label": "Available Space",
    "format": "text"
  },
  "yearBuilt": {
    "label": "Year Built",
    "format": "number"
  },
  "buildingClass": {
    "label": "Class",
    "format": "text"
  },
  "stories": {
    "label": "Stories",
    "format": "number"
  },
  "parking": {
    "label": "Parking",
    "format": "text"
  },
  "brokerName": {
    "label": "Broker",
    "format": "text"
  },
  "brokerCompany": {
    "label": "Brokerage",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "datetime"
  }
}
```

## About this Actor

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