# Scrape Condos for Sale in Marina Bay (D1)

**Use case:** 

Scrape condos for sale in Marina Bay (District 1), Singapore on 99.co: price, size, bedrooms, project and the listing agent's contact.

## Input

```json
{
  "searchUrls": [
    "https://www.99.co/singapore/sale/condos-apartments?query_ids=dtdistrict1&query_type=district"
  ],
  "listingType": "sale",
  "propertyType": "any",
  "sortBy": "relevance",
  "maxResults": 300,
  "monitoringMode": false,
  "includeAgentContacts": true,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SG"
  }
}
```

## Output

```json
{
  "listingTitle": {
    "label": "Title"
  },
  "listingType": {
    "label": "Type"
  },
  "mainCategory": {
    "label": "Category"
  },
  "price": {
    "label": "Price (S$)"
  },
  "pricePerSqft": {
    "label": "PSF"
  },
  "bedrooms": {
    "label": "Beds"
  },
  "bathrooms": {
    "label": "Baths"
  },
  "floorAreaSqft": {
    "label": "Area sqft"
  },
  "tenure": {
    "label": "Tenure"
  },
  "address": {
    "label": "Address"
  },
  "region": {
    "label": "Region"
  },
  "nearestMrtName": {
    "label": "Nearest MRT"
  },
  "mrtWalkMinutes": {
    "label": "MRT min"
  },
  "agentName": {
    "label": "Agent"
  },
  "agentPhone": {
    "label": "Agent phone"
  },
  "listingUrl": {
    "label": "URL"
  }
}
```

## About this Actor

This example demonstrates how to use [99.co Property Scraper — Singapore Listings & Agent Leads](https://apify.com/scrapesage/99-co-property-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/99-co-property-scraper) to learn more, explore other use cases, and run it yourself.