# Brooklyn & Queens Deed Transfers — LLC & Cash Buyers

**Use case:** 

Ready-to-run just-sold feed for Brooklyn and Queens agents and investors: 200 recent deeds with price, BBL, buyer and seller names, LLC and cash-sale flags.

## Input

```json
{
  "boroughs": [
    "3",
    "4"
  ],
  "docTypes": [
    "DEED"
  ],
  "lookbackDays": 90,
  "mode": "inventory",
  "maxResults": 200,
  "cashSaleToleranceDays": 45
}
```

## Output

```json
{
  "recorded_datetime": {
    "label": "Recorded date",
    "format": "string"
  },
  "borough": {
    "label": "Borough",
    "format": "string"
  },
  "bbl": {
    "label": "BBL",
    "format": "string"
  },
  "street_address": {
    "label": "Street address",
    "format": "string"
  },
  "price_usd": {
    "label": "Price (USD)",
    "format": "number"
  },
  "buyer_names": {
    "label": "Buyer names",
    "format": "array"
  },
  "seller_names": {
    "label": "Seller names",
    "format": "array"
  },
  "llc_buyer": {
    "label": "LLC buyer",
    "format": "boolean"
  },
  "out_of_state_buyer": {
    "label": "Out-of-state buyer",
    "format": "boolean"
  },
  "cash_sale": {
    "label": "Cash sale (heuristic)",
    "format": "boolean"
  },
  "document_id": {
    "label": "Document ID",
    "format": "string"
  },
  "source_url": {
    "label": "Source URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [NYC ACRIS Deed Transfer Intel - LLC, Cash & Out-of-State Buyers](https://apify.com/malonestar/acris-deed-transfer-intel) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/acris-deed-transfer-intel) to learn more, explore other use cases, and run it yourself.