# Brooklyn PropertyShark Commercial Property Transactions

**Use case:** 

Extract PropertyShark Commercial Property Transactions data filtered by brooklyn. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "city": "brooklyn",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "address": {
    "label": "Address",
    "format": "text"
  },
  "propertyUrl": {
    "label": "Property Url",
    "format": "link"
  },
  "salePrice": {
    "label": "Sale Price",
    "format": "number"
  },
  "saleDate": {
    "label": "Sale Date",
    "format": "date"
  },
  "propertyClass": {
    "label": "Property Class",
    "format": "text"
  },
  "propertyType": {
    "label": "Property Type",
    "format": "text"
  },
  "buildingSqft": {
    "label": "Building Sqft",
    "format": "number"
  },
  "lotSqft": {
    "label": "Lot Sqft",
    "format": "number"
  },
  "lotDimensions": {
    "label": "Lot Dimensions",
    "format": "text"
  },
  "stories": {
    "label": "Stories",
    "format": "number"
  },
  "yearBuilt": {
    "label": "Year Built",
    "format": "number"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "borough": {
    "label": "Borough",
    "format": "text"
  },
  "latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "propId": {
    "label": "Prop Id",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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