# Skip Trace PRO — Verified Phones & Emails, Clean Output (`intelscrape/skip-trace-pro`) Actor

Skip trace any person by name, address, or phone. Returns CLEAN flat records with the best phone & email surfaced, MX-verified emails, classified phone types, match confidence, and multi-source fallback so you actually get results.

- **URL**: https://apify.com/intelscrape/skip-trace-pro.md
- **Developed by:** [IntelScrape](https://apify.com/intelscrape) (community)
- **Categories:** Lead generation, Real estate, Business
- **Stats:** 4 total users, 3 monthly users, 100.0% runs succeeded, 1 bookmarks
- **User rating**: No ratings yet

## Pricing

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

## Skip Trace PRO — Verified Phones & Emails, Clean Output 🔎

**Skip trace anyone by name, address, or phone — and get contacts you can actually use.** Skip Trace PRO pulls contact data from a **licensed skip-trace provider** (not scraping, not breach data), then adds the things competitors don't: a **clean flat record** with the **best phone & email surfaced**, **phone validation + line-type + optional real-time liveness**, **MX-verified emails**, an optional **breach-exposure flag**, and a **match-confidence score**.

Built to fix the three things people hate about other skip-trace actors: empty results, messy nested JSON, and dead contact info.

---

### ✅ Why it's better

| | Typical skip-trace actor | **Skip Trace PRO** |
|---|---|---|
| Data source | Brittle scrape of Cloudflare-blocked sites → "no results" | **Licensed API** (reliable, accurate) |
| Output | Huge nested JSON, contradictory arrays | **Clean flat record, `bestPhone`/`bestEmail` surfaced** |
| Email quality | Raw, often dead | **MX-verified** |
| Phone data | Raw strings | **E.164 + line-type + optional live/carrier check** |
| Validity signal | None | **Breach-exposure flag** (real, used email) |
| Match quality | Unknown | **`matchConfidence` 0–100** fusing every signal |
| Input UX | Strict (`semicolon required`) | **Free-form** |
| Billing | Charged on junk | **Pay only per delivered record** |

---

### 🔑 Setup — add your keys as Environment variables

Set these under **Actor → Settings → Environment variables** (kept secret, never in input):

| Env var | Purpose | Required? |
|---|---|---|
| `PDL_API_KEY` | **Source 1 — People Data Labs** (recommended; resale-OK outside FCRA; free 100/mo) | set ≥1 source |
| `SCRAPERAPI_KEY` | **Source 3 — FastPeopleSearch via ScraperAPI unblocker** (residential data; free 1k/mo) | set ≥1 source |
| `ENDATO_AP_NAME` / `ENDATO_AP_PASSWORD` | Source 2 — Endato/Enformion (**personal use only — ToS forbids resale**) | optional |
| `HIBP_API_KEY` | Breach-exposure flag (HaveIBeenPwned) | optional |
| `NUMVERIFY_API_KEY` | Real-time phone liveness + carrier | optional |

**Multi-source cascade:** the actor queries every configured source top-down, **merges** the results, and **isolates the most-likely match** — a phone/email confirmed by 2+ independent sources ranks highest (`bestPhoneCorroboration`, `sourceCount`, `mostLikely`). Configure one source or all three; it uses whatever's keyed.

> ⚖️ **Compliance — your responsibility.** The `scraperapi` source scrapes public people-search data; reselling personal data can trigger **FCRA** and **state data-broker registration** obligations. Confirm ScraperAPI's terms permit your use. `pdl` permits resale *only outside* FCRA-regulated uses (no employment/credit/insurance/housing). `endato` forbids resale entirely — personal use only.

Each enrichment **gracefully skips** if its key isn't set. **No key? Run with `demoMode: true`** to preview the exact output for free.

> **Why a licensed API, not scraping?** Public people-search sites sit behind Cloudflare/DataDome and block scrapers (that's why other actors return "no results"). A licensed API is reliable, durable, and — for **People Data Labs** — resale-permitted *outside* FCRA-regulated uses. Start free: PDL gives **100 lookups/month free** + a 500-credit trial (peopledatalabs.com).
>
> **Endato/Enformion** has deeper US consumer data but its ToS **prohibits resale** — only select it for your own internal use, never for a public/paid actor.

---

### 🔧 Inputs
- **names** — `"John Smith, Austin, TX"`
- **addresses** — `"123 Main St, Austin, TX 78701"` (reverse → residents)
- **phones** — `"(512) 555-0142"` (reverse → owner)
- **verifyEmails** / **classifyPhones** — on by default
- **verifyPhoneLiveness** — real-time active-line check (needs NumVerify key)
- **checkBreachExposure** — breach metadata flag (needs HIBP key)

### 📤 Output (one clean row per person)

```json
{
  "query": "John Smith, Austin, TX",
  "fullName": "John Smith",
  "age": 47,
  "bestPhone": "(512) 555-0142",
  "bestPhoneType": "mobile",
  "bestPhoneE164": "+15125550142",
  "bestPhoneLive": true,
  "bestEmail": "jsmith@gmail.com",
  "bestEmailVerified": true,
  "breachExposed": true,
  "breachCount": 7,
  "dataClassesExposed": ["Email addresses", "Phone numbers"],
  "currentAddress": "123 Main St, Austin, TX 78701",
  "matchConfidence": 92,
  "source": "Endato",
  "scrapedAt": "2026-06-07T00:00:00.000Z"
}
````

### 💡 Use cases

Real-estate lead skip-tracing • debt collection • process serving • B2B enrichment • CRM contact append.

### ⚖️ Compliance

Returns data from licensed providers and public-metadata services only. **No breach contents, ever.** **Not** an FCRA consumer report — do not use for credit, employment, insurance, or tenant screening. You are responsible for lawful use.

# Actor input Schema

## `maxResultsPerQuery` (type: `integer`):

How many matching people to return per search.

## `searchState` (type: `string`):

Pick the state for your name searches (used when you don't type a state in the name). Routes the search to that state's records. Leave on Auto to detect from what you type.

## `names` (type: `array`):

Full name — add city & state for accuracy. Examples: "James E Whitsitt"  or  "Amalia Castillo, Dallas, TX 75228". Commas or semicolons both work.

## `addresses` (type: `array`):

Reverse address → who lives / lived there. Example: "3828 Double Oak Ln, Irving, TX 75061". Free-form — no special formatting needed.

## `phones` (type: `array`):

Reverse phone → owner. Any format, e.g. "(512) 555-0142".

## `emails` (type: `array`):

Reverse email → owner.

## `sources` (type: `array`):

Queried top-down, then merged — a contact confirmed by 2+ sources ranks highest. Valid: "publicrecords" (FREE — NC property + NC voter + FEC + USAspending), "thatsthem" (FREE, nationwide — full street address + phones), "pdl" (People Data Labs key), "endato" (Enformion — personal use only), "scraperapi" (FastPeopleSearch + TruePeopleSearch via ScraperAPI key).

## `verifyEmails` (type: `boolean`):

Check each email's domain has live mail servers; flags dead/parked domains.

## `classifyPhones` (type: `boolean`):

Validate + normalize to E.164 and classify mobile/landline/voip; surfaces the best number.

## `verifyPhoneLiveness` (type: `boolean`):

Real-time line check + carrier. Requires NUMVERIFY\_API\_KEY.

## `checkBreachExposure` (type: `boolean`):

Flag whether the best email appears in known breaches (metadata only). Requires HIBP\_API\_KEY.

## `demoMode` (type: `boolean`):

Return a sample record so you can see the exact output format.

## Actor input object example

```json
{
  "maxResultsPerQuery": 3,
  "searchState": "",
  "names": [
    "John Smith, Greensboro, NC"
  ],
  "sources": [
    "publicrecords",
    "thatsthem",
    "pdl",
    "endato",
    "scraperapi"
  ],
  "verifyEmails": true,
  "classifyPhones": true,
  "verifyPhoneLiveness": false,
  "checkBreachExposure": true,
  "demoMode": false
}
```

# Actor output Schema

## `query` (type: `string`):

The original search input for this record.

## `queryType` (type: `string`):

name, address, phone, or email-lookup.

## `fullName` (type: `string`):

Full name of the matched person.

## `age` (type: `string`):

Age, when available.

## `bestPhone` (type: `string`):

The single best phone number (formatted).

## `bestPhoneType` (type: `string`):

mobile, landline, voip, or unknown.

## `bestPhoneE164` (type: `string`):

Best phone in E.164 format.

## `bestPhoneLive` (type: `string`):

Whether the best phone is an active line.

## `bestPhoneCorroboration` (type: `string`):

How many sources reported the best phone.

## `phoneCount` (type: `string`):

Number of distinct valid phones.

## `bestEmail` (type: `string`):

The single best email address.

## `bestEmailVerified` (type: `string`):

Whether the best email domain has live MX.

## `emailCount` (type: `string`):

Number of distinct emails.

## `breachExposed` (type: `string`):

Whether the best email appears in known breaches.

## `breachCount` (type: `string`):

Number of breaches the email appears in.

## `currentAddress` (type: `string`):

Current or most-recent address.

## `employer` (type: `string`):

Employer, when available.

## `occupation` (type: `string`):

Occupation, when available.

## `propertyValue` (type: `string`):

Assessed property value, when available.

## `lastActivityDate` (type: `string`):

Most recent activity date.

## `voterStatus` (type: `string`):

Voter registration status.

## `sourceCount` (type: `string`):

Number of independent sources that agree.

## `matchConfidence` (type: `string`):

0-100 confidence score.

## `mostLikely` (type: `string`):

True for the top-ranked match of a query.

## `source` (type: `string`):

Primary source label.

## `scrapedAt` (type: `string`):

ISO timestamp of the lookup.

# 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 = {
    "names": [
        "John Smith, Greensboro, NC"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("intelscrape/skip-trace-pro").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 = { "names": ["John Smith, Greensboro, NC"] }

# Run the Actor and wait for it to finish
run = client.actor("intelscrape/skip-trace-pro").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 '{
  "names": [
    "John Smith, Greensboro, NC"
  ]
}' |
apify call intelscrape/skip-trace-pro --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=intelscrape/skip-trace-pro",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Skip Trace PRO — Verified Phones & Emails, Clean Output",
        "description": "Skip trace any person by name, address, or phone. Returns CLEAN flat records with the best phone & email surfaced, MX-verified emails, classified phone types, match confidence, and multi-source fallback so you actually get results.",
        "version": "1.0",
        "x-build-id": "8osvfwSkPPhn7D3NB"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/intelscrape~skip-trace-pro/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-intelscrape-skip-trace-pro",
                "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/intelscrape~skip-trace-pro/runs": {
            "post": {
                "operationId": "runs-sync-intelscrape-skip-trace-pro",
                "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/intelscrape~skip-trace-pro/run-sync": {
            "post": {
                "operationId": "run-sync-intelscrape-skip-trace-pro",
                "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": {
                    "maxResultsPerQuery": {
                        "title": "Max Results From Each Search",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "How many matching people to return per search.",
                        "default": 3
                    },
                    "searchState": {
                        "title": "📍 State",
                        "enum": [
                            "",
                            "AL",
                            "AK",
                            "AZ",
                            "AR",
                            "CA",
                            "CO",
                            "CT",
                            "DE",
                            "DC",
                            "FL",
                            "GA",
                            "HI",
                            "ID",
                            "IL",
                            "IN",
                            "IA",
                            "KS",
                            "KY",
                            "LA",
                            "ME",
                            "MD",
                            "MA",
                            "MI",
                            "MN",
                            "MS",
                            "MO",
                            "MT",
                            "NE",
                            "NV",
                            "NH",
                            "NJ",
                            "NM",
                            "NY",
                            "NC",
                            "ND",
                            "OH",
                            "OK",
                            "OR",
                            "PA",
                            "RI",
                            "SC",
                            "SD",
                            "TN",
                            "TX",
                            "UT",
                            "VT",
                            "VA",
                            "WA",
                            "WV",
                            "WI",
                            "WY"
                        ],
                        "type": "string",
                        "description": "Pick the state for your name searches (used when you don't type a state in the name). Routes the search to that state's records. Leave on Auto to detect from what you type.",
                        "default": ""
                    },
                    "names": {
                        "title": "🔎 Search by Name (or Name, City, State Zip)",
                        "type": "array",
                        "description": "Full name — add city & state for accuracy. Examples: \"James E Whitsitt\"  or  \"Amalia Castillo, Dallas, TX 75228\". Commas or semicolons both work.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "addresses": {
                        "title": "🏠 Search by Address",
                        "type": "array",
                        "description": "Reverse address → who lives / lived there. Example: \"3828 Double Oak Ln, Irving, TX 75061\". Free-form — no special formatting needed.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "phones": {
                        "title": "📞 Search by Phone Number",
                        "type": "array",
                        "description": "Reverse phone → owner. Any format, e.g. \"(512) 555-0142\".",
                        "items": {
                            "type": "string"
                        }
                    },
                    "emails": {
                        "title": "📧 Search by Email",
                        "type": "array",
                        "description": "Reverse email → owner.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "sources": {
                        "title": "Data sources (priority order, top-down)",
                        "type": "array",
                        "description": "Queried top-down, then merged — a contact confirmed by 2+ sources ranks highest. Valid: \"publicrecords\" (FREE — NC property + NC voter + FEC + USAspending), \"thatsthem\" (FREE, nationwide — full street address + phones), \"pdl\" (People Data Labs key), \"endato\" (Enformion — personal use only), \"scraperapi\" (FastPeopleSearch + TruePeopleSearch via ScraperAPI key).",
                        "default": [
                            "publicrecords",
                            "thatsthem",
                            "pdl",
                            "endato",
                            "scraperapi"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "verifyEmails": {
                        "title": "Verify emails (MX)",
                        "type": "boolean",
                        "description": "Check each email's domain has live mail servers; flags dead/parked domains.",
                        "default": true
                    },
                    "classifyPhones": {
                        "title": "Classify phones (type + best contact)",
                        "type": "boolean",
                        "description": "Validate + normalize to E.164 and classify mobile/landline/voip; surfaces the best number.",
                        "default": true
                    },
                    "verifyPhoneLiveness": {
                        "title": "Verify phone is active (NumVerify)",
                        "type": "boolean",
                        "description": "Real-time line check + carrier. Requires NUMVERIFY_API_KEY.",
                        "default": false
                    },
                    "checkBreachExposure": {
                        "title": "Breach-exposure flag (HaveIBeenPwned)",
                        "type": "boolean",
                        "description": "Flag whether the best email appears in known breaches (metadata only). Requires HIBP_API_KEY.",
                        "default": true
                    },
                    "demoMode": {
                        "title": "Demo mode (try it free — no key, no lookup)",
                        "type": "boolean",
                        "description": "Return a sample record so you can see the exact output format.",
                        "default": false
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
