# Rightmove Property Scraper (`xtracto/rightmove-property-scraper`) Actor

Scrape UK property from Rightmove: list from any search URL, or pull full detail — price, price history, beds/baths, size, address, and the selling agent's phone/contact. Needs a UK residential proxy.

- **URL**: https://apify.com/xtracto/rightmove-property-scraper.md
- **Developed by:** [Farhan Febrian Nauval](https://apify.com/xtracto) (community)
- **Categories:** Real estate
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.80 / 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/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

## Rightmove Property Scraper

Extract UK property listings from any Rightmove search — price, address, bedrooms, and type — plus per-property detail with the listing history and the selling agent's phone and contact. Great for lead generation and market research. For sale or to rent. No account or login required.

### ⚠️ A UK (GB) residential proxy is required

Rightmove only serves real data to UK visitors. Leave the proxy on **Residential, country United Kingdom** (this is the default) — otherwise the site returns no data. This one setting is already filled in for you; just press **Run**.

### Why use this actor

- **No account, login, or API key required.**
- **Every listing from a search** — collect the full result set behind any Rightmove search URL (location, price, beds, sale or rent — apply your filters, then paste the URL).
- **Agent contact for lead-gen** — each record includes the selling agent's name and phone number.
- **Full property detail on demand** — bedrooms, bathrooms, tenure, size, key features, nearest stations, description, and the listing history (e.g. "Reduced on 27/06/2025").
- **Stable JSON output** ready for spreadsheets, CRMs, databases, or market-research pipelines.
- Runs on a schedule, retries automatically, and exports to JSON, CSV, or Excel.

### How it works

1. Pick a **mode** — `search` (list every property behind a search URL) or `detail` (full record for specific properties).
2. Paste your Rightmove search URLs, or the property URLs / IDs you want detail for.
3. Keep the proxy on Residential + United Kingdom (default).
4. Run it. The actor collects each property, flattens the key lead fields (agent name, phone, URL) to the top level, and pushes one record per property.

You do not manage any scrapers, browsers, or blocks — the actor handles that automatically and returns clean records.

### Input

#### Mode: `search` (list from search URLs)

```json
{
  "mode": "search",
  "startUrls": [
    "https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490"
  ],
  "maxItemsPerSearch": 0,
  "maxItems": 200,
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"],
    "apifyProxyCountry": "GB"
  }
}
````

#### Mode: `detail` (full property + agent + listing history)

```json
{
  "mode": "detail",
  "propertyUrls": [
    "https://www.rightmove.co.uk/properties/155320229"
  ],
  "maxItems": 200,
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"],
    "apifyProxyCountry": "GB"
  }
}
```

| Field | Type | Description |
|-------|------|-------------|
| `mode` | string | `search` = collect listings from search URLs. `detail` = full record for specific properties. |
| `startUrls` | array | Rightmove search-results URLs (used in `search` mode). Search on rightmove.co.uk with your filters, then copy the address-bar URL. |
| `propertyUrls` | array | Property page URLs or bare numeric IDs (used in `detail` mode). |
| `maxItemsPerSearch` | integer | Cap listings per search URL. `0` = all (Rightmove browsable results cap ~1000 per search). |
| `maxItems` | integer | Overall cap for the whole run. `0` = no limit. |
| `maxConcurrency` | integer | How many URLs to fetch in parallel (1–8). |
| `proxyConfiguration` | object | **Must be Residential + GB** (default). |

### Output

#### Mode: `search`

One record per listing. Lead fields (`agentName`, `agentPhone`, `url`) are flattened to the top level; the original Rightmove fields are also kept.

```json
{
  "_input": "https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490",
  "_scrapedAt": "2026-07-09T11:38:52Z",
  "_source": "S1-search",
  "id": 90643407,
  "url": "https://www.rightmove.co.uk/properties/90643407#/?channel=RES_BUY",
  "agentName": "Truepenny's, Dulwich",
  "agentPhone": "020 8693 2277",
  "bedrooms": 2,
  "bathrooms": 1,
  "displayAddress": "Brayards Road, Peckham, London, SE15",
  "propertySubType": "Apartment",
  "propertyTypeFullDescription": "2 bedroom apartment for sale",
  "transactionType": "buy",
  "price": {
    "amount": 575000,
    "frequency": "not specified",
    "currencyCode": "GBP"
  },
  "listingUpdate": {
    "listingUpdateReason": "new",
    "listingUpdateDate": "2026-07-08T15:30:35Z"
  },
  "addedOrReduced": "Added yesterday",
  "firstVisibleDate": "2026-07-08T15:11:39Z",
  "location": { "latitude": 51.469806, "longitude": -0.056771 },
  "numberOfImages": 13,
  "summary": "Set over the upper floors of an attractive period terrace conversion Brayards Road, this beautifully presented two-bedroom..."
}
```

| Field | Type | Description |
|-------|------|-------------|
| `id` | integer | Rightmove property ID. |
| `url` | string | Direct link to the property page. |
| `agentName` | string | Selling/letting agent (branch). |
| `agentPhone` | string | Agent phone number. |
| `bedrooms` / `bathrooms` | integer | Room counts. |
| `displayAddress` | string | Property address as shown. |
| `propertySubType` | string | e.g. `Apartment`, `Terraced`, `Detached`. |
| `propertyTypeFullDescription` | string | Full listing headline. |
| `transactionType` | string | `buy` or `rent`. |
| `price` | object | `amount` (number), `currencyCode`, and frequency. |
| `listingUpdate` | object | Reason and date of the latest listing change. |
| `addedOrReduced` | string | Human-readable status, e.g. "Added yesterday", "Reduced on 27/06/2025". |
| `firstVisibleDate` | string | When the listing first appeared. |
| `location` | object | Latitude / longitude. |
| `numberOfImages` | integer | Photo count. |
| `summary` | string | Short listing description. |

#### Mode: `detail`

One rich record per property. Includes the full description, key features, tenure, size, nearest stations, and the listing history.

```json
{
  "_input": "https://www.rightmove.co.uk/properties/155320229",
  "_scrapedAt": "2026-07-09T15:10:00Z",
  "_source": "S1-detail",
  "id": "155320229",
  "url": "https://www.rightmove.co.uk/properties/155320229",
  "agentName": "United Kingdom Sotheby's International Realty, St Johns Wood",
  "agentPhone": "020 4538 7469",
  "bedrooms": 10,
  "bathrooms": 8,
  "propertySubType": "House",
  "transactionType": "BUY",
  "tenure": { "tenureType": "FREEHOLD", "yearsRemainingOnLease": null },
  "prices": { "primaryPrice": "£49,950,000", "pricePerSqFt": "£2306.20 per sq ft" },
  "address": {
    "displayAddress": "Avenue Road, St Johns Wood, London, NW8",
    "outcode": "NW8",
    "ukCountry": "England"
  },
  "listingHistory": { "listingUpdateReason": "Reduced on 27/06/2025" },
  "priceHistory": null,
  "keyFeatures": ["CCTV", "Garage", "High Ceilings", "Lift", "Private Garden", "Private Gym", "…5 more"],
  "sizings": [{ "unit": "sqft", "minimumSize": 21659, "maximumSize": 21659 }],
  "nearestStations": [
    { "name": "St. John's Wood Station", "types": ["LONDON_UNDERGROUND"], "distance": 0.36, "unit": "miles" }
  ],
  "text": { "description": "This striking stucco-fronted freehold house unfolds across five floors and measures 21,659.00 sq. ft. Set in the heart of St John's Wood, on the prestigious Avenue Road the property is beautifully d…" }
}
```

| Field | Type | Description |
|-------|------|-------------|
| `id` | string | Rightmove property ID. |
| `url` | string | Direct link to the property page. |
| `agentName` / `agentPhone` | string | Selling agent name and phone. |
| `bedrooms` / `bathrooms` | integer | Room counts. |
| `propertySubType` | string | Property type. |
| `transactionType` | string | `BUY` or `RENT`. |
| `tenure` | object | Freehold / leasehold and years remaining. |
| `prices` | object | Headline price and price per sq ft. |
| `address` | object | Full address, outcode, and UK country. |
| `listingHistory` | object | Latest change reason and date (e.g. "Reduced on 27/06/2025") — the price-change signal for market research. |
| `priceHistory` | array/null | Rightmove's recorded price-change entries when available for the listing. |
| `keyFeatures` | array | Bullet-point highlights. |
| `sizings` | array | Floor area in sq m / sq ft / acres. |
| `nearestStations` | array | Nearby stations with distance. |
| `text.description` | string | Full property description. |

The record also carries the remaining raw Rightmove fields (`images`, `floorplans`, `rooms`, `brochures`, `epcGraphs`, `customer`, and more).

### Notes & limits

- **Proxy is mandatory:** Residential + United Kingdom (GB). This is the default — do not switch it off.
- **Search cap:** Rightmove only lets you browse ~1000 results per search. For larger areas, split into several narrower searches (by postcode, price band, or property type).
- **`priceHistory`** is populated only when Rightmove exposes recorded price changes for a listing; the `listingHistory` / `addedOrReduced` fields always carry the latest "Added / Reduced on" signal.

### Other actors

See the sibling scrapers in this collection for freelance-marketplace gigs and hotel prices.

# Actor input Schema

## `mode` (type: `string`):

search = collect listings from Rightmove search URLs. detail = pull full detail (price history + agent contact) for specific properties.

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

Used in search mode. Paste Rightmove search-results URLs with your filters applied (location, price, beds, sale/rent). Copy the address-bar URL after searching on rightmove.co.uk. Example: https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490

## `propertyUrls` (type: `array`):

Used in detail mode. Paste Rightmove property page URLs (https://www.rightmove.co.uk/properties/123456789) or bare numeric property IDs. Each yields one detailed record with price history and the selling agent's phone/contact.

## `maxItemsPerSearch` (type: `integer`):

Search mode only. Cap the number of listings collected per search URL. 0 = all available (Rightmove browsable results cap ~1000 per search).

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

Overall cap on records pushed for the whole run. 0 = no limit.

## `maxConcurrency` (type: `integer`):

How many search URLs / property pages to fetch in parallel. Keep low with sticky residential sessions.

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

REQUIRED: Rightmove is behind Fastly/Varnish and returns 403 to datacenter and non-UK IPs. A UK (GB) residential proxy is mandatory to receive real data. The default is Apify Residential, country GB.

## Actor input object example

```json
{
  "mode": "search",
  "startUrls": [
    "https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490"
  ],
  "propertyUrls": [
    "https://www.rightmove.co.uk/properties/155320229"
  ],
  "maxItemsPerSearch": 0,
  "maxItems": 200,
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "GB"
  }
}
```

# 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": [
        "https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490"
    ],
    "propertyUrls": [
        "https://www.rightmove.co.uk/properties/155320229"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("xtracto/rightmove-property-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": ["https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490"],
    "propertyUrls": ["https://www.rightmove.co.uk/properties/155320229"],
}

# Run the Actor and wait for it to finish
run = client.actor("xtracto/rightmove-property-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 '{
  "startUrls": [
    "https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490"
  ],
  "propertyUrls": [
    "https://www.rightmove.co.uk/properties/155320229"
  ]
}' |
apify call xtracto/rightmove-property-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Rightmove Property Scraper",
        "description": "Scrape UK property from Rightmove: list from any search URL, or pull full detail — price, price history, beds/baths, size, address, and the selling agent's phone/contact. Needs a UK residential proxy.",
        "version": "0.1",
        "x-build-id": "PrYYIlhXbfiPREzKa"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/xtracto~rightmove-property-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-xtracto-rightmove-property-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/xtracto~rightmove-property-scraper/runs": {
            "post": {
                "operationId": "runs-sync-xtracto-rightmove-property-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/xtracto~rightmove-property-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-xtracto-rightmove-property-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": {
                    "mode": {
                        "title": "Mode",
                        "enum": [
                            "search",
                            "detail"
                        ],
                        "type": "string",
                        "description": "search = collect listings from Rightmove search URLs. detail = pull full detail (price history + agent contact) for specific properties.",
                        "default": "search"
                    },
                    "startUrls": {
                        "title": "Rightmove search URLs",
                        "type": "array",
                        "description": "Used in search mode. Paste Rightmove search-results URLs with your filters applied (location, price, beds, sale/rent). Copy the address-bar URL after searching on rightmove.co.uk. Example: https://www.rightmove.co.uk/property-for-sale/find.html?locationIdentifier=REGION%5E87490",
                        "items": {
                            "type": "string"
                        }
                    },
                    "propertyUrls": {
                        "title": "Property URLs or IDs",
                        "type": "array",
                        "description": "Used in detail mode. Paste Rightmove property page URLs (https://www.rightmove.co.uk/properties/123456789) or bare numeric property IDs. Each yields one detailed record with price history and the selling agent's phone/contact.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxItemsPerSearch": {
                        "title": "Max listings per search (0 = all)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Search mode only. Cap the number of listings collected per search URL. 0 = all available (Rightmove browsable results cap ~1000 per search).",
                        "default": 0
                    },
                    "maxItems": {
                        "title": "Max items total (0 = all)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Overall cap on records pushed for the whole run. 0 = no limit.",
                        "default": 200
                    },
                    "maxConcurrency": {
                        "title": "Max concurrent workers",
                        "minimum": 1,
                        "maximum": 8,
                        "type": "integer",
                        "description": "How many search URLs / property pages to fetch in parallel. Keep low with sticky residential sessions.",
                        "default": 3
                    },
                    "proxyConfiguration": {
                        "title": "Proxy",
                        "type": "object",
                        "description": "REQUIRED: Rightmove is behind Fastly/Varnish and returns 403 to datacenter and non-UK IPs. A UK (GB) residential proxy is mandatory to receive real data. The default is Apify Residential, country GB.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ],
                            "apifyProxyCountry": "GB"
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
