# Scrape NoBroker Rentals Without Broker Fees

**Use case:** 

Scrape owner-direct NoBroker.in rentals with zero brokerage: rent, BHK, locality, area, furnishing, and tenant type. Filter to verified-owner listings across Ti

## Input

```json
{
  "searchMode": "rent",
  "city": "Bangalore",
  "localities": [],
  "bhk": [],
  "propertyType": [],
  "furnishing": [],
  "tenantType": [],
  "ownerOnly": true,
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "searchMode": {
    "label": "Mode",
    "format": "text"
  },
  "propertyType": {
    "label": "Type",
    "format": "text"
  },
  "bhk": {
    "label": "BHK",
    "format": "number"
  },
  "price_inr": {
    "label": "Price (INR)",
    "format": "number"
  },
  "deposit_inr": {
    "label": "Deposit (INR)",
    "format": "number"
  },
  "carpet_area_sqft": {
    "label": "Area (sqft)",
    "format": "number"
  },
  "furnishing": {
    "label": "Furnishing",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "listed_by": {
    "label": "Listed By",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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