# Moneyhouse.ch Company Registry Scraper (`automation-lab/moneyhouse-ch-company-registry-scraper`) Actor

Scrape public Moneyhouse.ch search and profile pages for Swiss company leads, UID/VAT enrichment, registry data, procurement, and KYC workflows.

- **URL**: https://apify.com/automation-lab/moneyhouse-ch-company-registry-scraper.md
- **Developed by:** [Stas Persiianenko](https://apify.com/automation-lab) (community)
- **Categories:** Lead generation, Business
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per event

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## Moneyhouse.ch Company Registry Scraper

Scrape public Moneyhouse.ch company search results and company profile pages for Swiss B2B lead generation, registry enrichment, procurement checks, KYC workflows, and market research.

### What does Moneyhouse.ch Company Registry Scraper do?

Moneyhouse.ch Company Registry Scraper extracts structured company data from public Moneyhouse.ch search and company profile pages.

It can start from search keywords such as `restaurant`, company names, sectors, or direct Moneyhouse.ch URLs.

The actor saves clean dataset rows that are ready for CSV, Excel, JSON, API integrations, CRM imports, and enrichment pipelines.

Use it when you need a repeatable way to collect Swiss company profile data from Moneyhouse.ch without manually copying search results.

### Who is it for?

- 🎯 Swiss B2B sales teams building targeted lead lists.
- 🧾 KYC and compliance teams enriching company records.
- 🏭 Procurement teams mapping suppliers and local businesses.
- 📊 Market researchers analyzing sectors, locations, and company counts.
- 🧩 Data teams combining Moneyhouse with Zefix, Local.ch, Search.ch, or CRM data.

### Why use this actor?

Moneyhouse is a useful Swiss company-intelligence source because it combines company search, commercial-register snippets, profile summaries, and public company metadata.

This actor turns those public pages into a structured dataset.

You can run small searches for one company or larger searches for industry lead generation.

You can also provide direct profile URLs when you already know the companies you want to enrich.

### What data can I extract?

| Field | Description |
| --- | --- |
| `companyName` | Company name from Moneyhouse |
| `profileUrl` | Public Moneyhouse profile URL |
| `address` | Display address from search/profile pages |
| `streetAddress` | Parsed street address when available |
| `postalCode` | Swiss postal code when available |
| `city` | City or locality when available |
| `canton` | Canton/region when available |
| `status` | Company status from profile/search metadata |
| `uidVat` | UID/VAT identifier when available |
| `legalForm` | Legal form from register information |
| `commercialRegisterNumber` | Commercial register number |
| `commercialRegistryOffice` | Registry office/canton |
| `industry` | Sector/industry text |
| `purpose` | Public purpose/description |
| `managementSummary` | Management summary from profile metadata |
| `foundedYear` | Founding year when visible |
| `lastChangeDate` | Last change date when visible |
| `sourceUrl` | Search/profile URL that produced the row |
| `searchQuery` | Query used for keyword searches |
| `scrapedAt` | ISO timestamp for the scrape |

### How much does it cost to scrape Moneyhouse.ch company data?

The actor uses pay-per-event pricing.

There is a small run-start event and a per-company result event.

Your exact cost depends on how many company rows you request and whether profile enrichment is enabled.

For a quick test, keep `maxItems` low, for example 10-25 companies.

For production lead lists, increase `maxItems` after validating that the output matches your workflow.

### How to use Moneyhouse.ch Company Registry Scraper

1. Open the actor on Apify.
2. Enter one or more `searchQueries`, such as `restaurant`, `treuhand`, or a company name.
3. Optionally add direct Moneyhouse.ch search or profile URLs in `startUrls`.
4. Set `maxItems` to control the maximum number of companies saved.
5. Keep `includeProfileDetails` enabled if you need UID/VAT, legal form, industry, purpose, and register fields.
6. Start the run.
7. Export results from the dataset as CSV, JSON, Excel, XML, or via API.

### Input options

#### Search queries

Use `searchQueries` for keyword-driven collection.

Examples:

- `restaurant`
- `treuhand`
- `bau ag`
- `logistik`
- `hotel zurich`

#### Start URLs

Use `startUrls` when you already have Moneyhouse URLs.

Supported URL types:

- Search pages like `https://www.moneyhouse.ch/en/search?q=restaurant`
- Company profile pages like `https://www.moneyhouse.ch/en/company/...`

#### Maximum companies

`maxItems` is a global cap across all searches and URLs.

Use a low value for testing.

Use a higher value only when you are ready to collect more records.

#### Profile enrichment

`includeProfileDetails` opens each profile page and extracts public enrichment fields.

Disable it when you only need fast search-result rows with company names, addresses, and profile URLs.

### Example input

```json
{
  "searchQueries": ["restaurant"],
  "maxItems": 25,
  "includeProfileDetails": true
}
````

### Example output

```json
{
  "searchQuery": "restaurant",
  "sourceUrl": "https://www.moneyhouse.ch/en/search?q=restaurant&page=0",
  "profileUrl": "https://www.moneyhouse.ch/en/company/restaurant-hofer-14238791301",
  "companyName": "Restaurant Hofer",
  "address": "Hauptstrasse 23 | 4232 Fehren",
  "streetAddress": "Hauptstrasse 23",
  "postalCode": "4232",
  "city": "Fehren",
  "status": "active",
  "uidVat": "CHE-209.826.616",
  "legalForm": "Sole proprietorship",
  "commercialRegisterNumber": "CH-241.1.014.389-9",
  "industry": "Operation of restaurants",
  "foundedYear": 2016,
  "scrapedAt": "2026-06-18T00:00:00.000Z"
}
```

### Tips for best results

- ✅ Start with specific keywords rather than very broad terms.
- ✅ Use direct profile URLs when you need exact company enrichment.
- ✅ Keep `maxItems` small for the first run.
- ✅ Enable profile details for UID/VAT and commercial-register fields.
- ✅ Combine output with official registry data when compliance accuracy matters.

### Common workflows

#### Swiss B2B sales prospecting

Search by sector keywords, export company names and addresses, and enrich your CRM with profile URLs and UID/VAT values.

#### Supplier discovery

Search for industry terms and locations to identify potential Swiss vendors or service providers.

#### KYC enrichment

Submit known Moneyhouse profile URLs and collect public registry fields for internal review.

#### Market mapping

Run repeat searches for sectors across Switzerland and compare company counts, industries, and localities.

### Integrations

You can send the dataset to:

- Salesforce, HubSpot, Pipedrive, or another CRM.
- Google Sheets and Excel for manual review.
- Airtable or Notion for lightweight lead databases.
- Data warehouses via Apify webhooks or API.
- Internal KYC systems through the Apify client.

### API usage

#### Node.js

```js
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('automation-lab/moneyhouse-ch-company-registry-scraper').call({
  searchQueries: ['restaurant'],
  maxItems: 25,
  includeProfileDetails: true,
});
console.log(run.defaultDatasetId);
```

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient('YOUR_APIFY_TOKEN')
run = client.actor('automation-lab/moneyhouse-ch-company-registry-scraper').call(run_input={
    'searchQueries': ['restaurant'],
    'maxItems': 25,
    'includeProfileDetails': True,
})
print(run['defaultDatasetId'])
```

#### cURL

```bash
curl -X POST 'https://api.apify.com/v2/acts/automation-lab~moneyhouse-ch-company-registry-scraper/runs?token=YOUR_APIFY_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{"searchQueries":["restaurant"],"maxItems":25,"includeProfileDetails":true}'
```

### MCP usage

Use this actor from MCP-compatible tools through Apify MCP Server.

MCP URL:

```text
https://mcp.apify.com/?tools=automation-lab/moneyhouse-ch-company-registry-scraper
```

Add it to Claude Code with:

```bash
claude mcp add apify-moneyhouse "https://mcp.apify.com/?tools=automation-lab/moneyhouse-ch-company-registry-scraper"
```

Claude Desktop style MCP configuration:

```json
{
  "mcpServers": {
    "apify-moneyhouse": {
      "url": "https://mcp.apify.com/?tools=automation-lab/moneyhouse-ch-company-registry-scraper"
    }
  }
}
```

Example prompts using MCP:

- “Use the Moneyhouse.ch scraper to find 25 Swiss restaurant companies and return names, addresses, and UID numbers.”
- “Use MCP to enrich these Moneyhouse profile URLs and summarize legal forms and industries.”
- “Run the Moneyhouse.ch actor and create a CSV-ready list of Swiss logistics companies.”

### Data quality notes

Moneyhouse pages can vary by company.

Some companies expose more profile details than others.

Fields that are not visible on a public profile may be omitted from the output row.

The actor keeps rows structured and avoids inventing missing values.

### Limitations

This actor extracts public Moneyhouse.ch information visible without logging in.

It does not bypass paywalls, account-only exports, private data, or locked premium sections.

It does not guarantee that every search keyword has enough public results.

For compliance workflows, verify critical registry values against official sources when required.

### Legality

### Is it legal to scrape Moneyhouse.ch?

This actor is designed to collect publicly available business information.

You are responsible for using the data lawfully and respecting applicable terms, privacy rules, database rights, and internal compliance requirements.

Do not use scraped data for spam, unlawful profiling, or prohibited automated decision-making.

### FAQ

#### Can I scrape private or premium Moneyhouse data?

No. This actor is scoped to public Moneyhouse.ch pages visible without logging in.

#### Can I use direct Moneyhouse profile URLs?

Yes. Add profile URLs to `startUrls` and enable profile details for enrichment.

### Troubleshooting

#### Why did I get fewer companies than requested?

The search may have fewer visible public results, duplicate profile URLs may be skipped, or Moneyhouse may change result availability for the query.

Try a broader query or add more search terms.

#### Why are some enrichment fields missing?

Not every Moneyhouse profile exposes every register or summary field in the same way.

If a value is not visible in public HTML, the actor leaves it empty.

#### Should I disable profile details?

Disable profile details when you only need fast company names, addresses, and profile links.

Keep it enabled for richer company-data workflows.

### Related scrapers

- Zefix Swiss Company Registry Scraper: https://apify.com/automation-lab/zefix-swiss-company-registry-scraper
- Local.ch Business Directory Scraper: https://apify.com/automation-lab/local-ch-business-directory-scraper
- Search.ch Swiss Business Directory Scraper: https://apify.com/automation-lab/search-ch-swiss-business-directory-scraper
- WLW Germany Supplier Directory Scraper: https://apify.com/automation-lab/wlw-germany-supplier-directory-scraper

### Support

If a Moneyhouse layout change breaks extraction, open an issue with your run ID, input JSON, and a short description of the missing or incorrect fields.

### Changelog

Initial version supports keyword search, direct start URLs, profile enrichment, and structured company output.

# Actor input Schema

## `searchQueries` (type: `array`):

Company names, industries, or keywords to search on Moneyhouse.ch.

## `startUrls` (type: `array`):

Optional Moneyhouse.ch search result or company profile URLs to process directly.

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

Maximum number of company records to save across all searches and URLs.

## `includeProfileDetails` (type: `boolean`):

Fetch each public profile page to enrich search rows with UID/VAT, legal form, register number, industry, purpose, management summary, and dates.

## Actor input object example

```json
{
  "searchQueries": [
    "restaurant"
  ],
  "startUrls": [
    {
      "url": "https://www.moneyhouse.ch/en/search?q=restaurant"
    }
  ],
  "maxItems": 20,
  "includeProfileDetails": true
}
```

# Actor output Schema

## `overview` (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 = {
    "searchQueries": [
        "restaurant"
    ],
    "startUrls": [
        {
            "url": "https://www.moneyhouse.ch/en/search?q=restaurant"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("automation-lab/moneyhouse-ch-company-registry-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchQueries": ["restaurant"],
    "startUrls": [{ "url": "https://www.moneyhouse.ch/en/search?q=restaurant" }],
}

# Run the Actor and wait for it to finish
run = client.actor("automation-lab/moneyhouse-ch-company-registry-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchQueries": [
    "restaurant"
  ],
  "startUrls": [
    {
      "url": "https://www.moneyhouse.ch/en/search?q=restaurant"
    }
  ]
}' |
apify call automation-lab/moneyhouse-ch-company-registry-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=automation-lab/moneyhouse-ch-company-registry-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Moneyhouse.ch Company Registry Scraper",
        "description": "Scrape public Moneyhouse.ch search and profile pages for Swiss company leads, UID/VAT enrichment, registry data, procurement, and KYC workflows.",
        "version": "0.1",
        "x-build-id": "ef5hFCmcuEBl2hHJ5"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/automation-lab~moneyhouse-ch-company-registry-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-automation-lab-moneyhouse-ch-company-registry-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/automation-lab~moneyhouse-ch-company-registry-scraper/runs": {
            "post": {
                "operationId": "runs-sync-automation-lab-moneyhouse-ch-company-registry-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/automation-lab~moneyhouse-ch-company-registry-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-automation-lab-moneyhouse-ch-company-registry-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "searchQueries": {
                        "title": "Search queries",
                        "type": "array",
                        "description": "Company names, industries, or keywords to search on Moneyhouse.ch.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Moneyhouse.ch start URLs",
                        "type": "array",
                        "description": "Optional Moneyhouse.ch search result or company profile URLs to process directly.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxItems": {
                        "title": "Maximum companies",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum number of company records to save across all searches and URLs.",
                        "default": 20
                    },
                    "includeProfileDetails": {
                        "title": "Open company profiles for details",
                        "type": "boolean",
                        "description": "Fetch each public profile page to enrich search rows with UID/VAT, legal form, register number, industry, purpose, management summary, and dates.",
                        "default": true
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
