# realestate.com.au Scraper (`unfenced-group/realestate-au-scraper`) Actor

Scrape Australia's #1 property portal: 1.2M+ listings. Buy, rent & sold data with prices, addresses, beds/baths, photos & agency info. No proxy needed.

- **URL**: https://apify.com/unfenced-group/realestate-au-scraper.md
- **Developed by:** [Unfenced Group](https://apify.com/unfenced-group) (community)
- **Categories:** Real estate
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.68 / 1,000 results

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

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

## realestate.com.au Scraper

![realestate-au-scraper](https://api.apify.com/v2/key-value-stores/lJlifu6C8YQfZMPKE/records/realestate-au-scraper)


Extract property listings from **realestate.com.au** — Australia's largest real estate portal with over 1.2 million active listings. Scrape for-sale, rental, and recently-sold listings across all of Australia with prices, addresses, property features, photos, and agency information.

### Features

- **Full Australia coverage** — scrape any suburb, city, state, or all of Australia in a single run
- **Three listing types** — for sale (buy), for rent, and recently sold
- **Rich property data** — price, full address, bedrooms, bathrooms, parking, building size, land size
- **Media** — main photo and up to 20 listing images per property, floorplan URL
- **Agency & agent info** — agency name, agent names and profile photos
- **Inspection & auction times** — structured datetime data for open homes and auctions
- **Advanced filters** — property type, price range, bedrooms, bathrooms, keywords
- **Deduplication** — cross-location deduplication prevents duplicate results
- **Fast & efficient** — no browser or proxy required; runs at ~1,000 properties/minute

### Input Parameters

| Parameter | Type | Description | Default |
|-----------|------|-------------|---------|
| `location` | String | Suburb, city, state, or `Australia` for nationwide scrape | `Australia` |
| `transaction` | Select | `buy`, `rent`, or `sold` | `buy` |
| `propertyTypes` | Array | Filter by type: `house`, `unit apartment`, `townhouse`, `villa`, `land`, `acreage` | All |
| `minPrice` | Integer | Minimum price in AUD (0 = disabled) | `0` |
| `maxPrice` | Integer | Maximum price in AUD (0 = disabled) | `0` |
| `minBedrooms` | Integer | Minimum bedrooms (0 = disabled) | `0` |
| `maxBedrooms` | Integer | Maximum bedrooms (0 = disabled) | `0` |
| `minBathrooms` | Integer | Minimum bathrooms (0 = disabled) | `0` |
| `surroundingSuburbs` | Boolean | Include listings from surrounding suburbs | `true` |
| `searchQuery` | String | Keyword search within listing descriptions | `` |
| `maxItems` | Integer | Maximum listings to return (0 = unlimited) | `100` |
| `startUrls` | Array | Specific realestate.com.au search URLs to scrape | `[]` |

### Output Fields

Each result contains:

| Field | Type | Description |
|-------|------|-------------|
| `id` | String | Unique REA listing ID |
| `url` | String | Full listing URL |
| `transaction` | String | `buy`, `rent`, or `sold` |
| `shortAddress` | String | Street address |
| `fullAddress` | String | Complete address including suburb |
| `suburb` | String | Suburb name |
| `state` | String | State code (NSW, VIC, QLD, etc.) |
| `postcode` | String | Postcode |
| `propertyType` | String | House, Unit, Townhouse, etc. |
| `price` | String | Price display text |
| `bedrooms` | Integer | Number of bedrooms |
| `bathrooms` | Integer | Number of bathrooms |
| `parkingSpaces` | Integer | Number of parking spaces |
| `buildingSize` | String | Floor area |
| `landSize` | String | Land area |
| `mainImage` | String | Primary photo URL |
| `images` | Array | Up to 20 photo URLs |
| `floorplan` | String | Floorplan image URL |
| `agencyName` | String | Real estate agency name |
| `agents` | Array | Agent names and profile photo URLs |
| `auctionDate` | String | Auction datetime (if applicable) |
| `dateSold` | String | Sale date display (sold listings) |
| `inspections` | Array | Open for inspection times |
| `badge` | String | Listing badge (New, Under offer, etc.) |
| `description` | String | Full property description |
| `scrapedAt` | String | ISO timestamp of extraction |

### Example Output

```json
{
  "id": "151060696",
  "url": "https://www.realestate.com.au/property-apartment-nsw-sydney-151060696",
  "transaction": "buy",
  "shortAddress": "2702/1 Macquarie Place",
  "fullAddress": "2702/1 Macquarie Place, Sydney NSW 2000",
  "suburb": "Sydney",
  "state": "NSW",
  "postcode": "2000",
  "propertyType": "Apartment",
  "price": "$1,850,000",
  "bedrooms": 2,
  "bathrooms": 2,
  "parkingSpaces": 1,
  "buildingSize": "105",
  "landSize": null,
  "mainImage": "https://bucket-2.zobj.net/...jpg",
  "images": ["https://i2.au.reastatic.net/example.jpg", "https://i2.au.reastatic.net/example.jpg"],
  "agencyName": "Knight Frank Residential",
  "agents": [{"name": "Emma Vadas", "photo": null, "profileUrl": "https://www.realestate.com.au/agent/emma-vadas"}],
  "auctionDate": null,
  "inspections": [{"display": "Sat 3 May 12:00pm - 12:30pm"}],
  "description": "Set in the heart of Sydney's CBD...",
  "scrapedAt": "2026-04-30T10:00:00.000Z"
}
````

### Usage Examples

**All houses for sale in Sydney:**

```json
{ "location": "Sydney NSW", "transaction": "buy", "propertyTypes": ["house"] }
```

**Rental apartments in Melbourne under $700/week:**

```json
{ "location": "Melbourne VIC", "transaction": "rent", "propertyTypes": ["unit apartment"], "maxPrice": 700 }
```

**Recently sold 3+ bedroom homes in Brisbane:**

```json
{ "location": "Brisbane QLD", "transaction": "sold", "minBedrooms": 3, "propertyTypes": ["house"] }
```

**Nationwide for-sale listings:**

```json
{ "location": "Australia", "transaction": "buy", "maxItems": 5000 }
```

**From a specific search URL:**

```json
{ "startUrls": [{ "url": "https://www.realestate.com.au/buy/in-bondi-beach,-nsw/list-1" }] }
```

### Pricing

**$0.85 per 1,000 results.** A full nationwide scrape of all for-sale listings (~500,000 properties) costs approximately $0.43.

### Performance

- Speed: ~1,000 results/minute
- Memory: 512 MB
- No proxy required

***

### Need a custom scraper?

**[Unfenced Group](https://www.unfencedgroup.nl)** builds Apify actors for any website — for free.

If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.

**Get in touch:** [www.unfencedgroup.nl](https://www.unfencedgroup.nl)

# Actor input Schema

## `transaction` (type: `string`):

Type of listings to scrape.

## `location` (type: `string`):

Suburb, city, region or 'Australia' for nationwide. Examples: Sydney NSW, Melbourne VIC 3000, Brisbane QLD, Australia

## `minPrice` (type: `integer`):

Minimum price filter. Set to 0 to disable.

## `maxPrice` (type: `integer`):

Maximum price filter. Set to 0 to disable.

## `minBedrooms` (type: `integer`):

Minimum number of bedrooms. Set to 0 to disable.

## `maxBedrooms` (type: `integer`):

Maximum number of bedrooms. Set to 0 to disable.

## `minBathrooms` (type: `integer`):

Minimum number of bathrooms. Set to 0 to disable.

## `daysOld` (type: `integer`):

Only return listings published within the last N days. Leave empty for no recency filter.

## `fetchDetails` (type: `boolean`):

If true, opens each listing detail page to extract additional fields (description, floor plan, agent contact). Increases run time and cost.

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

Maximum number of listings to return. Set to 0 for unlimited.

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

Optional: provide specific realestate.com.au search URLs to scrape instead of using the filters above.

## `propertyTypes` (type: `array`):

Filter by property type. Leave empty for all types. Options: house, unit apartment, townhouse, villa, land, acreage, retire, unitblock

## `surroundingSuburbs` (type: `boolean`):

Also return listings from suburbs surrounding the specified location.

## `searchQuery` (type: `string`):

Optional keyword filter applied to listing descriptions. Examples: pool, waterfront, renovated

## Actor input object example

```json
{
  "transaction": "sale",
  "location": "Australia",
  "minPrice": 0,
  "maxPrice": 0,
  "minBedrooms": 0,
  "maxBedrooms": 0,
  "minBathrooms": 0,
  "fetchDetails": false,
  "maxItems": 100,
  "startUrls": [],
  "propertyTypes": [],
  "surroundingSuburbs": true,
  "searchQuery": "developer"
}
```

# Actor output Schema

## `results` (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 = {
    "maxItems": 100,
    "searchQuery": "developer"
};

// Run the Actor and wait for it to finish
const run = await client.actor("unfenced-group/realestate-au-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 = {
    "maxItems": 100,
    "searchQuery": "developer",
}

# Run the Actor and wait for it to finish
run = client.actor("unfenced-group/realestate-au-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 '{
  "maxItems": 100,
  "searchQuery": "developer"
}' |
apify call unfenced-group/realestate-au-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=unfenced-group/realestate-au-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "realestate.com.au Scraper",
        "description": "Scrape Australia's #1 property portal: 1.2M+ listings. Buy, rent & sold data with prices, addresses, beds/baths, photos & agency info. No proxy needed.",
        "version": "0.0",
        "x-build-id": "wC1HXjVaye2OZ1ycq"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/unfenced-group~realestate-au-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-unfenced-group-realestate-au-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/unfenced-group~realestate-au-scraper/runs": {
            "post": {
                "operationId": "runs-sync-unfenced-group-realestate-au-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/unfenced-group~realestate-au-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-unfenced-group-realestate-au-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",
                "properties": {
                    "transaction": {
                        "title": "Transaction type",
                        "enum": [
                            "sale",
                            "rent",
                            "sold"
                        ],
                        "type": "string",
                        "description": "Type of listings to scrape.",
                        "default": "sale"
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "Suburb, city, region or 'Australia' for nationwide. Examples: Sydney NSW, Melbourne VIC 3000, Brisbane QLD, Australia",
                        "default": "Australia"
                    },
                    "minPrice": {
                        "title": "Minimum price (AUD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum price filter. Set to 0 to disable.",
                        "default": 0
                    },
                    "maxPrice": {
                        "title": "Maximum price (AUD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum price filter. Set to 0 to disable.",
                        "default": 0
                    },
                    "minBedrooms": {
                        "title": "Minimum bedrooms",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum number of bedrooms. Set to 0 to disable.",
                        "default": 0
                    },
                    "maxBedrooms": {
                        "title": "Maximum bedrooms",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of bedrooms. Set to 0 to disable.",
                        "default": 0
                    },
                    "minBathrooms": {
                        "title": "Minimum bathrooms",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum number of bathrooms. Set to 0 to disable.",
                        "default": 0
                    },
                    "daysOld": {
                        "title": "Max listing age (days)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only return listings published within the last N days. Leave empty for no recency filter."
                    },
                    "fetchDetails": {
                        "title": "Fetch listing details",
                        "type": "boolean",
                        "description": "If true, opens each listing detail page to extract additional fields (description, floor plan, agent contact). Increases run time and cost.",
                        "default": false
                    },
                    "maxItems": {
                        "title": "Max results",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of listings to return. Set to 0 for unlimited.",
                        "default": 100
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Optional: provide specific realestate.com.au search URLs to scrape instead of using the filters above.",
                        "default": [],
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "propertyTypes": {
                        "title": "Property types",
                        "type": "array",
                        "description": "Filter by property type. Leave empty for all types. Options: house, unit apartment, townhouse, villa, land, acreage, retire, unitblock",
                        "default": []
                    },
                    "surroundingSuburbs": {
                        "title": "Include surrounding suburbs",
                        "type": "boolean",
                        "description": "Also return listings from suburbs surrounding the specified location.",
                        "default": true
                    },
                    "searchQuery": {
                        "title": "Keyword search",
                        "type": "string",
                        "description": "Optional keyword filter applied to listing descriptions. Examples: pool, waterfront, renovated",
                        "default": ""
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
