# Track CommonFloor Rental Yield Trends in India

**Use case:** 

Scrape CommonFloor rent listings across Indian metros: monthly rent, deposit, carpet/super area, BHK, locality, coordinates, and amenities. Compute per-locality

## Input

```json
{
  "searchMode": "rent",
  "city": "Bangalore",
  "localities": [
    "Koramangala",
    "HSR Layout"
  ],
  "bhk": [
    "2"
  ],
  "propertyType": [],
  "furnishing": [],
  "availability": "any",
  "tenantType": [],
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price_inr": {
    "label": "Price (INR)",
    "format": "number"
  },
  "bhk": {
    "label": "BHK",
    "format": "text"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "carpet_area_sqft": {
    "label": "Carpet Area (sq ft)",
    "format": "number"
  },
  "super_area_sqft": {
    "label": "Super Area (sq ft)",
    "format": "number"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "project_name": {
    "label": "Project",
    "format": "text"
  },
  "searchMode": {
    "label": "Mode",
    "format": "text"
  },
  "furnishing": {
    "label": "Furnishing",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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