# Scrape 99acres India Real Estate Listings

**Use case:** 

Pull 99acres property listings for buy, rent, PG or commercial: price, BHK, area, locality, RERA ID, amenities, photos and coordinates. Build India proptech dat

## Input

```json
{
  "searchMode": "buy",
  "city": "Bangalore",
  "localities": [],
  "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.