## zillow/building

`GET /v1/zillow/building`

Building details and unit-level rents, beds, area, required fees and availability dates. Records can include future availability; base rent and mandatory fees remain separate.

*Zillow building and units*

| Parameter | Required | Description |
| --- | --- | --- |
| `url` | yes | Zillow apartment-building page URL. — e.g. `https://www.zillow.com/apartments/austin-tx/alexan-st.-elmo/C8gzfc/` |
| `dry_run` | no | Read a zero-credit estimate without fetching sources, running AI, or reserving credits. Cache status is a snapshot, not a guarantee at execution. — e.g. `1` |

**Cost:** 1 credit at list price per successful uncached response; variable-cost operations may quote or settle a different charge. Confirmed uncharged or refunded failures report zero. Pending reconciliation can report credits_used:null; retain request_id and the original idempotency key.

```bash
curl "https://www.monocrawl.com/v1/zillow/building?url=https%3A%2F%2Fwww.zillow.com%2Fapartments%2Faustin-tx%2Falexan-st.-elmo%2FC8gzfc%2F" \
  -H "x-api-key: mn_your_key_here"
```
