# Build a Rental Market Database from MagicBricks

**Use case:** 

Returns price, BHK, carpet area, floor, furnishing, RERA ID, developer, GPS, and 25+ fields per listing. Build a per-locality rental benchmark database, compute

## Input

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

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "searchMode": {
    "label": "Mode",
    "format": "text"
  },
  "bhk": {
    "label": "BHK",
    "format": "number"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "price_inr": {
    "label": "Price (INR)",
    "format": "number"
  },
  "carpet_area_sqft": {
    "label": "Carpet (sqft)",
    "format": "number"
  },
  "furnishing": {
    "label": "Furnishing",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "project_name": {
    "label": "Project",
    "format": "text"
  },
  "developer": {
    "label": "Developer",
    "format": "text"
  },
  "rera_id": {
    "label": "RERA ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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