# Build an India Property Research Pipeline w/ 99acres

**Use case:** 

Build a production India property-research pipeline from 99acres: rent/buy/PG/commercial with per-locality filters, price, area, BHK, RERA ID, amenities, and la

## Input

```json
{
  "searchMode": "rent",
  "city": "Bangalore",
  "localities": [
    "Koramangala"
  ],
  "bhk": [],
  "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": "number"
  },
  "property_type": {
    "label": "Type",
    "format": "text"
  },
  "carpet_area_sqft": {
    "label": "Carpet Area (sqft)",
    "format": "number"
  },
  "furnishing": {
    "label": "Furnishing",
    "format": "text"
  },
  "locality": {
    "label": "Locality",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "project_name": {
    "label": "Project",
    "format": "text"
  },
  "rera_id": {
    "label": "RERA ID",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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