# Rent Comps by Zip — Median Rent & $/Bed by Zip Code

**Use case:** 

Pull rental comps for any US zip: rent range, beds, $/bed, median rent & rent-distribution KPIs per zip. Underwriting-ready. Export CSV/JSON, no API key.

## Input

```json
{
  "searchMode": "byZip",
  "maxResults": 25,
  "location": "Brooklyn, NY",
  "zip": "78704",
  "latitude": 40.7481,
  "longitude": -73.9886,
  "radius": 5,
  "url": "https://www.apartments.com/new-york-ny/",
  "includeEnrichment": false,
  "includeReviews": false,
  "includeFees": false
}
```

## Output

```json
{
  "media": {
    "label": "Photo",
    "format": "image"
  },
  "listingTitle": {
    "label": "Listing title"
  },
  "address": {
    "label": "Address"
  },
  "pricing": {
    "label": "Pricing"
  },
  "specs": {
    "label": "Specs"
  },
  "market": {
    "label": "Market"
  }
}
```

## About this Actor

This example demonstrates how to use [Apartments.com API & Scraper — US Rentals + Walk Score](https://apify.com/sian.agency/apartments-com-property-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sian.agency/apartments-com-property-scraper) to learn more, explore other use cases, and run it yourself.