# ❇️ TRUSTPILOT Extractor (`jupri/trustpilot`) Actor

💫 Scrape TRUSTPILOT.com

- **URL**: https://apify.com/jupri/trustpilot.md
- **Developed by:** [cat](https://apify.com/jupri) (community)
- **Categories:** E-commerce
- **Stats:** 70 total users, 0 monthly users, 100.0% runs succeeded, 3 bookmarks
- **User rating**: No ratings yet

## Pricing

$20.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

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

## 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

## Welcome To TRUSTPILOT Scraper

![dont be sad readme is here](https://raw.githubusercontent.com/JupriGH/resources/main/cats/catframe.png)

### ☘️ About TrustPilot.com

<img height="132" src="https://upload.wikimedia.org/wikipedia/commons/7/78/Trustpilot_Logo_%282022%29.svg">

**Trustpilot Group plc**, is a [Danish](https://en.wikipedia.org/wiki/Danish_Realm "Danish Realm") consumer business operating a [review website](https://en.wikipedia.org/wiki/Review_website "Review website") founded in Denmark in 2007 which hosts reviews of businesses worldwide. Nearly 1 million new reviews are posted each month.[[2]](https://en.wikipedia.org/wiki/Trustpilot#cite_note-Forbes48h-2) The site offers [freemium](https://en.wikipedia.org/wiki/Freemium "Freemium") services to businesses.[[3]](https://en.wikipedia.org/wiki/Trustpilot#cite_note-trustpilot1-3) It has been criticised for the publication of fake reviews, and allowing companies to remove negative reviews.[[3]](https://en.wikipedia.org/wiki/Trustpilot#cite_note-trustpilot1-3)[[4]](https://en.wikipedia.org/wiki/Trustpilot#cite_note-theguardian1-4)[[5]](https://en.wikipedia.org/wiki/Trustpilot#cite_note-:0-5)[[6]](https://en.wikipedia.org/wiki/Trustpilot#cite_note-:1-6) Trustpilot is listed on the [London Stock Exchange](https://en.wikipedia.org/wiki/London_Stock_Exchange "London Stock Exchange") and is a constituent of the [FTSE 250 Index](https://en.wikipedia.org/wiki/FTSE_250_Index "FTSE 250 Index").

### ☘️ About This Actor

#### Features :

- 🍂 Search company
- 🍂 Scrape company info
- 🍂 Scrape company reviews
- 🍂 Multiple `Query` in single request

#### Disclaimer :

- 🔒 _Free trial limited to **5** query per request_
- 🔒 _Free trial limited to **100** results_

### ☘️ Tutorial

#### 🍃 Parameters :

| Name | Type | Description |
|-|-|-|
| `query` | **array** | `Query`, Search Terms or `URL` |
| `limit` | **number** | Number of results per`QUERY` |

#### 🍃 Basic Usage

```yaml
{ "query": ["apify.com/reviews"], "limit": 100 }
````

#### 🍃 Advanced Usage

##### TrustPilot Query Language (TPQL)

```html
[ <COMMAND:> | # | @ ] [ <NAME> | <ID> | <KEYWORD> | <URL> ] [ /<SECTION> ]  
```

| Format | Example | Descriptio |
|-|-|-|
| **<*KEYWORD*>** | `microsoft` | ***Search Companies*** |
| **cat:<*CATEGORY*>** | `cat:car_dealer` | ***Search Category*** |
| **<*COMPANY\_URL*>** | `www.apify.com` | ***Company Data*** |
| **<*COMPANY\_ID*>** | `62ac9c3177fbadc00785d7fe` | |
| `/info` | `www.apify.com/info` | Company full info |
| | `62ac9c3177fbadc00785d7fe/info` |  |
| `/profile` | `www.apify.com/profile` | Company profile |
| `/summary` | `www.apify.com/summary` | Reviews summary |
| `/reviews` | `www.apify.com/reviews` | Company Reviews |
| **@<*USER\_ID*>** | `@57eaba720000ff000a484fff` | ***User/Consumer Data***|
| `/info` | `@57eaba720000ff000a484fff/info` | User info |\
| `/reviews` | `@57eaba720000ff000a484fff/reviews` | User submitted reviews |\
| **https:<*URL*>** | `https://www.trustpilot.com` | ***Start URL*** |
| | 💫 *to be continued ...* | |

### ☘️ Input Examples

Company Reviews

```yaml
{ "query": ["apify.com/reviews"], "limit": 100 }
```

Company Info

```yaml
{ "query": ["apify.com"] }
```

Multiple `QUERY`

```yaml
{ 
	"query": [
		"apify.com/reviews", 
		"microsoft.com/reviews", 
		"google.com/reviews" 
	],
	"limit": 40 
}
```

### ☘️ Output Samples

#### 🍃 Company Info

```yaml
{
    "address": {
        "city": "",
        "country": "United States",
        "countryCode": "US",
        "postcode": "",
        "state": "",
        "street": ""
    },
    "badFit": null,
    "categories": [],
    "companyName": "Microsoft ",
    "country": "US",
    "description": {
        "header": "Microsoft Danmark",
        "text": ""
    },
    "displayName": "Microsoft",
    "email": "",
    "evaluateEmbedUrl": "https://www.trustpilot.com/evaluate/embed/www.microsoft.com",
    "evaluateUrl": "https://www.trustpilot.com/evaluate/www.microsoft.com",
    "facebookPageId": null,
    "facebookPageUrl": null,
    "id": "46a6794b000064000500910a",
    "isClaimed": true,
    "isCommentsEnabled": true,
    "isFacebookActivated": false,
    "isIncentivisingUsers": false,
    "isSubscriber": false,
    "locale": "en-US",
    "logoUrl": "//s3-eu-west-1.amazonaws.com/tpd/logos/46a6794b000064000500910a/0x0.png",
    "name": {
        "identifying": "www.microsoft.com",
        "referring": [
            "avicode.com",
            "dynamicsmea.com",
            "fastsearch.com",
            "fsinsider.com",
            "imagine-windowslive.com",
            "imapc.lifewithoutwalls.com",
            "lifewithoutwalls.com",
            "microsft.com",
            "microsoft.com",
            "microsoft.de",
            "microsoft.dk",
            "microsoft.net",
            "microsoft.nl",
            "microsoft.sk",
            "mseventseurope.com",
            "officeformac.com",
            "playsforsure.com",
            "saeko2010.tv",
            "surface.com",
            "ultimatepc.com",
            "windows.it",
            "windowsembedded.com",
            "windowsmediacenter.com",
            "windowsphone7.com",
            "windowsvista.com",
            "www.avicode.com",
            "www.dynamicsmea.com",
            "www.fsinsider.com",
            "www.imagine-windowslive.com",
            "www.microsft.com",
            "www.microsoft.com",
            "www.microsoft.de",
            "www.microsoft.dk",
            "www.microsoft.net",
            "www.microsoft.nl",
            "www.microsoft.sk",
            "www.mseventseurope.com",
            "www.officeformac.com",
            "www.playsforsure.com",
            "www.saeko2010.tv",
            "www.ultimatepc.com",
            "www.windows.it",
            "www.windowsembedded.com",
            "www.windowsmediacenter.com",
            "www.windowsphone7.com",
            "www.windowsvista.com",
            "www.fastsearch.com",
            "www.imapc.lifewithoutwalls.com",
            "www.lifewithoutwalls.com",
            "www.surface.com"
        ]
    },
    "numberOfReviews": {
        "fiveStars": 188,
        "fourStars": 54,
        "oneStar": 1614,
        "threeStars": 56,
        "total": 2010,
        "twoStars": 98,
        "usedForTrustScoreCalculation": 1927
    },
    "phone": "",
    "predictedTopCategory": {
        "categoryId": "electronics_technology",
        "displayName": "Electronics & Technology",
        "isPrimary": false,
        "name": "electronics_technology",
        "ranking": {
            "cardinality": 0,
            "position": 0
        },
        "source": "predicted"
    },
    "profileImage": {
        "image118x89": {
            "height": 89,
            "url": "//s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/46a6794b000064000500910a/118x89.png",
            "width": 118
        },
        "image198x149": {
            "height": 149,
            "url": "//s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/46a6794b000064000500910a/198x149.png",
            "width": 198
        },
        "image57x43": {
            "height": 43,
            "url": "//s3-eu-west-1.amazonaws.com/tpd/screenshotlogo-domain/46a6794b000064000500910a/57x43.png",
            "width": 57
        }
    },
    "profileUrl": "https://www.trustpilot.com/review/www.microsoft.com",
    "score": {
        "stars": 1.5,
        "trustScore": 1.3
    },
    "socialmedia": {
        "facebook": null,
        "googleplus": null,
        "instagram": null,
        "linkedin": null,
        "twitter": null,
        "youtube": null
    },
    "status": "active",
    "websiteUrl": "https://www.microsoft.com"
}
```

#### 🍃 Company Reviews

```yaml
{
    "businessUnitHistory": [],
    "companyReply": null,
    "complianceLabels": [],
    "consumer": {
        "displayLocation": null,
        "displayName": "Daniel pili",
        "id": "64d10224eafff3001168fcff",
        "numberOfReviews": 2
    },
    "countsTowardsLocationTrustScore": null,
    "countsTowardsTrustScore": true,
    "createdAt": "2024-09-27T02:19:08Z",
    "experiencedAt": "2024-09-26T00:00:00Z",
    "id": "66f5f9fcc07d5d733798cc93",
    "invitation": null,
    "isVerified": false,
    "language": "en",
    "location": null,
    "numberOfLikes": 0,
    "reportData": null,
    "reviewVerificationLevel": "not-verified",
    "source": "Organic",
    "stars": 1,
    "status": "active",
    "text": "I had a dual booted computer with windows and arch and after an update on windows, (which i didnt ask for). it BROKE my arch linux partition. when i contacted support all they said was FU, go figure it out yourself, they didnt give BASIC instructions on how to fix it. DO NOT install windows on your computer EVER. Start with ubuntu or anything else if you want reliability and knowing that your computer wont DO things for you that you didnt choose!",
    "title": "Break things and dont offer to fix them",
    "updatedAt": null
}
```

### ✏️ Support

⚡️ Feel free to [reach out](https://console.apify.com/actors/FhZytDgLwnDcCqoHP/issues) to the developer for any [issues](https://console.apify.com/actors/FhZytDgLwnDcCqoHP/issues) or suggestions for improvement.

<img src="https://apify-uploads-prod.s3.us-east-1.amazonaws.com/5SxZhwYwpknFk8ek9-cat.gif" width="240">

# Actor input Schema

## `query` (type: `array`):

💡 Search Terms, <code>QUERY</code> or <code>URL</code>

## `limit` (type: `integer`):

💡 Number of results <i><code>(per-QUERY)</code></i>

## `dev_custom_headers` (type: `array`):

💡 Additional HTTP Headers

## `dev_custom_cookies` (type: `array`):

💡 Additional HTTP Cookies

## `dev_transform_fields` (type: `array`):

💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>

## `dev_dataset_name` (type: `string`):

💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>

## `dev_dataset_clear` (type: `boolean`):

Clear Dataset before insert/update.

## `dev_no_strip` (type: `boolean`):

💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>

## Actor input object example

```json
{
  "query": [
    "microsoft.com",
    "google.com",
    "apify.com",
    "apify.com/reviews"
  ],
  "limit": 5
}
```

# 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 = {
    "query": [
        "microsoft.com",
        "google.com",
        "apify.com",
        "apify.com/reviews"
    ],
    "limit": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("jupri/trustpilot").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 = {
    "query": [
        "microsoft.com",
        "google.com",
        "apify.com",
        "apify.com/reviews",
    ],
    "limit": 5,
}

# Run the Actor and wait for it to finish
run = client.actor("jupri/trustpilot").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 '{
  "query": [
    "microsoft.com",
    "google.com",
    "apify.com",
    "apify.com/reviews"
  ],
  "limit": 5
}' |
apify call jupri/trustpilot --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "❇️ TRUSTPILOT Extractor",
        "description": "💫 Scrape TRUSTPILOT.com",
        "version": "0.2",
        "x-build-id": "amCJId9dg92j7vb4y"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/jupri~trustpilot/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-jupri-trustpilot",
                "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/jupri~trustpilot/runs": {
            "post": {
                "operationId": "runs-sync-jupri-trustpilot",
                "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/jupri~trustpilot/run-sync": {
            "post": {
                "operationId": "run-sync-jupri-trustpilot",
                "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": {
                    "query": {
                        "title": "❓ Query",
                        "type": "array",
                        "description": "💡 Search Terms, <code>QUERY</code> or <code>URL</code>",
                        "items": {
                            "type": "string"
                        }
                    },
                    "limit": {
                        "title": "♾️ Limit",
                        "type": "integer",
                        "description": "💡 Number of results <i><code>(per-QUERY)</code></i>"
                    },
                    "dev_custom_headers": {
                        "title": "📜 HTTP HEADERS",
                        "type": "array",
                        "description": "💡 Additional HTTP Headers",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_custom_cookies": {
                        "title": "🍰 HTTP COOKIES",
                        "type": "array",
                        "description": "💡 Additional HTTP Cookies",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_transform_fields": {
                        "title": "♻️ CUSTOM FIELD",
                        "type": "array",
                        "description": "💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_dataset_name": {
                        "title": "📁 CUSTOM STORAGE",
                        "type": "string",
                        "description": "💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
                    },
                    "dev_dataset_clear": {
                        "title": "Clear Storage",
                        "type": "boolean",
                        "description": "Clear Dataset before insert/update."
                    },
                    "dev_no_strip": {
                        "title": "Disable data cleansing",
                        "type": "boolean",
                        "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
