# Bronx NYC Property Sales | DOF Rolling Sales Data

**Use case:** 

Extract NYC Property Sales | DOF Rolling Sales Data data filtered by Bronx. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "borough": "2"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image url"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "block": {
    "label": "Block",
    "format": "text"
  },
  "borough": {
    "label": "Borough",
    "format": "text"
  },
  "neighborhood": {
    "label": "Neighborhood",
    "format": "text"
  },
  "building_class_category": {
    "label": "Building Class Cat",
    "format": "text"
  },
  "tax_class_at_present": {
    "label": "Tax Class",
    "format": "text"
  },
  "lot": {
    "label": "Lot",
    "format": "text"
  },
  "building_class_at_present": {
    "label": "Building Class",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "text"
  },
  "apartment_number": {
    "label": "Apt #",
    "format": "text"
  },
  "zip_code": {
    "label": "ZIP",
    "format": "text"
  },
  "residential_units": {
    "label": "Res Units",
    "format": "number"
  },
  "commercial_units": {
    "label": "Com Units",
    "format": "number"
  },
  "total_units": {
    "label": "Total Units",
    "format": "number"
  },
  "land_square_feet": {
    "label": "Land SqFt",
    "format": "number"
  },
  "gross_square_feet": {
    "label": "Gross SqFt",
    "format": "number"
  },
  "year_built": {
    "label": "Year Built",
    "format": "number"
  },
  "tax_class_at_time_of_sale": {
    "label": "Tax Class @ Sale",
    "format": "text"
  },
  "building_class_at_time_of_sale": {
    "label": "Bldg Class @ Sale",
    "format": "text"
  },
  "sale_price": {
    "label": "Sale Price",
    "format": "number"
  },
  "sale_date": {
    "label": "Sale Date",
    "format": "date"
  },
  "sourceUrl": {
    "label": "🌐 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [NYC Property Sales Scraper | DOF Rolling Sales Data](https://apify.com/parseforge/nyc-property-sales-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nyc-property-sales-scraper) to learn more, explore other use cases, and run it yourself.