# Redfin API Scraper (`rl1987/redfin-api-scraper`) Actor

Scrape Redfin real estate listings — address, price, beds/baths, sqft, lat/lng, listing ID, status, URL, and listing agent — via Redfin's private mobile API (GET /stingray/api/gis). No API key. Search by city/ZIP, filter by type and status, paginate to maxItems.

- **URL**: https://apify.com/rl1987/redfin-api-scraper.md
- **Developed by:** [R.L.](https://apify.com/rl1987) (community)
- **Categories:** Real estate
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 listing row — basic data

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

## Redfin Scraper 🏡 — Scrape Redfin.com Listings, Prices, Photos & Sales History

**Redfin Scraper** — Search Redfin for-sale real-estate listings by location and extract full property detail — all photos, price/sale/tax history, facts & features, schools, agent contacts, geo and IDs — via Redfin's private mobile API. It reads Redfin's own API directly, so it's **fast, reliable and complete** — no flaky HTML parsing, no headless browser. Export to **JSON, CSV, Excel, or an API**.

> Search any US market and pull listings with full photo galleries and property/sales history.

---

### ✨ Why use this Redfin Scraper?

- 🟢 **No code required** — set your input, click **Start**, download your data.
- ⚡ **Fast & accurate** — reads Redfin's own private API and returns structured JSON, not scraped HTML.
- 🧾 **Rich, structured data** — every field below, clean and ready to use.
- 🔁 **Full pagination** — collects results to your `maxItems` cap.
- 💸 **Transparent pay-per-result pricing** — pay only for the rows you get.
- 📤 **Export anywhere** — JSON, CSV, Excel, XML, or pull it live via the Apify API.

---

### 🎯 What can you do with Redfin data?

- **Market & competitor research** — analyse Redfin real-estate listings at scale.
- **Price & availability monitoring** — track changes over time.
- **Data science & trend analysis** — build clean datasets.
- **Lead generation & enrichment** — feed Redfin data into your own tools.

---

### 📥 What data does the Redfin Scraper extract?

Each row includes: `propertyId`, `listingId`, `mlsId`, `url`, `streetLine`, `unitNumber`, `city`, `state`, `zip`, `countryCode`, `latitude`, `longitude`, `price`, `pricePerSqFt` …and more. See the full **Data table** below.

---

### 🚀 How to scrape Redfin.com (3 steps)

1. **Set your input** — provide `location` or `status` (see the table below; defaults work out of the box).
2. **Pick options** — filters, a `proxyConfiguration`, and a `maxItems` cap.
3. **Run & export** — click **Start**, then download the dataset as JSON/CSV/Excel or fetch it via the API.

---

### ⚙️ Input

| Field | Type | Default | Description |
| --- | --- | --- | --- |
| `location` | string | `Seattle` | City, ZIP, neighborhood or county to search (e.g. 'Seattle', '98115', 'Austin, TX'). Resolved to a Redfin region at runtime. |
| `status` | enum | `active` | Which listings to return. — one of `active`, `sold`, `active_and_pending` |
| `soldWithinDays` | integer | `30` | When status = Sold, only include homes sold within this many days. |
| `minPrice` | integer | – | Minimum list price (USD). |
| `maxPrice` | integer | – | Maximum list price (USD). |
| `minBeds` | integer | – | Minimum number of bedrooms. |
| `minBaths` | integer | – | Minimum number of bathrooms. |
| `includeDetails` | boolean | `true` | Fetch each home's full detail (all photos, sale/tax history, facts, schools, agent contacts, Redfin Estimate). Slower — one extra request per home. |
| `maxItems` | integer | `100` | Maximum listings to return. 0 = all in the region. |
| `propertyTypes` | enum | – | Which property types to include (comma list of Redfin uipt codes). Default is all types. — one of `1,2,3,4,5,6,7,8`, `1`, `2`, `3`, `1,2,3`, `5` |
| `proxyConfiguration` | object | Apify Proxy | Route requests through a proxy (Apify Proxy by default). |

#### Example input

```jsonc
{
  "location": "Seattle",
  "status": "active",
  "soldWithinDays": 30,
  "includeDetails": true,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
````

***

### 📤 Output

Each result is a JSON object like this:

```jsonc
{
  "propertyId": 313871,
  "listingId": 220549917,
  "mlsId": "2544655",
  "url": "https://www.redfin.com/WA/Seattle/6050-43rd-Ave-NE-98115/home/313871",
  "streetLine": "6050 43rd Ave NE",
  "unitNumber": {
    "level": 1
  },
  "city": "Seattle",
  "state": "WA",
  "zip": "98115",
  "countryCode": "US",
  "latitude": 47.6736643,
  "longitude": -122.2818475,
  "price": 1250000,
  "pricePerSqFt": 460,
  "hoa": {
    "level": 1
  },
  "sqFt": 2720,
  "lotSize": 7749,
  "beds": 4,
  "baths": 2,
  "yearBuilt": 1955,
  "stories": 1,
  "propertyType": "House",
  "mlsStatus": "Active",
  "daysOnMarket": 1,
  "isNewConstruction": false,
  "hasVirtualTour": true,
  "has3DTour": true,
  "numPhotos": 40,
  "photos": [
    "https://ssl.cdn-redfin.com/system_files/media/1251171_JPG/item_64.jpg",
    "https://ssl.cdn-redfin.com/system_files/media/1251171_JPG/item_58.jpg",
    "…+39 more"
  ],
  "tour3dScan": "https://my.matterport.com/show/?m=LtFXoPMdNwa",
  "listingAgentName": "Forrest Moody",
  "listingBrokerName": "Redfin",
  "openHouseStart": "2026-07-08T19:30:00Z",
  "openHouseName": "Open House - 12:30 - 2:30 PM",
  "listingRemarks": "Offered for the first time since it was custom built in 1955, this exceptional mid-century residence presents a rare opportunity to own an architectural gem …",
  "redfinEstimate": 1252018.51,
  "apn": "710110 0095",
  "countyName": "King County",
  "saleHistory": [
    {
      "eventDescription": "Listed",
      "mlsDescription": "Active",
      "price": 1250000,
      "eventDateMs": 1783407600000,
      "source": "NWMLS as Distributed by MLS Grid",
      "sourceId": "2544655",
      "historyEventType": 1
    }
  ],
  "taxHistory": [
    {
      "rollYear": 2026,
      "taxesDue": 15473.84,
      "taxableLandValue": 900000,
      "taxableImprovementValue": 561000
    },
    {
      "rollYear": 2025,
      "taxesDue": 11788.72,
      "taxableLandValue": 900000,
      "taxableImprovementValue": 561000
    },
    "…+16 more"
  ],
  "schools": [
    {
      "name": "Sand Point Elementary School",
      "rating": 6,
      "parentRating": 4,
      "gradeRanges": "PreK-5",
      "institutionType": "Public",
      "distanceMiles": "0.9",
      "numStudents": 163,
      "url": "/school/192958/WA/Seattle/Sand-Point-Elementary-School",
      "servesHome": true
    },
    {
      "name": "Eckstein Middle School",
      "rating": 9,
      "parentRating": 3,
      "gradeRanges": "6-8",
      "institutionType": "Public",
      "distanceMiles": "0.8",
      "numStudents": 1021,
      "url": "/school/138525/WA/Seattle/Eckstein-Middle-School",
      "servesHome": true
    },
    "…+1 more"
  ],
  "listingAgentPhone": null,
  "listingBrokerPhone": "206-258-6097",
  "totalViews": 915,
  "favoriteCount": 71,
  "detailPhotos": [
    "https://ssl.cdn-redfin.com/system_files/media/1251171_JPG/item_2.jpg",
    "https://ssl.cdn-redfin.com/system_files/media/1251171_JPG/item_3.jpg",
    "…+40 more"
  ]
}
```

> Fields marked *(detail)* — `images`, `propertyHistory`, `description` — are only populated when the per-item detail option is enabled.

***

### 🧾 Data table

| Field | Type | Description |
| --- | --- | --- |
| `propertyId` | number | Property ID |
| `listingId` | number | Listing ID |
| `mlsId` | text | MLS # |
| `url` | link | URL |
| `streetLine` | text | Address |
| `unitNumber` | text | Unit |
| `city` | text | City |
| `state` | text | State |
| `zip` | text | ZIP |
| `countryCode` | text | Country |
| `latitude` | text | Latitude |
| `longitude` | text | Longitude |
| `price` | number | Price |
| `pricePerSqFt` | number | Price / sqft |
| `hoa` | number | HOA |
| `sqFt` | number | Sq ft |
| `lotSize` | number | Lot size |
| `beds` | number | Beds |
| `baths` | number | Baths |
| `yearBuilt` | number | Year built |
| `stories` | number | Stories |
| `propertyType` | text | Property type |
| `mlsStatus` | text | MLS status |
| `daysOnMarket` | number | Days on market |
| `isNewConstruction` | text | New construction |
| `hasVirtualTour` | text | Virtual tour |
| `has3DTour` | text | 3D tour |
| `numPhotos` | number | # photos |
| `photos` | array | Photos |
| `tour3dScan` | text | 3D scan URL |
| `listingAgentName` | text | Listing agent |
| `listingBrokerName` | text | Listing broker |
| `openHouseStart` | text | Open house start |
| `openHouseName` | text | Open house |
| `listingRemarks` | text | Remarks |
| `redfinEstimate` | number | Redfin Estimate |
| `apn` | text | APN |
| `countyName` | text | County |
| `saleHistory` | array | Sale history |
| `taxHistory` | array | Tax history |
| `schools` | array | Schools |
| `listingAgentPhone` | text | Agent phone |
| `listingBrokerPhone` | text | Broker phone |
| `totalViews` | number | Views |
| `favoriteCount` | number | Favorites |
| `detailPhotos` | array | All photos (detail) |

***

### 💰 Pricing — pay per result

This actor uses **pay-per-event** pricing: you pay only for the rows it delivers.

| You scrape | Price |
| --- | --- |
| **Listing row — basic data** | **$1.00 per 1,000 rows** |
| **Listing details — photos, sale/tax history, schools** | **$0.50 per 1,000 rows** |

***

### 🔌 Use the Redfin Scraper via API

Run it programmatically with the [Apify API](https://docs.apify.com/api/v2):

```bash
curl -X POST "https://api.apify.com/v2/acts/redfin-api-scraper/runs?token=YOUR_TOKEN" \
  -H 'Content-Type: application/json' \
  -d '{
  "location": "Seattle",
  "status": "active",
  "soldWithinDays": 30,
  "includeDetails": true,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}'
```

Or with the Apify CLI: `apify call redfin-api-scraper -i input.json -o`.

***

### ❓ FAQ

**Do I need an account or API key for Redfin?**

No. The actor talks to Redfin's public/mobile API for you — you only need an Apify account.

**Do I need a proxy?**

A proxy is recommended for reliable runs; set `proxyConfiguration` (Residential is safest for geo-restricted or bot-protected sites).

**What export formats are supported?**

JSON, CSV, Excel, XML, JSONL, RSS, or live via the Apify API and dataset endpoints.

**Is scraping this legal?**

You are responsible for how you use the data. Scrape only public real-estate listing data and comply with Redfin.com's Terms and applicable law (e.g. GDPR/CCPA for personal data).

***

### 🛠️ How it works

The actor impersonates Redfin's official app/site and calls its private API the same way the app does, then normalises each response into the flat record above. No browser, no HTML scraping — just clean, structured data.

***

### 📌 Good to know

- Scrape only public real-estate listing data and respect Redfin.com's Terms of Service and robots policy.
- For personal data, comply with GDPR/CCPA and applicable law — you are the data controller.
- Fields can be `null` when Redfin doesn't expose them for a given record.

***

### ⭐ Found this useful?

Give the **Redfin Scraper** a star on Apify and check out my other `apify-*-api-scraper` actors.

# Actor input Schema

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

City, ZIP, neighborhood or county to search (e.g. 'Seattle', '98115', 'Austin, TX'). Resolved to a Redfin region at runtime.

## `status` (type: `string`):

Which listings to return.

## `soldWithinDays` (type: `integer`):

When status = Sold, only include homes sold within this many days.

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

Minimum list price (USD).

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

Maximum list price (USD).

## `minBeds` (type: `integer`):

Minimum number of bedrooms.

## `minBaths` (type: `integer`):

Minimum number of bathrooms.

## `includeDetails` (type: `boolean`):

Fetch each home's full detail (all photos, sale/tax history, facts, schools, agent contacts, Redfin Estimate). Slower — one extra request per home.

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

Maximum listings to return. 0 = all in the region.

## `propertyTypes` (type: `string`):

Which property types to include (comma list of Redfin uipt codes). Default is all types.

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

Route requests through a proxy (Apify Proxy by default).

## Actor input object example

```json
{
  "location": "Seattle",
  "status": "active",
  "soldWithinDays": 30,
  "includeDetails": true,
  "maxItems": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# 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 = {
    "location": "Seattle",
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("rl1987/redfin-api-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 = {
    "location": "Seattle",
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("rl1987/redfin-api-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 '{
  "location": "Seattle",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call rl1987/redfin-api-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Redfin API Scraper",
        "description": "Scrape Redfin real estate listings — address, price, beds/baths, sqft, lat/lng, listing ID, status, URL, and listing agent — via Redfin's private mobile API (GET /stingray/api/gis). No API key. Search by city/ZIP, filter by type and status, paginate to maxItems.",
        "version": "1.0",
        "x-build-id": "Xkl0Ut1hmrgFzUlvC"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/rl1987~redfin-api-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-rl1987-redfin-api-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/rl1987~redfin-api-scraper/runs": {
            "post": {
                "operationId": "runs-sync-rl1987-redfin-api-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/rl1987~redfin-api-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-rl1987-redfin-api-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": {
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": "City, ZIP, neighborhood or county to search (e.g. 'Seattle', '98115', 'Austin, TX'). Resolved to a Redfin region at runtime."
                    },
                    "status": {
                        "title": "Listing status",
                        "enum": [
                            "active",
                            "sold",
                            "active_and_pending"
                        ],
                        "type": "string",
                        "description": "Which listings to return.",
                        "default": "active"
                    },
                    "soldWithinDays": {
                        "title": "Sold within days",
                        "type": "integer",
                        "description": "When status = Sold, only include homes sold within this many days.",
                        "default": 30
                    },
                    "minPrice": {
                        "title": "Min price",
                        "type": "integer",
                        "description": "Minimum list price (USD)."
                    },
                    "maxPrice": {
                        "title": "Max price",
                        "type": "integer",
                        "description": "Maximum list price (USD)."
                    },
                    "minBeds": {
                        "title": "Min beds",
                        "type": "integer",
                        "description": "Minimum number of bedrooms."
                    },
                    "minBaths": {
                        "title": "Min baths",
                        "type": "integer",
                        "description": "Minimum number of bathrooms."
                    },
                    "includeDetails": {
                        "title": "Include full property detail",
                        "type": "boolean",
                        "description": "Fetch each home's full detail (all photos, sale/tax history, facts, schools, agent contacts, Redfin Estimate). Slower — one extra request per home.",
                        "default": true
                    },
                    "maxItems": {
                        "title": "Max items",
                        "type": "integer",
                        "description": "Maximum listings to return. 0 = all in the region.",
                        "default": 100
                    },
                    "propertyTypes": {
                        "title": "Property types",
                        "enum": [
                            "1,2,3,4,5,6,7,8",
                            "1",
                            "2",
                            "3",
                            "1,2,3",
                            "5"
                        ],
                        "type": "string",
                        "description": "Which property types to include (comma list of Redfin uipt codes). Default is all types."
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Route requests through a proxy (Apify Proxy by default).",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
