# 99.co Singapore Scraper (`rainminer/99-co-sg-scraper`) Actor

Extract property listings from 99.co Singapore — sale and rental condos, HDB, landed homes, and commercial listings. Export prices, addresses, bedrooms, floor area, districts, agent details, and photos to JSON or CSV via Apify with Singapore residential proxy.

- **URL**: https://apify.com/rainminer/99-co-sg-scraper.md
- **Developed by:** [rainminer](https://apify.com/rainminer) (community)
- **Categories:** E-commerce, Real estate, Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.37 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## 99.co Singapore Scraper

Extract property listings from [99.co Singapore](https://www.99.co/singapore/sale) — one of Singapore's largest property portals for condos, HDB flats, landed homes, rentals, and commercial listings. Provide a search URL and collect structured listing data without coding.

![99.co Singapore](https://www.99.co/assets/images/og-image.jpg)

### What does 99.co Singapore Scraper do?

The **99.co Singapore Scraper** crawls 99.co search result pages and exports structured property data for every listing in the results. It uses a real browser with Singapore residential proxies to pass Cloudflare protection, then reads listing details from the site's search API — fast and without separate detail-page visits for each card.

For each listing the Actor collects:

| Field | Description |
| --- | --- |
| id | Unique 99.co listing identifier |
| title | Listing headline or address |
| url | Direct link to the listing page |
| listingType | Sale, rent, commercial, or new launch |
| propertyType | Condo, HDB, landed, commercial, etc. |
| tenure | Freehold or leasehold |
| district | Singapore district name |
| districtCode | District code (e.g. D10) |
| region | CCR / RCR / OCR classification when available |
| projectName | Condo or development name |
| address | Street address |
| postalCode | Singapore postal code |
| latitude / longitude | GPS coordinates when available |
| price | Numeric asking price in SGD |
| priceText | Formatted price label |
| pricePsf / pricePsfText | Price per square foot |
| currency | Currency code (SGD) |
| bedrooms | Number of bedrooms |
| bathrooms | Number of bathrooms |
| floorAreaSqft | Floor area in square feet |
| landAreaSqft | Land area in square feet (landed homes) |
| completionYear | Year of completion |
| agentName | Listing agent name |
| agentCeaNo | Agent CEA registration number |
| agentPhone | Agent contact number |
| agency | Agency name |
| imageUrl | Primary listing photo |
| imageUrls | Full photo gallery |
| postedAt | Listing publish date |
| searchUrl | Source search URL |

### Why scrape 99.co?

- **Singapore market research** — Track SGD sale and rental prices across districts and property types.
- **Lead generation** — Collect listings with agent contacts, addresses, and listing URLs.
- **Portfolio monitoring** — Watch new listings on saved search URLs.
- **Location analysis** — Export districts, coordinates, and project names for GIS workflows.
- **Apify platform** — Schedule runs, export JSON/CSV/Excel, and integrate via API.

### How to use

1. Open the Actor in [Apify Console](https://console.apify.com/).
2. Paste one or more **99.co Singapore search URLs** into **Start URLs**.
3. Set **Maximum items** to control how many listings to collect per URL.
4. Keep **Residential Singapore proxy** enabled (required for Cloudflare).
5. Click **Start**. Results appear in the **Dataset** tab as JSON or CSV.

#### Example start URLs

```
https://www.99.co/singapore/sale
https://www.99.co/singapore/rent
https://www.99.co/singapore/sale/condos-apartments
https://www.99.co/singapore/sale/hdb
```

#### Pagination

The Actor paginates through search results automatically until it reaches **maxItems** or no more listings are available.

### Output example

```json
{
  "id": "12345678",
  "title": "2 Bed Condo for Sale in City Gate",
  "url": "https://www.99.co/singapore/listing/12345678",
  "listingType": "sale",
  "propertyType": "Condo",
  "tenure": "Freehold",
  "district": "Kallang / Whampoa",
  "districtCode": "D12",
  "region": "RCR",
  "projectName": "City Gate",
  "address": "371 Beach Road",
  "postalCode": "199597",
  "latitude": 1.3001,
  "longitude": 103.8625,
  "price": 1670000,
  "priceText": "S$ 1,670,000",
  "pricePsf": 2155,
  "pricePsfText": "S$ 2,155 psf",
  "currency": "SGD",
  "bedrooms": 2,
  "bathrooms": 2,
  "floorAreaSqft": 775,
  "landAreaSqft": null,
  "completionYear": 2016,
  "agentName": "Jane Tan",
  "agentCeaNo": "R012345A",
  "agentPhone": "+6591234567",
  "agency": "Example Realty",
  "imageUrl": "https://www.99.co/images/example.jpg",
  "imageUrls": ["https://www.99.co/images/example.jpg"],
  "postedAt": "2026-01-15",
  "searchUrl": "https://www.99.co/singapore/sale"
}
```

### Pricing

This Actor uses pay-per-event pricing — you are charged once per listing saved to the dataset. Platform usage (browser + residential proxy) is included in the event price for typical runs.

### Limitations

- Requires **Singapore residential proxy** — 99.co is protected by Cloudflare.
- Only **public** listing data is collected — no login or account credentials needed.
- Very large extracts should be split across multiple runs or narrower search URLs.

### Image Credit

Image credit: [99.co](https://www.99.co/)

# Actor input Schema

## `startUrls` (type: `array`):

99.co Singapore search URLs (sale, rent, HDB, condos, landed, commercial). Example: https://www.99.co/singapore/sale

## `maxItems` (type: `integer`):

Maximum number of listings to return per start URL.

## `proxyConfiguration` (type: `object`):

Residential Singapore proxy is required to access 99.co through Cloudflare protection.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.99.co/singapore/sale"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SG"
  }
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.99.co/singapore/sale"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "SG"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("rainminer/99-co-sg-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [{ "url": "https://www.99.co/singapore/sale" }],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "SG",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("rainminer/99-co-sg-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.99.co/singapore/sale"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "SG"
  }
}' |
apify call rainminer/99-co-sg-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,rainminer/99-co-sg-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/3m7LliX75ZtCTcIT1/builds/ZSKvJd5mCTuldk36L/openapi.json
