# Fastwork Thailand Scraper: Services, Prices & Reviews (`mai_amm/fastwork-thailand-scraper`) Actor

Scrape public Fastwork Thailand services, freelancers, packages, prices, ratings, reviews, seller metrics, and monitoring changes for market research and vendor sourcing.

- **URL**: https://apify.com/mai\_amm/fastwork-thailand-scraper.md
- **Developed by:** [wiseld\_squid](https://apify.com/mai_amm) (community)
- **Categories:** Lead generation, Jobs
- **Stats:** 3 total users, 0 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage, which gets cheaper the higher subscription plan you have.

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

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

## Fastwork Thailand Scraper: Freelancers, Services, Prices & Reviews

Scrape public Fastwork Thailand marketplace data for freelancer discovery, pricing analysis, competitor research, and vendor sourcing.

The Actor extracts public service pages, seller pages, package pricing, ratings, sold counts, response metrics, images, review snippets visible in HTML, and run-level market summaries.

### What You Can Scrape

- Service title, URL, ID, description, category, breadcrumbs
- Starting price in THB, rating, sold count
- Package tiers with price, duration, revisions, and descriptions
- Seller name, profile URL, success rate, sold count, rehire count, response time
- Public service images
- Review snippets visible in public HTML
- Seller profile records and seller service URLs
- Summary analytics: search total hits, detail fallbacks, price min/median/average/max, rating summary, top categories, top sellers
- Monitoring changes across scheduled runs

### Input Modes

- `auto`: Uses provided URLs and search queries; falls back to sitemap discovery.
- `search`: Builds Fastwork search URLs from `searchQueries`.
- `category`: Crawls category or landing URLs and discovers public service links.
- `urls`: Scrapes direct service/category/sitemap URLs.
- `seller`: Scrapes public seller URLs and discovers their services.
- `sitemap`: Uses `https://fastwork.co/sitemap.xml` to discover public service and seller pages.

### Example Input

```json
{
  "mode": "urls",
  "startUrls": [
    {
      "url": "https://fastwork.co/user/ai_automation_agency/web-scraping-84400474"
    }
  ],
  "maxItems": 50,
  "maxSellerItems": 50,
  "includeServiceDetails": true,
  "includeSellerProfiles": true,
  "includeReviews": true,
  "includeImages": true,
  "monitoring": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
````

### Output Example

```json
{
  "recordType": "service",
  "platform": "fastwork",
  "country": "TH",
  "marketplace": "Fastwork Thailand",
  "serviceId": "84400474",
  "serviceUrl": "https://fastwork.co/user/ai_automation_agency/web-scraping-84400474",
  "title": "รับทำ Web Scraping ดึงข้อมูล / ดูดสินค้า / Web Automation",
  "category": "Website Scraping",
  "rating": 4.9,
  "soldCount": 91,
  "startingPrice": 1500,
  "currency": "THB",
  "packages": [
    {
      "name": "One-Time Data",
      "price": 1500,
      "currency": "THB",
      "duration": "1 วัน",
      "revisions": "ไม่จำกัด"
    }
  ],
  "seller": {
    "name": "ai_automation_agency",
    "profileUrl": "https://fastwork.co/user/ai_automation_agency",
    "successRate": "99%",
    "soldCount": 91,
    "rehireCount": 37,
    "responseTime": "37 นาที"
  },
  "scrapedAt": "2026-05-05T07:43:30.041Z"
}
```

### Monitoring

Enable `monitoring` to compare each service against previous runs in `monitoringStoreName`.

The Actor adds:

- `changeStatus`: `new`, `changed`, or `unchanged`
- `changes`: changed fields such as price, rating, sold count, title, or seller
- persisted snapshots in a named key-value store

### Notes

This Actor only targets public Fastwork pages. It skips private or disallowed areas such as `/me`, `/profile`, and `/inbox`.

Fastwork search can be sensitive to exact punctuation. For example, `ตัดผม` and `ตัดผม)` can return different `searchTotalHits`; check the `SUMMARY` key-value-store record after each run for the exact Search API total.

Use scraped data responsibly and review Fastwork's terms for your use case.

# Actor input Schema

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

Choose how to discover Fastwork records.

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

Keywords to search on Fastwork, for example web scraping, logo, SEO, or บัญชี.

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

Fastwork service, seller, category, search, or sitemap URLs.

## `categoryUrls` (type: `array`):

Fastwork category or landing pages, for example https://fastwork.co/web-programming.

## `sellerUrls` (type: `array`):

Public Fastwork seller URLs, for example https://fastwork.co/user/username.

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

Maximum number of service records to save.

## `maxSellerItems` (type: `integer`):

Maximum seller profile records to save. Use 0 to disable saving seller records while still saving services.

## `maxPagesPerQuery` (type: `integer`):

Maximum pagination pages to crawl for each search or category URL. Use 0 for unlimited until max services.

## `maxSitemapUrls` (type: `integer`):

Maximum URLs to inspect from sitemap discovery before max services is reached.

## `includeServiceDetails` (type: `boolean`):

Open service pages to extract full descriptions, packages, images, seller metrics, and reviews visible in the page HTML.

## `includeSellerProfiles` (type: `boolean`):

Open public seller pages discovered from service pages and explicit seller URLs.

## `includeReviews` (type: `boolean`):

Extract review snippets visible in public service page HTML.

## `includeImages` (type: `boolean`):

Include public image URLs found on service pages.

## `monitoring` (type: `boolean`):

Compare service price, rating, sold count, and availability with previous runs stored in the selected key-value store.

## `monitoringStoreName` (type: `string`):

Named key-value store used to persist snapshots between runs.

## `saveSellerItems` (type: `boolean`):

Push seller profile records to the dataset in addition to service records.

## `maxConcurrency` (type: `integer`):

Concurrent HTTP requests. Keep low for public marketplace pages.

## `requestDelayMs` (type: `integer`):

Small polite delay before each request.

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

Apify proxy configuration. Residential proxy can improve reliability for larger runs.

## Actor input object example

```json
{
  "mode": "auto",
  "searchQueries": [
    "web scraping"
  ],
  "startUrls": [
    {
      "url": "https://fastwork.co/user/ai_automation_agency/web-scraping-84400474"
    }
  ],
  "maxItems": 100,
  "maxSellerItems": 50,
  "maxPagesPerQuery": 3,
  "maxSitemapUrls": 1000,
  "includeServiceDetails": true,
  "includeSellerProfiles": true,
  "includeReviews": true,
  "includeImages": true,
  "monitoring": false,
  "monitoringStoreName": "fastwork-thailand-monitoring",
  "saveSellerItems": true,
  "maxConcurrency": 4,
  "requestDelayMs": 250,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `results` (type: `string`):

Main dataset with service records, seller records, prices, packages, ratings, images, and monitoring fields.

## `allItems` (type: `string`):

Complete default dataset without a preselected view.

## `sellersSaved` (type: `string`):

Dataset view focused on public seller profile records discovered during the run.

## `summary` (type: `string`):

Run-level summary with saved counts, price stats, rating stats, top categories, top sellers, and monitoring changes.

## `runOutput` (type: `string`):

Compact machine-readable output object with dataset ID and summary.

# 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 = {
    "mode": "auto",
    "searchQueries": [
        "web scraping"
    ],
    "startUrls": [
        {
            "url": "https://fastwork.co/user/ai_automation_agency/web-scraping-84400474"
        }
    ],
    "maxItems": 100,
    "maxSellerItems": 50
};

// Run the Actor and wait for it to finish
const run = await client.actor("mai_amm/fastwork-thailand-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 = {
    "mode": "auto",
    "searchQueries": ["web scraping"],
    "startUrls": [{ "url": "https://fastwork.co/user/ai_automation_agency/web-scraping-84400474" }],
    "maxItems": 100,
    "maxSellerItems": 50,
}

# Run the Actor and wait for it to finish
run = client.actor("mai_amm/fastwork-thailand-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 '{
  "mode": "auto",
  "searchQueries": [
    "web scraping"
  ],
  "startUrls": [
    {
      "url": "https://fastwork.co/user/ai_automation_agency/web-scraping-84400474"
    }
  ],
  "maxItems": 100,
  "maxSellerItems": 50
}' |
apify call mai_amm/fastwork-thailand-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Fastwork Thailand Scraper: Services, Prices & Reviews",
        "description": "Scrape public Fastwork Thailand services, freelancers, packages, prices, ratings, reviews, seller metrics, and monitoring changes for market research and vendor sourcing.",
        "version": "1.0",
        "x-build-id": "ItcHYTIGkNvGMaApM"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/mai_amm~fastwork-thailand-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-mai_amm-fastwork-thailand-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/mai_amm~fastwork-thailand-scraper/runs": {
            "post": {
                "operationId": "runs-sync-mai_amm-fastwork-thailand-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/mai_amm~fastwork-thailand-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-mai_amm-fastwork-thailand-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": {
                    "mode": {
                        "title": "Mode",
                        "enum": [
                            "auto",
                            "search",
                            "category",
                            "urls",
                            "seller",
                            "sitemap"
                        ],
                        "type": "string",
                        "description": "Choose how to discover Fastwork records.",
                        "default": "auto"
                    },
                    "searchQueries": {
                        "title": "Search queries",
                        "type": "array",
                        "description": "Keywords to search on Fastwork, for example web scraping, logo, SEO, or บัญชี.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Fastwork service, seller, category, search, or sitemap URLs.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "categoryUrls": {
                        "title": "Category URLs",
                        "type": "array",
                        "description": "Fastwork category or landing pages, for example https://fastwork.co/web-programming.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "sellerUrls": {
                        "title": "Seller URLs",
                        "type": "array",
                        "description": "Public Fastwork seller URLs, for example https://fastwork.co/user/username.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxItems": {
                        "title": "Max services",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum number of service records to save.",
                        "default": 100
                    },
                    "maxSellerItems": {
                        "title": "Max sellers",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum seller profile records to save. Use 0 to disable saving seller records while still saving services.",
                        "default": 50
                    },
                    "maxPagesPerQuery": {
                        "title": "Max pages per search/category",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum pagination pages to crawl for each search or category URL. Use 0 for unlimited until max services.",
                        "default": 3
                    },
                    "maxSitemapUrls": {
                        "title": "Max sitemap URLs",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Maximum URLs to inspect from sitemap discovery before max services is reached.",
                        "default": 1000
                    },
                    "includeServiceDetails": {
                        "title": "Include service details",
                        "type": "boolean",
                        "description": "Open service pages to extract full descriptions, packages, images, seller metrics, and reviews visible in the page HTML.",
                        "default": true
                    },
                    "includeSellerProfiles": {
                        "title": "Include seller profiles",
                        "type": "boolean",
                        "description": "Open public seller pages discovered from service pages and explicit seller URLs.",
                        "default": true
                    },
                    "includeReviews": {
                        "title": "Include reviews",
                        "type": "boolean",
                        "description": "Extract review snippets visible in public service page HTML.",
                        "default": true
                    },
                    "includeImages": {
                        "title": "Include images",
                        "type": "boolean",
                        "description": "Include public image URLs found on service pages.",
                        "default": true
                    },
                    "monitoring": {
                        "title": "Monitoring mode",
                        "type": "boolean",
                        "description": "Compare service price, rating, sold count, and availability with previous runs stored in the selected key-value store.",
                        "default": false
                    },
                    "monitoringStoreName": {
                        "title": "Monitoring store name",
                        "type": "string",
                        "description": "Named key-value store used to persist snapshots between runs.",
                        "default": "fastwork-thailand-monitoring"
                    },
                    "saveSellerItems": {
                        "title": "Save seller records",
                        "type": "boolean",
                        "description": "Push seller profile records to the dataset in addition to service records.",
                        "default": true
                    },
                    "maxConcurrency": {
                        "title": "Max concurrency",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "Concurrent HTTP requests. Keep low for public marketplace pages.",
                        "default": 4
                    },
                    "requestDelayMs": {
                        "title": "Request delay milliseconds",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Small polite delay before each request.",
                        "default": 250
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Apify proxy configuration. Residential proxy can improve reliability for larger runs.",
                        "default": {
                            "useApifyProxy": 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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
