# Get Rent Comps & Average 1BR/2BR Rents by City

**Use case:** 

Pull average 1BR and 2BR rents plus nearby-area comps and total listings for any city on Rent.com — benchmark a rental market. No login.

## Input

```json
{
  "locations": [
    "Miami, FL",
    "Tampa, FL"
  ],
  "propertyTypes": [
    "apartments"
  ],
  "maxResultsPerSearch": 120,
  "maxResults": 200,
  "petFriendlyOnly": false,
  "availableNowOnly": false,
  "includeListingDetails": false,
  "includeMarketData": true,
  "enrichContactEmails": false,
  "maxPhotosPerListing": 30,
  "deduplicateListings": true,
  "monitorMode": false,
  "monitorStoreName": "rentcom-monitor",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "county": {
    "label": "County"
  },
  "totalListings": {
    "label": "# Listings"
  },
  "nearbyCities": {
    "label": "Nearby cities (avg rent)"
  },
  "nearbyNeighborhoods": {
    "label": "Neighborhoods (avg rent)"
  }
}
```

## About this Actor

This example demonstrates how to use [Rent.com Scraper - Apartments, Rentals & Property Leads](https://apify.com/scrapesage/rent-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/rent-com-scraper) to learn more, explore other use cases, and run it yourself.