# Rumah123 Scraper - Listings, Prices & Agent Data

**Use case:** 

Scrape Rumah123 property listings by location, filters, or URL. Get prices, specs, GPS, agent contacts, galleries, instalments, and 50+ fields.

## Input

```json
{
  "mode": "search",
  "locations": [
    "dki-jakarta"
  ],
  "listingType": "sale",
  "propertyType": "residential",
  "sortBy": "recommended",
  "furnishing": "any",
  "urls": [
    "https://www.rumah123.com/jual/bandung/rumah/"
  ],
  "fetchDetails": false,
  "maxPages": 1,
  "maxListings": 0,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "ID"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "listingType": {
    "label": "Type",
    "format": "text"
  },
  "propertyType": {
    "label": "Property",
    "format": "text"
  },
  "priceDisplay": {
    "label": "Price",
    "format": "text"
  },
  "bedrooms": {
    "label": "Beds",
    "format": "number"
  },
  "bathrooms": {
    "label": "Baths",
    "format": "number"
  },
  "landSize": {
    "label": "Land m2",
    "format": "number"
  },
  "buildingSize": {
    "label": "Building m2",
    "format": "number"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "district": {
    "label": "District",
    "format": "text"
  },
  "agentName": {
    "label": "Agent",
    "format": "text"
  },
  "agentPhone": {
    "label": "Phone",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Rumah123 Scraper $1💰 Listings, Prices & Agent Data](https://apify.com/abotapi/rumah123-indonesia-property-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/rumah123-indonesia-property-scraper) to learn more, explore other use cases, and run it yourself.