# Scrape Pet-Friendly Apartments for Rent by City

**Use case:** 

Find pet-friendly Rent.com rentals with price, beds, baths, amenities, move-in deals and the leasing-office phone for any US city. No login.

## Input

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

## Output

```json
{
  "name": {
    "label": "Property"
  },
  "propertyType": {
    "label": "Type"
  },
  "price": {
    "label": "From $"
  },
  "priceText": {
    "label": "Price"
  },
  "bedText": {
    "label": "Beds"
  },
  "bathText": {
    "label": "Baths"
  },
  "squareFeetText": {
    "label": "Sqft"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "zip": {
    "label": "ZIP"
  },
  "phone": {
    "label": "Phone"
  },
  "propertyManagementCompany": {
    "label": "Mgmt company"
  },
  "unitsAvailableText": {
    "label": "Units"
  },
  "leadScore": {
    "label": "Lead score"
  },
  "url": {
    "label": "Rent.com URL"
  }
}
```

## 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.