get_evictions
Retrieve executed eviction records for NYC properties to assess tenant instability and cash-flow risk.
Instructions
Get marshal eviction execution records for a property address.
Returns evictions that were *executed* (marshal removed tenant), not just
filed. Covers residential and commercial evictions citywide from 2017.
BBL queries use a local indexed database for fast, exact lookups.
Address queries use the Socrata API for full 126K-row dataset coverage.
Use this to assess tenant instability and cash-flow risk. Many executed
evictions at a building may indicate distressed management, problematic
tenants, or an owner pushing out rent-stabilized tenants.
Provide either `address` OR `bbl` (not both).
Args:
address: Street address, e.g. "123 Main St, Brooklyn".
bbl: 10-digit NYC BBL. Queried directly via BBL index.
eviction_type: Filter by type: "Residential" or "Commercial".
since_year: Return only evictions from this year onward (2017–present).
limit: Max records to return (1–100, default 25).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | ||
| bbl | No | ||
| eviction_type | No | ||
| since_year | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||