# ImportYeti Alternative Scraper (`devilscrapes/importyeti-alternative-scraper`) Actor

Search US import/export trade profiles by company name or product keyword — one row per matched importer or supplier with shipment volume, most-recent activity, country, address, and linked trademarks. No login, no ImportYeti/Panjiva subscription.

- **URL**: https://apify.com/devilscrapes/importyeti-alternative-scraper.md
- **Developed by:** [DevilScrapes](https://apify.com/devilscrapes) (community)
- **Categories:** Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.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/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

<div align="center">
  <img src=".actor/icon.svg" width="160" alt="Devil Scrapes mark" />

## ImportYeti Alternative Scraper

**💰 $5.01 / 1 000 results** &nbsp;·&nbsp; pay only for results &nbsp;·&nbsp; no credit card to try

_We do the dirty work so your dataset stays clean._ 😈

Search US import/export trade profiles by company name or product keyword — one row per matched importer or supplier with shipment volume, most-recent activity, country, address, and linked trademarks. No login, no ImportYeti/Panjiva subscription.

</div>

---

### 🎯 What this scrapes

importyeti.com aggregates US Customs bill-of-lading filings (public record under the US Trade Act and FOIA) into free-to-browse importer/supplier trade profiles — the same underlying data ImportYeti, Panjiva, and ImportGenius charge $99-$399+/mo to access. This Actor wraps importyeti.com's keyless JSON search endpoint directly, writing one structured row per matched company: shipment counts, most-recent activity, country, address, and linked trademarks.

Give it company names or product keywords (`searchQueries`) or direct ImportYeti profile URLs (`profileUrls`) and it resolves each one to a matched importer or supplier row, deduplicated by URL slug so the same company matched twice is only pushed and charged once.

### 🔥 What we handle for you

- 🛡️ **Browser fingerprint rotation** — `curl-cffi` impersonates real Chrome / Firefox / Safari TLS handshakes so importyeti.com sees a browser, not Python.
- 🌐 **Residential proxy by default** via Apify Proxy — importyeti.com Cloudflare-challenges requests from flagged datacenter IPs, so this is the first Actor in our fleet where RESIDENTIAL ships on by default, not opt-in.
- 🔁 **Retries with exponential backoff** on `408 / 429 / 5xx` — up to 5 attempts, `Retry-After` honoured.
- 🧱 **Fresh session + profile rotation on every block** — a Cloudflare challenge or `403`/`429` mints a new proxy session and browser fingerprint before retrying.
- 🧊 **Clean, typed dataset rows** — Pydantic-validated, ISO-8601 timestamps, deduplicated by slug, JSON / CSV / Excel export straight from the Apify Console.
- 💰 **Pay-Per-Event pricing** — you pay only for results that hit your dataset. No data, no charge (beyond the small `actor-start` warm-up fee).

### 💡 Use cases

- **Sales prospecting** — build a list of US importers already shipping a competitor's product category, ranked by shipment volume.
- **Sourcing research** — find foreign suppliers already shipping into the US for a given product, without cold-emailing trade shows.
- **Competitive intel** — track how often a competitor's known importer or supplier appears in fresh filings.
- **M&A / supply-chain diligence** — sanity-check a target company's declared trade volume and country exposure in minutes.

### ⚙️ How to use it

1. Click **Try for free** at the top of the page.
2. Enter one or more `searchQueries` (company names or product keywords) and/or `profileUrls` — at least one is required.
3. Optionally narrow with `companyTypeFilter`, `countryCode`, or `minShipments`.
4. Click **Start**. Matched rows stream into the run's dataset as they're found.
5. Export from **Storage → Dataset** as JSON, CSV, or Excel — or fetch via the API.

### 📥 Input

| Field | Type | Required | Default | Notes |
|---|---|:--:|---|---|
| `searchQueries` | `array` | no* | — | Company names or product keywords to search, ≤50 items. |
| `profileUrls` | `array` | no* | — | Direct ImportYeti profile URLs to resolve one-for-one, ≤200 items. |
| `companyTypeFilter` | `string` | no | `"any"` | Restrict to `"importer"` or `"supplier"` rows. |
| `countryCode` | `string` | no | — | ISO-3166-1 alpha-2, e.g. `"CN"`. |
| `minShipments` | `integer` | no | — | Drop rows with fewer total shipments on file. |
| `maxResultsPerQuery` | `integer` | no | `10` | Cap matched rows per `searchQueries` entry, 1-100. |
| `proxyConfiguration` | `object` | no | RESIDENTIAL on | Apify Proxy config. Defaults to `{"useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"]}`. |

\* At least one of `searchQueries` / `profileUrls` is required.

#### Example input

```json
{
  "searchQueries": ["Patagonia"],
  "profileUrls": ["https://www.importyeti.com/company/patagonia"],
  "companyTypeFilter": "any",
  "maxResultsPerQuery": 2,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
````

### 📤 Output

Every row is one matched importer or supplier profile, deduplicated by `slug` within a run.

| Field | Type | Notes |
|---|---|---|
| `company_name` | `string` | Legal name from US Customs filings. |
| `company_type` | `string` | `"importer"` (US consignee) or `"supplier"` (foreign shipper). |
| `country` | `string \| null` | Country of registration, full name. |
| `country_code` | `string \| null` | ISO-3166-1 alpha-2. |
| `address` | `string \| null` | Address from most recent customs record. |
| `total_shipments` | `integer \| null` | Total bill-of-lading count on file. |
| `most_recent_shipment_date` | `string \| null` | ISO `YYYY-MM-DD`. |
| `other_addresses_count` | `integer \| null` | Distinct alternative addresses on file. |
| `other_names_count` | `integer \| null` | Distinct alternative names (DBAs, subsidiaries, typo variants). |
| `trademarks` | `array` | Linked brand names — empty array when none. |
| `profile_url` | `string` | Canonical `importyeti.com/company\|supplier/{slug}` URL. |
| `slug` | `string` | URL slug — dedup key. |
| `source_query` | `string \| null` | Which `searchQueries` entry matched, if search mode. |
| `rank` | `integer \| null` | Position in the search-API ranking (1 = top). |
| `scraped_at` | `string` | ISO-8601 UTC timestamp when this row was recorded. |

#### Example output

```json
{
  "company_name": "Patagonia, Inc.",
  "company_type": "importer",
  "country": "United States",
  "country_code": "US",
  "address": "259 W Santa Clara St, Ventura, CA 93001",
  "total_shipments": 4218,
  "most_recent_shipment_date": "2026-06-30",
  "other_addresses_count": 6,
  "other_names_count": 3,
  "trademarks": ["Patagonia"],
  "profile_url": "https://www.importyeti.com/company/patagonia",
  "slug": "patagonia",
  "source_query": "Patagonia",
  "rank": 1,
  "scraped_at": "2026-07-19T12:00:00+00:00"
}
```

### 💰 Pricing

Pay-Per-Event — you pay only when these events fire:

| Event | USD | What it is |
|---|---:|---|
| `actor-start` | $0.005 | One-off warm-up charge per run |
| `result-row` | $0.005 | Per matched company/supplier row written to the dataset |

Example: 1 000 rows ≈ **$5.01** (1 000 × $0.005 + one $0.005 start charge). No subscription, no minimum, no card to start — Apify gives every new account $5 of free credit.

### 🚧 Limitations

v1 output is company/supplier **trade-profile rollups** (shipment counts, most-recent activity, country, address, trademarks) — not full per-shipment bill-of-lading line items (individual date/HS-code/weight/port per shipment), which live behind importyeti.com's Cloudflare-gated profile pages. Non-US customs data (India/Zauba, China, etc.) is out of scope; a separate Actor would cover that. Account/login-gated features (saved searches, CSV bulk export, alerts) are not part of v1.

### ❓ FAQ

**Does this include full shipment-level bill-of-lading detail (HS code, weight, port)?**

Not in v1. Per-shipment line items live behind importyeti.com's Cloudflare-gated profile pages; v1 ships company/supplier trade-profile rollups (shipment counts, most-recent activity, country, trademarks) via the confirmed keyless search endpoint. Per-shipment detail is a flagged roadmap item.

**Do I need an ImportYeti, Panjiva, or ImportGenius account?**

No. This Actor uses importyeti.com's public, keyless search endpoint directly — no login, no subscription.

**Why does this default to a residential proxy?**

importyeti.com Cloudflare-challenges requests from flagged datacenter IPs. We default `proxyConfiguration` to Apify's RESIDENTIAL group so runs clear the challenge without you tuning anything.

**What happens if a search query or profile URL doesn't match?**

That entry is recorded as a failed outcome and the run continues with the rest — we never silently return an empty dataset with a green status.

### 💬 Your feedback

Spotted a bug, hit a weird edge case, or need a new field? Open an
issue on the Actor's **Issues** tab on Apify Console — we ship
fixes weekly and we read every report.

***

<div align="center">

Built by **[Devil Scrapes](https://apify.com/DevilScrapes)** 😈 — a small fleet of
opinionated public-data Actors. Honest pricing, real engineering, zero fine print.

</div>

# Actor input Schema

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

Company names or product keywords to search. One of Search queries / Profile URLs is required.

## `profileUrls` (type: `array`):

Direct ImportYeti profile URLs to resolve one-for-one, e.g. https://www.importyeti.com/company/patagonia or https://www.importyeti.com/supplier/foo-bar.

## `companyTypeFilter` (type: `string`):

Restrict matches to importer (US consignee) or supplier (foreign shipper) rows.

## `countryCode` (type: `string`):

Restrict supplier/importer country — ISO-3166-1 alpha-2, e.g. CN.

## `minShipments` (type: `integer`):

Drop rows with fewer total shipments on file.

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

Cap matched rows per Search queries entry.

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

Mandatory-by-default RESIDENTIAL proxy — importyeti.com confirmed Cloudflare managed-challenges from datacenter IPs on every probed path.

## Actor input object example

```json
{
  "searchQueries": [
    "Patagonia"
  ],
  "companyTypeFilter": "any",
  "maxResultsPerQuery": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `datasetItems` (type: `string`):

All dataset items as JSON.

## `datasetItemsCsv` (type: `string`):

Same data exported to CSV.

## `datasetView` (type: `string`):

Open the run dataset in the Console.

# 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": [
        "Patagonia"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("devilscrapes/importyeti-alternative-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": ["Patagonia"],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("devilscrapes/importyeti-alternative-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": [
    "Patagonia"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call devilscrapes/importyeti-alternative-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "ImportYeti Alternative Scraper",
        "description": "Search US import/export trade profiles by company name or product keyword — one row per matched importer or supplier with shipment volume, most-recent activity, country, address, and linked trademarks. No login, no ImportYeti/Panjiva subscription.",
        "version": "0.0",
        "x-build-id": "73Ovb7pJCc0dwbyRG"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/devilscrapes~importyeti-alternative-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-devilscrapes-importyeti-alternative-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/devilscrapes~importyeti-alternative-scraper/runs": {
            "post": {
                "operationId": "runs-sync-devilscrapes-importyeti-alternative-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/devilscrapes~importyeti-alternative-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-devilscrapes-importyeti-alternative-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 or product keywords to search. One of Search queries / Profile URLs is required.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "profileUrls": {
                        "title": "Profile URLs",
                        "type": "array",
                        "description": "Direct ImportYeti profile URLs to resolve one-for-one, e.g. https://www.importyeti.com/company/patagonia or https://www.importyeti.com/supplier/foo-bar.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "companyTypeFilter": {
                        "title": "Company type filter",
                        "enum": [
                            "any",
                            "importer",
                            "supplier"
                        ],
                        "type": "string",
                        "description": "Restrict matches to importer (US consignee) or supplier (foreign shipper) rows.",
                        "default": "any"
                    },
                    "countryCode": {
                        "title": "Country code",
                        "type": "string",
                        "description": "Restrict supplier/importer country — ISO-3166-1 alpha-2, e.g. CN."
                    },
                    "minShipments": {
                        "title": "Minimum shipments",
                        "minimum": 1,
                        "type": "integer",
                        "description": "Drop rows with fewer total shipments on file."
                    },
                    "maxResultsPerQuery": {
                        "title": "Max results per query",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Cap matched rows per Search queries entry.",
                        "default": 10
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Mandatory-by-default RESIDENTIAL proxy — importyeti.com confirmed Cloudflare managed-challenges from datacenter IPs on every probed path.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
