# 99.co Property Listings Scraper 🏠 (`easyapi/99-co-property-listings-scraper`) Actor

Extract detailed property listings from 99.co Singapore with comprehensive data including prices, locations, amenities, and agent information. Perfect for real estate analysis, market research, and property investment decisions. 🏠

- **URL**: https://apify.com/easyapi/99-co-property-listings-scraper.md
- **Developed by:** [EasyApi](https://apify.com/easyapi) (community)
- **Categories:** Real estate, Lead generation, Other
- **Stats:** 34 total users, 0 monthly users, 100.0% runs succeeded, 3 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.99 / 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.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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 Property Listings Scraper 🏠

Extract comprehensive property listing data from 99.co Singapore's real estate platform. This powerful scraper provides detailed information about properties, including prices, locations, specifications, and agent details.

### Features ✨

- Extract property listings with complete details including prices, PSF, floor area, and more
- Get high-quality property photos and listing URLs
- Collect detailed agent information including contact details
- Access property highlights and mortgage estimates
- Retrieve nearest MRT station information with walking distances
- Support for multiple search URLs and pagination handling
- Built-in proxy support for reliable data collection

### Output Data 📊

The scraper extracts detailed property information including:

- Property specifications (bedrooms, bathrooms, floor area)
- Pricing details (asking price, price per square foot)
- Location information and nearest MRT stations
- Property photos and listing URLs
- Agent details and contact information
- Property highlights and additional features
- Lease type and property age
- Mortgage estimates


#### Input Example
  
A full explanation of an input example in JSON.  
```json
{
    "searchUrls": [
        "https://www.99.co/singapore/sale?autocom=false&name=Singapore&query_coords=1.354883%2C103.817413&query_ids=singapore&query_type=city&show_nearby=true&zoom=11"
    ],
    "maxItems": 40
}
````

#### Output sample

The results will be wrapped into a dataset which you can always find in the **Storage** tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

```json
[
    {
        "searchUrl": "https://www.99.co/singapore/sale?autocom=false&name=Singapore&query_coords=1.354883%2C103.817413&query_ids=singapore&query_type=city&show_nearby=true&zoom=11",
        "tags": null,
        "price_tags": null,
        "flags": {
            "user_seen": false,
            "user_shortlisted": false
        },
        "photo_urls": [
            "https://pic2.99.co/v3/Y2d6MAXgSCSLGrcGEGx6yP?text=Jas+Ng&sampling=lanczos&version=1&height=600&width=800&mode=fill&quality=80&convert_if_png=true&signature=a9d33580136f46194947c12b38301d1ea920f822",
            "https://pic2.99.co/v3/CFK67c5j6QRn8mCQ6mRU9N?text=Jas+Ng&sampling=lanczos&version=1&height=600&width=800&mode=fill&quality=80&convert_if_png=true&signature=4d183fc3e7b93fe7020820e8dd4021a48a87e5a4",
            "https://pic2.99.co/v3/V5Bjrxyjki8uxe5kqX2WQn?text=Jas+Ng&sampling=lanczos&version=1&height=600&width=800&mode=fill&quality=80&convert_if_png=true&signature=bd733ce9732ddc85ebe3c2caf09547318eb5a580",
            "https://pic2.99.co/v3/Y5Pyc9frkM7aax7oARHQoG?text=Jas+Ng&sampling=lanczos&version=1&height=600&width=800&mode=fill&quality=80&convert_if_png=true&signature=af778df110674a9fd2adae34081baa265998c370",
            "https://pic2.99.co/v3/GY6goNrsorTNdsZucbRp9U?text=Jas+Ng&sampling=lanczos&version=1&height=600&width=800&mode=fill&quality=80&convert_if_png=true&signature=c827ec95b613aaac37168b95d9d2305f34330a94",
            "https://pic2.99.co/v3/nAanmQ7JDhhFR6TUBdSiBK?text=Jas+Ng&sampling=lanczos&version=1&height=600&width=800&mode=fill&quality=80&convert_if_png=true&signature=693291ce31b7152b6f3fb20a70f5741f026b7335",
            "https://pic2.99.co/v3/VZiuJXypFDJKFhL7F4h374?text=Jas+Ng&sampling=lanczos&version=1&height=600&width=800&mode=fill&quality=80&convert_if_png=true&signature=878d019db618d329b31fde7a261d361dcb2e0abe",
            "https://pic2.99.co/v3/bEeX5tAteEhkqyHCzEHKUE?text=Jas+Ng&sampling=lanczos&version=1&height=600&width=800&mode=fill&quality=80&convert_if_png=true&signature=850554a481dbd1ffa544f8d9e9c7f08e87f1c2f4",
            "https://pic2.99.co/v3/BRMkqwx88Vro2kxxyYCcUM?text=Jas+Ng&sampling=lanczos&version=1&height=600&width=800&mode=fill&quality=80&convert_if_png=true&signature=002b29442b7d31e0d473bcdcc6d0ed809c2ee0c9",
            "https://pic2.99.co/v3/AuQZ9NcLkXvvYjV8SRwQea?text=Jas+Ng&sampling=lanczos&version=1&height=600&width=800&mode=fill&quality=80&convert_if_png=true&signature=7f959a7ea7ed6b0324fa33732434b584a7b896e1",
            "https://pic2.99.co/v3/fBBrGd5yuADSBqKgz4yfxE?text=Jas+Ng&sampling=lanczos&version=1&height=600&width=800&mode=fill&quality=80&convert_if_png=true&signature=6e540539a74c857cbbd49fa0b23b565c909aafc5",
            "https://pic2.99.co/v3/Dvz95XQ9DC2CPAqpzuTjtT?text=Jas+Ng&sampling=lanczos&version=1&height=600&width=800&mode=fill&quality=80&convert_if_png=true&signature=bfe1a277cfb98dcb960103720fe60e04d1021714",
            "https://pic2.99.co/v3/P26MA382qKg67tavf7Xc3f?text=Jas+Ng&sampling=lanczos&version=1&height=600&width=800&mode=fill&quality=80&convert_if_png=true&signature=edc06cb1bdc33393dd258e710175667c1e484818",
            "https://pic2.99.co/v3/hTeLoNCqUSUQxuStmG5x9U?text=Jas+Ng&sampling=lanczos&version=1&height=600&width=800&mode=fill&quality=80&convert_if_png=true&signature=1c95e16ab659b1b01caee7026f42bf76634aed22",
            "https://pic2.99.co/v3/AVbAwnbqW5iVsVK6sc2tge?text=Jas+Ng&sampling=lanczos&version=1&height=600&width=800&mode=fill&quality=80&convert_if_png=true&signature=32024c5f2616c504f53eaf45057d9209ef33b5c7"
        ],
        "attributes": {
            "listing_id": "hMmGdR2A4B7jVuzBTCm5jj",
            "main_category": "condo",
            "price": {
                "value": 1670000,
                "unit": "S$",
                "formatted_string": "S$ 1,670,000"
            },
            "psf": {
                "value": "S$ 2,155",
                "unit": "psf",
                "formatted_string": "S$ 2,155 psf"
            },
            "beds": {
                "value": "2",
                "unit": "Beds",
                "formatted_string": "2 Beds"
            },
            "bathrooms": {
                "value": 2,
                "unit": "Baths",
                "formatted_string": "2 Baths"
            },
            "floorarea_sqft": {
                "value": 775,
                "unit": "sqft",
                "formatted_string": "775 sqft"
            },
            "buildup_sqft": null,
            "landarea_sqft": null,
            "top": "1970",
            "furnishing": null,
            "lease_type": "99 yrs",
            "photo_counts": 15,
            "floor_plan_count": 0,
            "video_count": 0,
            "listing_status": "must_see",
            "posted_at_formatted": "12m",
            "posted_at": 1743485580600603,
            "formatted_address": "371 Beach Road 199597",
            "highlights": null,
            "est_mortgage_formatted": "Est. Mortgage S$ 5,979/mo"
        },
        "listing_title": "2 Bed Apartment (Condo) for Sale in City Gate",
        "listing_title_formatted": [
            {
                "text": "2 Bed Apartment (Condo) for Sale in ",
                "font_weight": "medium",
                "url": null
            },
            {
                "text": "City Gate",
                "font_weight": "extra_bold",
                "url": null
            }
        ],
        "commute_nearest_mrt": {
            "name": "Nicoll Highway MRT",
            "mrt_tags": [
                {
                    "text": "CC 5",
                    "color": "#FFAA31"
                }
            ],
            "duration": {
                "value": 4,
                "unit": "mins",
                "formatted_string": "4 mins"
            },
            "distance": {
                "value": 267,
                "unit": "m",
                "formatted_string": "267m"
            },
            "commute_type": "walk",
            "url": "/singapore/mrt-stations/nicoll-highway-mrt"
        },
        "agent": {
            "name": "Jas Ng",
            "photo_url": "https://pic2.99.co/v3/LPsfnSLDquLqCjktzUPP6H?sampling=lanczos&version=1&height=120&width=120&mode=fill&quality=70&signature=384a39108164f947eaba1aaca5ba28aa53a1fe39",
            "is_recommended": false,
            "phone": "+6586660118",
            "id": "zdxRuVfwyPrbiwDLT73PfP",
            "is_premium": true,
            "whatsapp": "+6586660118",
            "listing_posted_at_formatted": "Listed 12 minutes ago by"
        },
        "enquiry_options": [
            {
                "whatsapp_option": "Hey Jas Ng! I saw your listing on 99.co and would like to check the availability for City Gate, 371 Beach Road (For SALE S$ 1,670,000 - 2 Bedrooms, 775 sqft, $2,155 psf).\n\nPlease acknowledge. Thank you! https://www.99.co/singapore/sale/property/city-gate-condo-hMmGdR2A4B7jVuzBTCm5jj"
            }
        ],
        "enquiry_flags": {
            "is_call_allowed": true,
            "is_regular_enquiry_allowed": true,
            "is_whatsapp_enquiry_allowed": true
        },
        "listing_url": "/singapore/sale/property/city-gate-condo-hMmGdR2A4B7jVuzBTCm5jj"
    },
    ...
]
```

### Related Actors 🔗

- 🏠 [PropertyFinder Agent Scraper](https://apify.com/easyapi/propertyfinder-agent-scraper) - Extract real estate agent profiles from PropertyFinder.ae
- 🏠 [Realtor.com Agent Scraper](https://apify.com/easyapi/realtor-com-agent-scraper) - Scrape detailed agent profiles from Realtor.com
- 🏠 [Housing.com Scraper](https://apify.com/easyapi/housing-com-scraper) - Extract property listings from Housing.com
- 🏠 [Land.com Listing Scraper](https://apify.com/easyapi/land-com-listing-scraper) - Scrape property listings from Land.com
- 🏠 [VRBO Property Listing Scraper](https://apify.com/easyapi/vrbo-property-listing-scraper) - Extract vacation rental listings from VRBO
- 🏠 [Realtor.com Scraper](https://apify.com/easyapi/realtor-com-scraper) - Scrape real estate listings from Realtor.com
- 🏠 [Rightmove Property Search Scraper](https://apify.com/easyapi/rightmove-property-search-scraper) - Extract property listings from Rightmove
- 🏠 [Funda.nl Scraper](https://apify.com/easyapi/funda-nl-scraper) - Scrape property listings from Funda.nl
- 🏠 [Trulia Property Scraper](https://apify.com/easyapi/trulia-property-scraper) - Extract property listings from Trulia.com
- 🏨 [Hotels.com Scraper](https://apify.com/easyapi/hotels-com-scraper) - Scrape detailed hotel listings from Hotels.com
- 🏨 [Booking Search Scraper](https://apify.com/easyapi/booking-search-scraper) - Extract hotel information from Booking.com
- 🏨 [TripAdvisor Hotels Scraper](https://apify.com/easyapi/tripadvisor-hotels-scraper) - Scrape hotel listings from TripAdvisor
- 🏨 [Hostelworld Scraper](https://apify.com/easyapi/hostelworld-scraper) - Extract hostel information from Hostelworld.com
- 🏠 [99acres.com Scraper](https://apify.com/easyapi/99acres-com-scraper) - Scrape property listings from 99acres.com
- 🏠 [Bayut List Search Scraper](https://apify.com/easyapi/bayut-list-search-scraper) - Extract property listings from Bayut.com

# Actor input Schema

## `searchUrls` (type: `array`):

List of 99.co search result URLs to scrape

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

Maximum number of listings to scrape

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

Proxy settings for making requests

## Actor input object example

```json
{
  "searchUrls": [
    "https://www.99.co/singapore/sale?autocom=false&name=Singapore&query_coords=1.354883%2C103.817413&query_ids=singapore&query_type=city&show_nearby=true&zoom=11"
  ],
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# 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 = {};

// Run the Actor and wait for it to finish
const run = await client.actor("easyapi/99-co-property-listings-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 = {}

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

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

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

```

## CLI example

```bash
echo '{}' |
apify call easyapi/99-co-property-listings-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=easyapi/99-co-property-listings-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "99.co Property Listings Scraper 🏠",
        "description": "Extract detailed property listings from 99.co Singapore with comprehensive data including prices, locations, amenities, and agent information. Perfect for real estate analysis, market research, and property investment decisions. 🏠",
        "version": "0.0",
        "x-build-id": "ClhiXFjrguCLgw38X"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/easyapi~99-co-property-listings-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-easyapi-99-co-property-listings-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/easyapi~99-co-property-listings-scraper/runs": {
            "post": {
                "operationId": "runs-sync-easyapi-99-co-property-listings-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/easyapi~99-co-property-listings-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-easyapi-99-co-property-listings-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "searchUrls"
                ],
                "properties": {
                    "searchUrls": {
                        "title": "Search URLs",
                        "uniqueItems": true,
                        "type": "array",
                        "description": "List of 99.co search result URLs to scrape",
                        "default": [
                            "https://www.99.co/singapore/sale?autocom=false&name=Singapore&query_coords=1.354883%2C103.817413&query_ids=singapore&query_type=city&show_nearby=true&zoom=11"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxItems": {
                        "title": "Maximum Items",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of listings to scrape",
                        "default": 50
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings for making requests",
                        "default": {
                            "useApifyProxy": false
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
