# Boricua Connection: Real Estate Capital & Deal Matcher (`constructive_junk/boricua-connection-real-estate-capital-deal-matcher`) Actor

AI-powered real estate investment platform connecting U.S. capital with Puerto Rico deals. Dual-mode: scrapes listings from ClasificadosOnline/Redfin/Zillow PR and matches investors with finders via OpenAI. Includes Ley 60 tax analysis, ROI estimates, and JV/Hard Money/Wholesale deal structuring.

- **URL**: https://apify.com/constructive\_junk/boricua-connection-real-estate-capital-deal-matcher.md
- **Developed by:** [Maria Correa-Resto](https://apify.com/constructive_junk) (community)
- **Categories:** Real estate, AI, Lead generation
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

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

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

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

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

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

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

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

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Boricua Connection: Real Estate Capital & Deal Matcher

> **The only Apify Actor that bridges U.S. capital with Puerto Rico real estate deals — powered by AI matching, live scraping, and Ley 60 tax analysis.**

---

### 🏠 What Does This Actor Do?

**Boricua Connection** is a dual-mode intelligent platform for the Puerto Rico real estate market:

- **DEAL_SCRAPER mode**: Automatically extracts active real estate listings from PR portals (ClasificadosOnline, Redfin, Zillow PR), enriches them with AI-powered analysis (repair cost estimates, ROI projections, Ley 60 viability), and stores structured opportunities ready for matching.

- **MATCH_ENGINE mode**: Takes a list of investors with capital and a list of properties/contracts, then uses OpenAI (GPT-4o-mini) to generate optimal pairings — complete with Joint Venture structures, Hard Money loan proposals, or wholesale assignment strategies and a Match Confidence score (0–100%).

Whether you are a **wholesaler** with contracts but no funding, a **U.S. investor** seeking Ley 60 tax benefits in Puerto Rico, or a **data researcher** mapping the PR real estate market — this Actor is your unfair advantage.

---

### 👥 Who Is This For?

#### 🔑 Persona 1 — Finders & Wholesalers (Puerto Rico)
You have a property under contract or a hot off-market deal, but need a capital partner fast. Feed your deal into MATCH_ENGINE and get a ranked list of compatible investors with a suggested deal structure in seconds.

#### 💼 Persona 2 — Real Estate Investors Seeking Ley 60 (U.S. Mainland)
You want to deploy capital in Puerto Rico and benefit from Act 60 tax incentives (0–4% capital gains tax). Use DEAL_SCRAPER to discover current opportunities filtered by ROI threshold, deal type (Fix & Flip, JV, Hard Money), and location — with Ley 60 viability flagged automatically.

#### 📊 Persona 3 — Data Researchers & PropTech Teams
You need structured, enriched Puerto Rico real estate data at scale. Run DEAL_SCRAPER on a schedule to build a dataset of market listings with AI-generated market value estimates, repair costs, deal types, and ROI ranges.

---

### ⚙️ Input Parameters

| Parameter | Type | Description | Default |
|---|---|---|---|
| `mode` | Select | `DEAL_SCRAPER` or `MATCH_ENGINE` | Required |
| `openaiApiKey` | String (secret) | Your OpenAI API key | Required |
| `dealType` | Select | `JV` / `Hard Money` / `Wholesale` / `Fix&Flip` | `JV` |
| `minROI` | Integer | Minimum ROI % to include a deal | `12` |
| `targetLocations` | Array | PR/US cities to target | `["San Juan", "Condado", "Dorado", "Rincón", "Orlando", "Miami"]` |
| `maxItems` | Integer | Max results to return | `50` |
| `proxyConfiguration` | Proxy | Apify proxy settings | `useApifyProxy: true` |
| `investors` | Array | Investor profiles (MATCH_ENGINE only) | `[]` |
| `properties` | Array | Property/contract objects (MATCH_ENGINE only) | `[]` |

---

### 📦 Example Output

#### DEAL_SCRAPER Output

```json
{
  "dealId": "pr-deal-00142",
  "propertyAddress": "Calle Loíza 214, Santurce, PR 00911",
  "listPrice": 185000,
  "estimatedMarketValue": 220000,
  "repairCostEstimate": 28000,
  "estimatedROI": "18.5%",
  "dealType": "Fix & Flip",
  "ley60Viable": true,
  "targetInvestorType": "U.S. Mainland Investor — Act 60",
  "suggestedStrategy": "Acquire, renovate, and sell within 18 months for capital gain exempt under Act 60",
  "matchConfidence": 87,
  "sourceUrl": "https://clasificadosonline.com/listing/00142",
  "scrapedAt": "2025-01-15T14:30:00Z"
}
````

#### MATCH\_ENGINE Output

```json
{
  "dealId": "match-0023",
  "propertyAddress": "Urb. Dorado Beach Este, Dorado, PR 00646",
  "investorTypeTarget": "Hard Money Lender — Short Term",
  "suggestedStrategy": "Bridge loan at 10% interest, 12-month term, secured by first-position lien",
  "estimatedROI": "22%",
  "matchConfidence": "91%",
  "legalStructureProposal": "Hard Money Loan Agreement with Option to Convert to JV if ARV exceeds $480,000",
  "investorId": "inv-007",
  "matchedAt": "2025-01-15T15:00:00Z"
}
```

***

### 💰 Pricing & Cost Estimate

This Actor uses **Pay-per-event** monetization:

| Event | Cost |
|---|---|
| Actor start | $0.20 per run |
| Per result stored | $0.005 (i.e., $5.00 per 1,000 results) |

**Example**: Scraping 100 properties with AI enrichment ≈ **$0.70 total** (start fee + 100 results).

Running MATCH\_ENGINE on 50 investor–property pairs ≈ **$0.45 total**.

> Note: OpenAI API costs are separate and billed directly to your OpenAI account. GPT-4o-mini processes batches of 15 items, making it highly cost-efficient (~$0.002 per batch).

***

### 🔗 Webhook Integrations (Make / Zapier → Telegram / WhatsApp)

#### Use Case: Instant Deal Alerts to Telegram

1. Run Actor on a **daily schedule** in DEAL\_SCRAPER mode
2. Set up a **webhook** in Apify to POST results to Make.com or Zapier
3. Configure the automation to filter results where `matchConfidence > 80`
4. Send a formatted Telegram message with deal address, ROI, and Ley 60 flag

**Sample Make.com Scenario:**

```
[Apify Webhook] → [Filter: matchConfidence > 80] → [Telegram Bot: Send Message]
```

#### Use Case: WhatsApp Deal Digest (via Twilio)

```
[Apify Schedule — Daily 8AM] → [Webhook POST to Zapier] → [Twilio WhatsApp: Daily digest of top 5 deals]
```

***

### 🛡️ Technical Features

- **Hybrid Scraping**: Axios for fast API calls + PlaywrightCrawler for JS-heavy portals with anti-bot protection
- **AI Batch Processing**: Processes up to 15 items per OpenAI call to avoid token limit errors
- **Apify Proxy Integration**: Built-in residential proxy support to bypass geo-restrictions
- **TypeScript / ESM**: Fully typed, production-grade code with strict TypeScript
- **Ley 60 Analysis**: Automatically flags properties eligible for Puerto Rico Act 60 tax incentives
- **Structured Output**: All results stored in Apify Dataset, ready for export to CSV/JSON/Excel

***

### 🚀 Quick Start

1. **Get an OpenAI API key** at [platform.openai.com](https://platform.openai.com)
2. **Select your mode**: `DEAL_SCRAPER` to find deals, `MATCH_ENGINE` to match investors
3. **Set your target locations** (default: San Juan, Condado, Dorado, Rincón, Orlando, Miami)
4. **Run the Actor** — results appear in your Apify Dataset within minutes
5. **Export or webhook** results to your CRM, spreadsheet, or messaging app

***

### 📋 Frequently Asked Questions

**Q: Do I need an OpenAI API key?**
Yes. The Actor uses GPT-4o-mini for deal analysis and investor matching. You need your own OpenAI key (very low cost — typically under $0.05 per run).

**Q: What sites does DEAL\_SCRAPER target?**
Primarily ClasificadosOnline.com (PR's #1 classifieds), Redfin PR listings, and Zillow Puerto Rico. The hybrid scraper adapts to both static and JavaScript-rendered pages.

**Q: Can I use this for other Caribbean markets?**
Currently optimized for Puerto Rico. The `targetLocations` field supports custom inputs, and U.S. mainland cities (Orlando, Miami) are included for diaspora investor matching.

**Q: What is Ley 60 / Act 60?**
Puerto Rico's Act 60 (formerly Acts 20 and 22) offers U.S. residents who relocate to PR a 0–4% capital gains tax rate. This Actor automatically flags properties where this incentive is most relevant.

***

### 🤝 Support & Custom Development

For custom integrations, bulk licensing, or white-label versions for real estate brokerages, contact us through the Apify platform.

***

*Built with ❤️ for the Puerto Rico real estate community — connecting island deals with mainland capital.*

# Actor input Schema

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

Selecciona el modo: DEAL\_SCRAPER extrae oportunidades de portales inmobiliarios en PR. MATCH\_ENGINE conecta inversionistas con contratos de opción usando IA.

## `openaiApiKey` (type: `string`):

Clave secreta de OpenAI para análisis semántico de propiedades y generación de estructuras de inversión (gpt-4o-mini).

## `dealType` (type: `string`):

Filtra o prioriza el tipo de estructura de inversión que te interesa.

## `minROI` (type: `integer`):

Filtra oportunidades con retorno de inversión proyectado menor al umbral definido. Por defecto 12%.

## `targetLocations` (type: `array`):

Lista de municipios o ciudades donde buscar oportunidades. Incluye tanto mercados de PR como de FL para captar inversionistas de diáspora.

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

Cantidad máxima de propiedades o matches a procesar por ejecución.

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

Configura el proxy para evitar bloqueos geográficos entre PR y EE.UU. Se recomienda usar Apify Proxy con grupos RESIDENTIAL.

## `investors` (type: `array`):

Array de objetos con perfiles de inversionistas. Requerido en modo MATCH\_ENGINE. Cada objeto debe incluir: name, capitalAvailable, preferredDealType, minROI.

## `properties` (type: `array`):

Array de objetos con contratos de opción o propiedades a financiar. Requerido en modo MATCH\_ENGINE.

## Actor input object example

```json
{
  "mode": "DEAL_SCRAPER",
  "dealType": "JOINT_VENTURE",
  "minROI": 12,
  "targetLocations": [
    "San Juan",
    "Condado",
    "Dorado",
    "Rincón",
    "Orlando",
    "Miami"
  ],
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "investors": [],
  "properties": []
}
```

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

// Run the Actor and wait for it to finish
const run = await client.actor("constructive_junk/boricua-connection-real-estate-capital-deal-matcher").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 = { "proxyConfiguration": { "useApifyProxy": True } }

# Run the Actor and wait for it to finish
run = client.actor("constructive_junk/boricua-connection-real-estate-capital-deal-matcher").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 '{
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call constructive_junk/boricua-connection-real-estate-capital-deal-matcher --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=constructive_junk/boricua-connection-real-estate-capital-deal-matcher",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Boricua Connection: Real Estate Capital & Deal Matcher",
        "description": "AI-powered real estate investment platform connecting U.S. capital with Puerto Rico deals. Dual-mode: scrapes listings from ClasificadosOnline/Redfin/Zillow PR and matches investors with finders via OpenAI. Includes Ley 60 tax analysis, ROI estimates, and JV/Hard Money/Wholesale deal structuring.",
        "version": "0.0",
        "x-build-id": "2WCVHGAz1DgFThQlV"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/constructive_junk~boricua-connection-real-estate-capital-deal-matcher/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-constructive_junk-boricua-connection-real-estate-capital-deal-matcher",
                "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/constructive_junk~boricua-connection-real-estate-capital-deal-matcher/runs": {
            "post": {
                "operationId": "runs-sync-constructive_junk-boricua-connection-real-estate-capital-deal-matcher",
                "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/constructive_junk~boricua-connection-real-estate-capital-deal-matcher/run-sync": {
            "post": {
                "operationId": "run-sync-constructive_junk-boricua-connection-real-estate-capital-deal-matcher",
                "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": [
                    "mode",
                    "openaiApiKey"
                ],
                "properties": {
                    "mode": {
                        "title": "Modo de Operación",
                        "enum": [
                            "DEAL_SCRAPER",
                            "MATCH_ENGINE"
                        ],
                        "type": "string",
                        "description": "Selecciona el modo: DEAL_SCRAPER extrae oportunidades de portales inmobiliarios en PR. MATCH_ENGINE conecta inversionistas con contratos de opción usando IA.",
                        "default": "DEAL_SCRAPER"
                    },
                    "openaiApiKey": {
                        "title": "OpenAI API Key",
                        "type": "string",
                        "description": "Clave secreta de OpenAI para análisis semántico de propiedades y generación de estructuras de inversión (gpt-4o-mini)."
                    },
                    "dealType": {
                        "title": "Tipo de Estructura de Deal",
                        "enum": [
                            "JOINT_VENTURE",
                            "HARD_MONEY",
                            "WHOLESALE_OPTION",
                            "FIX_AND_FLIP"
                        ],
                        "type": "string",
                        "description": "Filtra o prioriza el tipo de estructura de inversión que te interesa.",
                        "default": "JOINT_VENTURE"
                    },
                    "minROI": {
                        "title": "ROI Mínimo Aceptable (%)",
                        "minimum": 0,
                        "maximum": 200,
                        "type": "integer",
                        "description": "Filtra oportunidades con retorno de inversión proyectado menor al umbral definido. Por defecto 12%.",
                        "default": 12
                    },
                    "targetLocations": {
                        "title": "Mercados Objetivo",
                        "type": "array",
                        "description": "Lista de municipios o ciudades donde buscar oportunidades. Incluye tanto mercados de PR como de FL para captar inversionistas de diáspora.",
                        "default": [
                            "San Juan",
                            "Condado",
                            "Dorado",
                            "Rincón",
                            "Orlando",
                            "Miami"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxItems": {
                        "title": "Máximo de Resultados",
                        "minimum": 1,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Cantidad máxima de propiedades o matches a procesar por ejecución.",
                        "default": 50
                    },
                    "proxyConfiguration": {
                        "title": "Configuración de Proxy",
                        "type": "object",
                        "description": "Configura el proxy para evitar bloqueos geográficos entre PR y EE.UU. Se recomienda usar Apify Proxy con grupos RESIDENTIAL."
                    },
                    "investors": {
                        "title": "Listado de Inversionistas (Modo MATCH_ENGINE)",
                        "type": "array",
                        "description": "Array de objetos con perfiles de inversionistas. Requerido en modo MATCH_ENGINE. Cada objeto debe incluir: name, capitalAvailable, preferredDealType, minROI.",
                        "default": []
                    },
                    "properties": {
                        "title": "Listado de Propiedades/Contratos (Modo MATCH_ENGINE)",
                        "type": "array",
                        "description": "Array de objetos con contratos de opción o propiedades a financiar. Requerido en modo MATCH_ENGINE.",
                        "default": []
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
