# Scrape Trovit apartment rentals

**Use case:** 

Export Trovit Homes apartment rentals with rent, city, and links for rental demand tracking and lead lists.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://homes.trovit.com/for-rent-apartment"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "propertyType": {
    "label": "Property type"
  },
  "priceText": {
    "label": "Price text"
  },
  "location": {
    "label": "Location"
  },
  "bedrooms": {
    "label": "Bedrooms"
  },
  "bathrooms": {
    "label": "Bathrooms"
  },
  "sizeSqFt": {
    "label": "Size sq ft"
  },
  "updatedText": {
    "label": "Updated text"
  },
  "clickUrl": {
    "label": "Click url"
  }
}
```

## About this Actor

This example demonstrates how to use [Trovit Homes Property Listings Scraper](https://apify.com/rainminer/trovit-homes-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/trovit-homes-scraper) to learn more, explore other use cases, and run it yourself.