# NoBroker India Real Estate Full Export

**Use case:** 

Full Export of NoBroker India Real Estate. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchUrls": [
    "https://www.nobroker.in/property/sale/bangalore/Whitefield_search-list?searchParam=W3sibGF0IjoxMi45NjkxOTE1LCJsb24iOjc3LjcyMDIxNCwicGxhY2VJZCI6IkNoSUpfdkx5bUF3VnJqc1JVUWlwM0wzVTlOWSIsInBsYWNlTmFtZSI6IldoaXRlZmllbGQifV0=",
    "https://www.nobroker.in/property/rent/bangalore/Whitefield_search-list?searchParam=W3sibGF0IjoxMi45NjkxOTE1LCJsb24iOjc3LjcyMDIxNCwicGxhY2VJZCI6IkNoSUpfdkx5bUF3VnJqc1JVUWlwM0wzVTlOWSIsInBsYWNlTmFtZSI6IldoaXRlZmllbGQifV0="
  ],
  "maxItems": 500
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "propertyTitle": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "price": {
    "label": "Price (INR)",
    "format": "number"
  },
  "formattedPrice": {
    "label": "Price",
    "format": "text"
  },
  "type": {
    "label": "Type"
  },
  "typeDesc": {
    "label": "Type",
    "format": "text"
  },
  "propertySize": {
    "label": "Sqft",
    "format": "number"
  },
  "bathroom": {
    "label": "Baths",
    "format": "number"
  },
  "buildingName": {
    "label": "Building",
    "format": "text"
  },
  "locality": {
    "label": "Locality"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "address": {
    "label": "Address"
  },
  "ownershipType": {
    "label": "Ownership type"
  },
  "propertyAge": {
    "label": "Property age"
  },
  "facing": {
    "label": "Facing"
  },
  "parking": {
    "label": "Parking"
  },
  "lift": {
    "label": "Lift"
  },
  "lat": {
    "label": "Lat"
  },
  "lng": {
    "label": "Lng"
  },
  "propertyCode": {
    "label": "Property code"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [NoBroker India Real Estate Scraper](https://apify.com/parseforge/nobroker-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nobroker-scraper) to learn more, explore other use cases, and run it yourself.