# $0.7/1K 💚 Properstar Properties/Agents Scraper (By Search URL) (`azzouzana/properstar-properties-agents-scraper`) Actor

$0.7/1K 🔥 #1 NO-CODE Properstar scraper! Paste a property search OR agent directory URL (.com, .fr, .de & more) ⚡ Listings: price, rooms, geo, images & contacts. Agents: emails, phones, agency stats & 20+ fields - AI-agent ready. Auto-pagination, 2K cap bypass on searches. Start now! 🚀

- **URL**: https://apify.com/azzouzana/properstar-properties-agents-scraper.md
- **Developed by:** [Azzouzana](https://apify.com/azzouzana) (community)
- **Categories:** Real estate, Lead generation, Automation
- **Stats:** 5 total users, 4 monthly users, 100.0% runs succeeded, 2 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

$0.70 / 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.

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

## Properstar Scraper — Property Listings & Agents (By Search URL)

### 🤩 Features

**One actor, two modes** — paste a Properstar **property search URL** or **agent directory URL** and get structured rows in the default dataset. Export as **JSON, CSV, Excel**, or via Apify API.

- **All Properstar domains** — `properstar.com`, `.fr`, `.de`, `.es`, `.ch`, and more; one `startUrl` field, no coding.
- **Rich property data** — price (with full `priceValues` breakdown), multilingual titles, rooms, areas, geo, photos, amenities, listing contacts (**emails & phones**), and direct listing URLs.
- **Rich agent & agency data** — agent **emails**, **phones**, office address, logos, listing statistics, ranking metrics, parent franchise/office, and place context for lead gen.
- **Automatic pagination** — collects results page by page until your `maxItems` limit is reached.
- **Large listing searches** — need more than ~2,000 properties from one search? The actor can go beyond Properstar’s usual result cap (up to your `maxItems`).
- **You control volume** — set `maxItems` to match your budget; only saved rows count toward usage.
- **Clean, export-ready rows** — one listing or agent per line, ready for CRM, spreadsheets, and automations.

#### Supported URL types

| Mode | Example URL |
|------|-------------|
| Property search | `https://www.properstar.com/germany/buy?price.max=640000&preferredAmenities=Balcony` |
| Agent directory (query) | `https://www.properstar.fr/agents?placeId=ChIJZwDTqCNu5kcRuHqnfKluXDU` |
| Agent directory (localized path) | `https://www.properstar.es/espana/madrid/agentes-inmobiliarios` |

The actor detects the mode automatically from your URL.

### 📚 How to use

1. 👉 [Create a free Apify account](https://apify.com/sign-up?fpr=cbgdsf) — no credit card required.
2. Open this actor and click **Start**.
3. Paste your **Properstar URL** into `startUrl`.
4. Set `maxItems` and run.

**How to get the URL**

- **Listings:** run a property search with your filters on any Properstar site, then copy the full URL from the browser address bar.
- **Agents:** open an agent/agency directory (by city, district, or place) and copy that page URL.

### 🤔 Why scrape Properstar?

Properstar (ListGlobally) covers international buy/rent inventory and agent networks in one platform — useful when you need **cross-border property data** or **B2B lead lists** without manual copy-paste.

- **Market intelligence** — track prices, new listings, and inventory by search filters across countries.
- **Lead generation** — export agent emails, phones, agency names, and listing volumes for outreach.
- **CRM & enrichment** — flat JSON rows map cleanly to HubSpot, Salesforce, Airtable, or internal databases.
- **Monitoring** — re-run the same `startUrl` on a schedule to spot new listings or agents in a market.
- **Research & analytics** — feed repeatable datasets into dashboards, maps, and valuation models.

### 🤑 Cost

**$0.7 per 1,000 results** (each listing or agent saved to your dataset). Transparent pricing, no hidden fees.

### 🆓 Free tier limitations

- **Sample:** up to **5 items** per run (listings or agents)
- **Daily quota:** **5 runs** per day (UTC)
- **Gap:** at least **30 minutes** between runs

[Upgrade your Apify plan](https://apify.com/pricing?fpr=cbgdsf) to remove these limits.

### 🛠️ Input

| Field | Type | Description | Default / Example |
|-------|------|-------------|-------------------|
| `startUrl` | string | Properstar property search or agent directory URL | `https://www.properstar.com/germany/buy?price.max=640000` |
| `maxItems` | integer | Maximum listings **or** agents to scrape | `100` |

### 🧐 Output

Each dataset row includes `recordType`: **`listing`** (property search) or **`agent`** (agent directory).

#### Property listings — data fields

| Group | Fields |
|-------|--------|
| **Identity** | `listingId`, `originalId`, `reference`, `hash`, `listingUrl`, `searchUrl`, `page`, `scrapedAt` |
| **Title** | `title` (primary), `title_en`, `title_fr`, `title_de`, … (`title_{lang}`), `automaticTitle` |
| **Price** | `price`, `currency`, `priceShow`, `priceValues` (array: type, currency, value), `priceLastChange`, `isPriceChangeBoosted` |
| **Property** | `transactionType`, `transactionTypeName`, `propertyType`, `propertyTypeName`, `propertySubType`, `propertySubTypeName`, `categoryId`, `constructionYear`, `state`, `timeZone` |
| **Size & rooms** | `numberOf_rooms`, `numberOf_bedrooms`, `numberOf_bathrooms`, … (`numberOf_*`), `livingArea`, `totalArea`, `plotArea`, `areaUnit`, `area` |
| **Location** | `city`, `postcode`, `country`, `latitude`, `longitude`, `location` |
| **Media** | `imageUrl`, `imageCount`, `images` (all photo URLs) |
| **Contacts** | `contactUsers` (name, **email**, **phone**), `contactAccountId`, `showContact` |
| **Amenities** | `missingAmenities`, `replacedAmenities` |
| **Ranking** | `relevanceScore` |

#### Agents — data fields

| Group | Fields |
|-------|--------|
| **Identity** | `agentAccountId`, `topAccountId`, `userId`, `agentSlug`, `searchUrl`, `page`, `origin`, `scrapedAt`, `rankScore` |
| **Contact** | `email`, `phone`, `fullName`, `avatar`, `userStatus`, `profileCompleted`, `registrationType`, `userUpdateDate` |
| **Account / agency** | `accountName`, `accountName_{lang}`, `accountType`, `accountAddress`, `accountLocality`, `accountPostCode`, `accountPhone`, `accountMobile`, `accountWebsiteUrl`, `accountLogo`, `accountOriginalId`, `isGlobalAgent`, `internalRating` |
| **Parent office / franchise** | `topAccountName`, `topAccountName_{lang}`, `topAccountType`, `topAccountLogo` |
| **Agency link** | `agencyName`, `agencyAccountId`, `userIsAgent` |
| **Listing stats** | `listingsStat_numberOfListings`, `listingsStat_numberOfListingsSell`, `listingsStat_numberOfListingsRent`, `listingsStat_numberOfListingsLuxury`, `listingsStat_medianPrice`, … |
| **Profile metrics** | `metric_HasNameAndPicture`, `metric_NumListingsGlobal`, `metric_ListingsCountInSearchArea`, `metric_LastLoginDate`, `metric_IsGlobalAgent`, … (`metric_*` and `metric_*_score`) |
| **Place context** | `placeId`, `placeLocality`, `placeCountry`, `placeLatitude`, `placeLongitude` |
| **Profile** | `countryISO`, `mainLanguage`, `spokenLanguages`, `userOriginalId` |

Contact fields (email, phone) are included when they appear on the Properstar page.

#### Listing example

```json
{
  "recordType": "listing",
  "listingId": 115513496,
  "originalId": "11827-58978",
  "reference": "58978",
  "title": "Stylish 2-Room Apartment with Balcony, Underfloor Heating & Lift",
  "title_en": "Stylish 2-Room Apartment with Balcony, Underfloor Heating & Lift",
  "title_de": "Stilvolle 2-Zimmer-Wohnung mit Balkon, Fußbodenheizung & Aufzug",
  "automaticTitle": "Condo for sale in Berlin, Germany",
  "price": 335000,
  "currency": "EUR",
  "priceShow": true,
  "priceValues": [{ "currencyId": "EUR", "type": "Original", "value": 335000 }],
  "priceLastChange": null,
  "transactionType": "Sell",
  "propertyType": "Apartment",
  "numberOf_rooms": 2,
  "numberOf_bedrooms": 1,
  "numberOf_bathrooms": 1,
  "city": "Berlin",
  "postcode": "12167",
  "country": "DE",
  "latitude": 52.520007,
  "longitude": 13.404954,
  "state": "Published",
  "timeZone": "Europe/Berlin",
  "imageUrl": "https://files-api.properstar.com/api/v2/files/…/2",
  "imageCount": 8,
  "images": ["https://files-api.properstar.com/api/v2/files/…/2", "…"],
  "contactUsers": [{ "firstName": "Buy Berlin Investments GmbH", "email": "info@buyberlin.co.uk", "phone": "+49 30 240 356 68" }],
  "listingUrl": "https://www.properstar.com/listing/115513496",
  "searchUrl": "https://www.properstar.com/germany/buy?price.max=640000",
  "page": 1,
  "scrapedAt": "2026-06-19T16:00:00.000Z"
}
````

#### Agent example

```json
{
  "recordType": "agent",
  "agentAccountId": 6180118,
  "topAccountId": 26282,
  "userId": 1420298,
  "rankScore": 108.99,
  "email": "cgensollen@junot.fr",
  "phone": "+33142736230",
  "fullName": "Charles GENSOLLEN",
  "accountName": "Charles GENSOLLEN",
  "accountName_fr": "Charles GENSOLLEN",
  "accountType": "Agent",
  "accountAddress": "11, rue de Tournon",
  "accountLocality": "Paris 6ème",
  "accountPostCode": "75006",
  "accountLogo": "https://files-api.properstar.com/api/v2/files/…/1",
  "listingsStat_numberOfListings": 11,
  "listingsStat_numberOfListingsSell": 11,
  "listingsStat_medianPrice": 2120000,
  "metric_NumListingsGlobal": 7,
  "metric_IsGlobalAgent": true,
  "topAccountName": "Junot",
  "topAccountName_fr": "Junot",
  "topAccountType": "Franchise",
  "placeId": "ChIJZwDTqCNu5kcRuHqnfKluXDU",
  "placeLocality": "Paris",
  "placeCountry": "France",
  "agentSlug": "charles-gensollen",
  "searchUrl": "https://www.properstar.fr/agents?placeId=ChIJZwDTqCNu5kcRuHqnfKluXDU",
  "page": 1,
  "scrapedAt": "2026-06-19T16:00:00.000Z"
}
```

### ❓ FAQ

#### How much does it cost to run this actor?

**$0.7 per 1,000 results** — No hidden fees.

#### Why am I only getting 5 results?

On the **free Apify plan**, each run is limited to **5 items** so you can verify data quality before upgrading. Subscribe to any **paid Apify plan** to remove that cap and use your full `maxItems` setting.

#### Can I scrape all Properstar country sites?

Yes — any Properstar domain works for **property searches** and **agent directories** (including paths like `agentes-inmobiliarios`). Use **one mode per run**: a search URL for listings, or an agent directory URL for agents. The actor detects the mode automatically and paginates until `maxItems` or no further results.

#### Why did my run stop before reaching `maxItems`?

Common reasons: (1) **no further results** for that URL, (2) **free-tier** item cap, (3) **daily rate limit** (5 runs/day, 30-minute gap for free users), or (4) you reached your **`maxItems`** limit.

### 🔎 SEO Keywords

Properstar scraper, Properstar listings scraper, Properstar agents scraper, scrape Properstar agents, Properstar agent emails, Properstar.com scraper, Properstar.fr scraper, international real estate scraper, property search scraper, real estate agent directory scraper, Apify Properstar actor, Properstar API alternative, web scraping Properstar, export Properstar listings JSON, immobilier scraper Properstar, agentes inmobiliarios scraper, scrape property prices Properstar, ListGlobally scraper, worldwide property listings scraper, real estate lead generation scraper

### 🔍 Looking for something else?

[Browse thousands of scrapers on Apify Store](https://apify.com/store?fpr=cbgdsf)

### 📬 Contact

- 💬 **Discord:** `@azzouzana`
- 📧 **Email:** <labs@azzouzana.com>

### ⚠️ Disclaimer

This actor is **not affiliated** with Properstar or ListGlobally. Trademarks belong to their respective owners.

# Actor input Schema

## `startUrl` (type: `string`):

Full Properstar search results URL from any Properstar domain (properstar.com, properstar.fr, etc.).

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

Maximum property listings to scrape. (Effective limit also respects run budget and free-tier cap)

## Actor input object example

```json
{
  "startUrl": "https://www.properstar.ca/canada/montreal/rent/apartment-house/1p-bedroom?preferredAmenities=AirConditioning",
  "maxItems": 100
}
```

# 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 = {
    "startUrl": "https://www.properstar.ca/canada/montreal/rent/apartment-house/1p-bedroom?preferredAmenities=AirConditioning",
    "maxItems": 100
};

// Run the Actor and wait for it to finish
const run = await client.actor("azzouzana/properstar-properties-agents-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 = {
    "startUrl": "https://www.properstar.ca/canada/montreal/rent/apartment-house/1p-bedroom?preferredAmenities=AirConditioning",
    "maxItems": 100,
}

# Run the Actor and wait for it to finish
run = client.actor("azzouzana/properstar-properties-agents-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 '{
  "startUrl": "https://www.properstar.ca/canada/montreal/rent/apartment-house/1p-bedroom?preferredAmenities=AirConditioning",
  "maxItems": 100
}' |
apify call azzouzana/properstar-properties-agents-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "$0.7/1K 💚 Properstar Properties/Agents Scraper (By Search URL)",
        "description": "$0.7/1K 🔥 #1 NO-CODE Properstar scraper! Paste a property search OR agent directory URL (.com, .fr, .de & more) ⚡ Listings: price, rooms, geo, images & contacts. Agents: emails, phones, agency stats & 20+ fields - AI-agent ready. Auto-pagination, 2K cap bypass on searches. Start now! 🚀",
        "version": "0.0",
        "x-build-id": "QiP3ZrUhch1CayFh1"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/azzouzana~properstar-properties-agents-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-azzouzana-properstar-properties-agents-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/azzouzana~properstar-properties-agents-scraper/runs": {
            "post": {
                "operationId": "runs-sync-azzouzana-properstar-properties-agents-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/azzouzana~properstar-properties-agents-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-azzouzana-properstar-properties-agents-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "startUrl"
                ],
                "properties": {
                    "startUrl": {
                        "title": "Start URL",
                        "type": "string",
                        "description": "Full Properstar search results URL from any Properstar domain (properstar.com, properstar.fr, etc.).",
                        "default": "https://www.properstar.ca/canada/montreal/rent/apartment-house/1p-bedroom?preferredAmenities=AirConditioning"
                    },
                    "maxItems": {
                        "title": "Max items",
                        "minimum": 5,
                        "type": "integer",
                        "description": "Maximum property listings to scrape. (Effective limit also respects run budget and free-tier cap)",
                        "default": 5
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
