# Pinterest Scraper - Pins, Profiles & Boards (No Login) (`pro100chok/pinterest-scraper-all-in-one`) Actor

Scrape Pinterest without login or API key. Get pins, profiles, boards, sections, user pins & related pins — with images, video & GIF URLs and engagement stats. Bulk keyword & URL input, export to JSON/CSV/Excel. Pay only per result from $1.50/1,000. No subscription.

- **URL**: https://apify.com/pro100chok/pinterest-scraper-all-in-one.md
- **Developed by:** [Raven](https://apify.com/pro100chok) (community)
- **Categories:** Developer tools, Social media, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 pin scrapeds

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

## Pinterest Scraper All-in-One 📌 — Pins, Profiles & Boards

**The fastest, cheapest way to scrape Pinterest data without login or an API key.** Extract Pinterest pins, user profiles, boards, board sections, a user's pins, and related/similar pins — all from one actor. No monthly rental, no coding: **you pay only per result**, and every data type has its own fair price.

This **Pinterest scraper** turns any keyword, pin URL, profile, or board into clean, structured **JSON, CSV or Excel** — ready for marketing research, trend analysis, lead generation, e-commerce, SEO and AI/ML datasets.

> Returns everything the popular Pinterest scrapers return — **and more**: full profiles, board sections, related pins, every image resolution, video/GIF detection, engagement counts (saves/repins, comments, reactions) — in one flat, export-friendly output.

### Why this Pinterest scraper

- ✅ **All-in-one** — pins, profiles, boards, sections, user pins & related pins in a single tool.
- ✅ **No login / no Pinterest API key** required.
- ✅ **Pay per result** — no $30–35/month subscription like rental actors.
- ✅ **Cheaper than competitors** — from **$1.50 / 1,000** results.
- ✅ **More data fields** — engagement metrics, media in all resolutions, creator stats.
- ✅ **Bulk scraping** — mix unlimited keywords and URLs in one run.
- ✅ **Export anywhere** — JSON, CSV, Excel, XML, HTML, or the Apify API.

### What you can scrape

| Mode | Input | Returns |
|---|---|---|
| 🔎 **Search pins by keyword** | keywords | matching pins |
| 📌 **Pin details** | pin URL / id | full data for a single pin |
| 👤 **Profile / user info** | profile URL / @handle | full profile + stats |
| 🖼️ **User's pins** | profile URL / @handle | pins published by that user |
| 🗂️ **Board info + pins** | board URL | board metadata + every pin |
| 📁 **Board sections** | board URL | the board's sections |
| ♻️ **Related / similar pins** | pin URL / id | visually similar pins |

### How to use

1. Pick **What to scrape**.
2. Paste your **keywords or URLs** — one per line. You can mix as many as you like.
3. Set **Max results per input** (how many records each keyword/URL should return).
4. Run. Export to **JSON, CSV, Excel, XML or HTML** from the Output/Storage tab, or pull from the API.

#### Example input

```json
{
  "scrapeType": "search",
  "items": ["home office ideas", "scandinavian kitchen"],
  "maxResults": 200,
  "searchScope": "pins"
}
````

```json
{
  "scrapeType": "board",
  "items": ["https://www.pinterest.com/marthastewart/home-decor/"],
  "maxResults": 500
}
```

### What you get

#### Pin record (search / user pins / board pins / related / pin details)

```json
{
  "dataType": "pin",
  "id": "1234567890",
  "url": "https://www.pinterest.com/pin/1234567890/",
  "title": "Minimal home office",
  "description": "A clean desk setup with warm wood tones…",
  "image": "https://i.pinimg.com/originals/…jpg",
  "images": { "170x": "…", "236x": "…", "474x": "…", "736x": "…", "orig": "…" },
  "media_type": "image",
  "is_video": false,
  "is_story_pin": false,
  "video_url": null,
  "video_hls_url": null,
  "video_duration_ms": null,
  "dominant_color": "#d9c7b8",
  "repin_count": 4210,
  "comment_count": 18,
  "reaction_count": 312,
  "link": "https://example.com/article",
  "domain": "example.com",
  "pinner_username": "studio.nord",
  "pinner_full_name": "Studio Nord",
  "pinner_followers": 58200,
  "board_name": "Workspaces",
  "board_url": "https://www.pinterest.com/studio.nord/workspaces/",
  "created_at": "Tue, 04 Mar 2025 10:11:00 +0000"
}
```

#### Profile record

```json
{
  "dataType": "profile",
  "id": "55501",
  "username": "studio.nord",
  "url": "https://www.pinterest.com/studio.nord/",
  "full_name": "Studio Nord",
  "about": "Interior studio. Oslo.",
  "website": "https://studionord.example",
  "follower_count": 58200,
  "following_count": 240,
  "pin_count": 1830,
  "board_count": 42,
  "is_verified_merchant": true,
  "image_large": "https://i.pinimg.com/…"
}
```

#### Board record

```json
{
  "dataType": "board",
  "id": "770011",
  "name": "Workspaces",
  "url": "https://www.pinterest.com/studio.nord/workspaces/",
  "description": "Desks and home offices",
  "pin_count": 312,
  "follower_count": 9100,
  "section_count": 4,
  "owner_username": "studio.nord",
  "privacy": "public",
  "image_cover": "https://i.pinimg.com/…"
}
```

Board sections and "user's pins" come back the same way, flattened to one record per row.

### Pricing — pay only per result

There is **no monthly fee**. You are charged per result, and each data type is priced for what it costs to gather:

| Data type | Price per 1,000 results |
|---|---|
| 🔎 / 🖼️ / 🗂️ / ♻️ Pins (search, user pins, board pins, related) | **$1.50** |
| 📁 Board sections | **$2.00** |
| 🗂️ Boards | **$3.00** |
| 📌 Pin details (full single pin) | **$4.00** |
| 👤 Profiles | **$5.00** |

Cheaper than the flat **$1.99–$2.99 / 1,000** charged by other all-in-one and search-only Pinterest scrapers — while returning more fields and more data types. The price is all-in: nothing else to pay on top.

#### Pricing FAQ

**Do I pay for failed or empty results?** No. You're only charged for records that land in your dataset.

**Is there a subscription?** No. Unlike rental actors ($30–35/month + usage), you pay purely for what you scrape.

**Can I cap my spend?** Yes — set **Max results per input**, and use the run's charge limit to stop automatically.

### Tips

- Mix many keywords or URLs in one run — each is processed independently.
- Profiles and single pins always return exactly one record.
- Use the **Output** tab's per-type views (Pins, Profiles, Boards, Sections) for a clean table preview.

### Use cases

- **Marketing & trend research** — track what's trending on Pinterest by keyword and category.
- **Competitor & influencer analysis** — pull profile stats, follower counts and top boards.
- **E-commerce & product discovery** — find product pins, outbound links and source domains.
- **Lead generation** — collect creator profiles and contact links at scale.
- **SEO & content** — harvest pin titles, descriptions and hashtags for keyword ideas.
- **AI / ML datasets** — build image+text datasets with captions, alt text and metadata.

### Frequently asked questions (FAQ)

**How do I scrape Pinterest without an API key?**
Just paste keywords or Pinterest URLs and run — no Pinterest API, no developer account, no login needed.

**Does it tell image vs GIF vs video?**
Yes — every pin has a `media_type` field (`image` / `gif` / `video`). Video and Idea/Story pins also include a direct `video_url` (MP4), an HLS stream URL and duration.

**Can I scrape a Pinterest profile or board?**
Yes — extract full profile info (followers, pin/board counts, bio, website) and entire boards including all their pins and sections.

**How much does it cost to scrape Pinterest?**
You pay only per result, from **$1.50 per 1,000 records**. No subscription. See the pricing table above for each data type.

**Do I pay for failed or empty results?**
No — you're charged only for records delivered to your dataset.

**What format is the output?**
Structured JSON by default, exportable to CSV, Excel, XML and HTML, or available via API.

**Is Pinterest scraping legal?**
This actor collects only publicly available data. You are responsible for using it in line with applicable laws and Pinterest's terms.

### Keywords

`pinterest scraper` · `pinterest api` · `scrape pinterest` · `pinterest data extractor` · `pinterest pin scraper` · `pinterest profile scraper` · `pinterest board scraper` · `pinterest search scraper` · `pinterest crawler` · `scrape pinterest without login` · `pinterest image scraper` · `pinterest video scraper` · `pinterest gif scraper` · `pinterest followers` · `pinterest export csv` · `pinterest marketing data` · `pinterest lead generation` · `pinterest trends` · `pinterest bulk scraper` · `pinterest no api key`

***

*Not affiliated with or endorsed by Pinterest. Scrapes publicly available data only. Use in line with applicable laws and Pinterest's terms.*

# Actor input Schema

## `scrapeType` (type: `string`):

Pick the kind of Pinterest data you want. Each type is billed at its own per-result price.

## `items` (type: `array`):

One entry per line. For 'search' use keywords (e.g. `home office ideas`). For all other types paste Pinterest URLs (pin, profile, or board) — or a bare pin id / @username.

## `maxResults` (type: `integer`):

Upper limit of records returned for each keyword/URL. Profiles and single pins return one record regardless.

## `searchScope` (type: `string`):

Only for 'search'. What kind of results to return.

## `searchFilters` (type: `string`):

Optional. Raw Pinterest filter string for advanced search refinement. Leave empty for none.

## `includeBoardPins` (type: `boolean`):

Only for 'board'. When on, returns the board metadata followed by its pins. Turn off to get board metadata only.

## `maxRetries` (type: `integer`):

How many times to retry a request on transient network errors before giving up on that input.

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

Recommended: leave on. Residential US proxy gives the most complete results. You can also plug in your own custom proxies here.

## Actor input object example

```json
{
  "scrapeType": "search",
  "items": [
    "home office ideas"
  ],
  "maxResults": 100,
  "searchScope": "pins",
  "includeBoardPins": true,
  "maxRetries": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

## `pins` (type: `string`):

No description

## `profiles` (type: `string`):

No description

## `boards` (type: `string`):

No description

## `sections` (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 = {
    "items": [
        "home office ideas"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("pro100chok/pinterest-scraper-all-in-one").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 = { "items": ["home office ideas"] }

# Run the Actor and wait for it to finish
run = client.actor("pro100chok/pinterest-scraper-all-in-one").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 '{
  "items": [
    "home office ideas"
  ]
}' |
apify call pro100chok/pinterest-scraper-all-in-one --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=pro100chok/pinterest-scraper-all-in-one",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Pinterest Scraper - Pins, Profiles & Boards (No Login)",
        "description": "Scrape Pinterest without login or API key. Get pins, profiles, boards, sections, user pins & related pins — with images, video & GIF URLs and engagement stats. Bulk keyword & URL input, export to JSON/CSV/Excel. Pay only per result from $1.50/1,000. No subscription.",
        "version": "1.0",
        "x-build-id": "9ReN9a489rX9YlqCG"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/pro100chok~pinterest-scraper-all-in-one/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-pro100chok-pinterest-scraper-all-in-one",
                "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/pro100chok~pinterest-scraper-all-in-one/runs": {
            "post": {
                "operationId": "runs-sync-pro100chok-pinterest-scraper-all-in-one",
                "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/pro100chok~pinterest-scraper-all-in-one/run-sync": {
            "post": {
                "operationId": "run-sync-pro100chok-pinterest-scraper-all-in-one",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "scrapeType",
                    "items"
                ],
                "properties": {
                    "scrapeType": {
                        "title": "What to scrape",
                        "enum": [
                            "search",
                            "pinDetail",
                            "profile",
                            "userPins",
                            "board",
                            "boardSections",
                            "relatedPins"
                        ],
                        "type": "string",
                        "description": "Pick the kind of Pinterest data you want. Each type is billed at its own per-result price.",
                        "default": "search"
                    },
                    "items": {
                        "title": "Keywords or URLs",
                        "minItems": 1,
                        "type": "array",
                        "description": "One entry per line. For 'search' use keywords (e.g. `home office ideas`). For all other types paste Pinterest URLs (pin, profile, or board) — or a bare pin id / @username.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxResults": {
                        "title": "Max results per input",
                        "minimum": 1,
                        "maximum": 100000,
                        "type": "integer",
                        "description": "Upper limit of records returned for each keyword/URL. Profiles and single pins return one record regardless.",
                        "default": 100
                    },
                    "searchScope": {
                        "title": "Search scope",
                        "enum": [
                            "pins",
                            "videos",
                            "boards",
                            "users"
                        ],
                        "type": "string",
                        "description": "Only for 'search'. What kind of results to return.",
                        "default": "pins"
                    },
                    "searchFilters": {
                        "title": "Search filters",
                        "type": "string",
                        "description": "Optional. Raw Pinterest filter string for advanced search refinement. Leave empty for none."
                    },
                    "includeBoardPins": {
                        "title": "Include board pins",
                        "type": "boolean",
                        "description": "Only for 'board'. When on, returns the board metadata followed by its pins. Turn off to get board metadata only.",
                        "default": true
                    },
                    "maxRetries": {
                        "title": "Max retries",
                        "minimum": 1,
                        "maximum": 15,
                        "type": "integer",
                        "description": "How many times to retry a request on transient network errors before giving up on that input.",
                        "default": 5
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Recommended: leave on. Residential US proxy gives the most complete results. You can also plug in your own custom proxies here.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ],
                            "apifyProxyCountry": "US"
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
