# Office Space 🏢 Showcase Commercial Real Estate

**Use case:** 

Extract 🏢 Showcase Commercial Real Estate data filtered by Office Space. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "stateCode": "ga",
  "city": "atlanta",
  "propertyType": "office-space",
  "transaction": "for-sale",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "Id"
  },
  "listingType": {
    "label": "Listing type"
  },
  "propertyType": {
    "label": "Property type"
  },
  "price": {
    "label": "💰 Price",
    "format": "text"
  },
  "address": {
    "label": "📍 Address",
    "format": "text"
  },
  "details": {
    "label": "Details"
  },
  "longitude": {
    "label": "Longitude"
  },
  "latitude": {
    "label": "Latitude"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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