# Craigslist Scraper - Listings, Prices & Images (`logiover/craigslist-scraper`) Actor

Scrape Craigslist search results at scale: title, price, location, images, coordinates, post date & attributes. Paste any city/category search URL. No login, no API key.

- **URL**: https://apify.com/logiover/craigslist-scraper.md
- **Developed by:** [Logiover](https://apify.com/logiover) (community)
- **Categories:** E-commerce, Business, Marketing
- **Stats:** 5 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.50 / 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.
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

<div align="center">

## 🗂️ Craigslist Scraper - Listings, Prices & Images

#### Scrape Craigslist search results from any city & category — title, price, location, images, coordinates & post date. No login.

<br>

![No login](https://img.shields.io/badge/✓_No_login-no_cookies-2ea44f?style=for-the-badge)
![No API key](https://img.shields.io/badge/✓_No_API_key-needed-2ea44f?style=for-the-badge)
![High volume](https://img.shields.io/badge/📦_Thousands-per_search-1f6feb?style=for-the-badge)
![Export](https://img.shields.io/badge/Export-JSON·CSV·Excel·API-f59e0b?style=for-the-badge)
![Any category](https://img.shields.io/badge/Any-city_·_category-9333ea?style=for-the-badge)

<br>

**Paste any Craigslist search URL — for-sale, cars, apartments, jobs, services — and pull every listing with price, location, images, GPS coordinates and post date.**
The fast, no-API-key way to build Craigslist datasets at scale.

</div>

---

### 📌 Overview

The **Craigslist Scraper** turns any Craigslist **search-results URL** into a clean,
structured dataset. Point it at a city + category (with any filters or search query
you like) and it paginates the results to collect **hundreds to thousands of listings**,
each with **title, price, neighborhood, GPS coordinates, image gallery, post date and a
direct listing link**.

It needs **no login, no cookies and no API key** — it reads only public data through
US residential proxies, so there's **zero account risk**. With no headless browser it's
**fast and low-cost**, even for huge searches.

> ✅ Paste multiple search URLs (different cities, categories or queries) and raise
> `maxResults` to assemble a market-wide Craigslist dataset in a single run.

---

### ✨ Features

| | Feature | Description |
|---|---|---|
| 📦 | **Thousands per search** | Deep pagination walks the results, not just the first page. |
| 💲 | **Price & location** | Numeric + formatted price, neighborhood and GPS coordinates. |
| 🖼️ | **Full image galleries** | Every listing photo as a ready-to-use image URL. |
| 🗓️ | **Post dates** | Exact ISO timestamp for each listing. |
| 🔗 | **Real listing links** | Direct, working URL to every Craigslist post. |
| 🌎 | **Any city & category** | For-sale, cars, housing, jobs, services, gigs — any CL search URL. |
| 📝 | **Optional details** | Toggle on to also pull description, attributes & full-size images. |
| 🛡️ | **Login-free & safe** | Public access over US residential proxies — no account, no ban risk. |
| 📤 | **Any format** | Export to JSON, CSV, Excel, HTML or pull via API & webhooks. |

---

### 🎯 Who it's for

- **Resellers & flippers** — track prices and spot deals across cities and categories.
- **Market & price research** — analyze supply, pricing and demand for any product.
- **Real-estate & auto analysts** — pull apartment or vehicle listings at scale.
- **Lead generation** — find sellers, services and gigs in your target market.
- **Data science** — build labelled marketplace datasets for pricing & trend models.

---

### 🧾 Input

| Field | Type | Description |
|-------|------|-------------|
| `searchUrls` | array | Craigslist search URLs. Pick a city + category on Craigslist, apply filters, copy the URL. |
| `builder` | object | Alternative to URLs: `{ city, category, query, minPrice, maxPrice, filters }`. |
| `maxResults` | integer | Max listings to collect across all searches. `0` = unlimited. Default `1000`. |
| `includeDetails` | boolean | Also open each listing's detail page for description, attributes & full images. Slower. Default `false`. |
| `proxyConfiguration` | object | US residential proxy (required by Craigslist). Pre-configured for you. |

#### Example input

```json
{
  "searchUrls": [
    "https://newyork.craigslist.org/search/sss?query=iphone",
    "https://losangeles.craigslist.org/search/cta?query=toyota&max_price=15000"
  ],
  "maxResults": 2000,
  "includeDetails": false
}
````

#### Builder example (no URL needed)

```json
{
  "builder": { "city": "chicago", "category": "apa", "query": "loft", "maxPrice": 2500 },
  "maxResults": 500
}
```

**Common category codes:** `sss` for-sale (all) · `cta` cars & trucks · `apa` apartments/housing ·
`jjj` jobs · `bbb` services · `ggg` gigs · `mob` cell phones · `ele` electronics · `fua` furniture.

***

### 📦 Output

Each listing is saved as one structured record:

```json
{
  "id": "35724329",
  "title": "iPhone 17 pro Max (Never used) 512gb Unlocked",
  "price": "$1,360",
  "priceValue": 1360,
  "category": "sss",
  "location": "bronx",
  "latitude": 40.8737,
  "longitude": -73.8712,
  "postedDate": "2026-06-04T11:51:55.000Z",
  "slug": "bronx-iphone-17-pro-max-never-used",
  "images": [
    "https://images.craigslist.org/00M0M_4RlzwaQw03v_0t20CI_600x450.jpg",
    "https://images.craigslist.org/00H0H_kF1asOcIYBa_0t20CI_600x450.jpg"
  ],
  "imageCount": 8,
  "url": "https://newyork.craigslist.org/brx/mob/d/bronx-iphone-17-pro-max-never-used/7938688572.html",
  "source": "newyork.craigslist.org",
  "scrapedAt": "2026-06-04T13:14:45.288Z"
}
```

With `includeDetails: true`, each record also gains `description`, `attributes`,
`detailLatitude`, `detailLongitude` and `fullImages`.

#### 📖 Output field reference

| Field | Description |
|-------|-------------|
| `id` | Craigslist listing identifier |
| `title` | Listing title |
| `price` / `priceValue` | Formatted price string and numeric value |
| `location` | Neighborhood / sub-area |
| `latitude` / `longitude` | Approximate GPS coordinates |
| `postedDate` | When the listing was posted (ISO 8601) |
| `images` / `imageCount` | Photo gallery URLs and count |
| `url` | Direct link to the Craigslist listing |
| `category` / `source` | Category code and source city domain |
| `description` / `attributes` | Full text & key-value details (`includeDetails`) |

***

### ⚙️ How it works

1. You provide one or more **Craigslist search URLs** (or a `builder`).
2. The actor resolves each search and **paginates** through the results.
3. Every listing is parsed into a clean record with price, location, images & date.
4. Optionally, each detail page is opened for description & attributes.
5. Results stream to your dataset, de-duplicated, ready to export.

No login, no cookies, no API keys — and **no Craigslist account is ever used or risked**.

***

### ❓ FAQ

#### Is there a Craigslist API, and do I need a key?

Craigslist has no public API for scraping listings. This actor is a no-API-key Craigslist alternative — it reads public search results over US residential proxies, so you get listing data with **no developer key, no login and no cookies**.

#### Does this Craigslist scraper need a login?

No. It collects only public Craigslist data, so no Craigslist account is ever used or put at risk.

#### How many Craigslist listings can I scrape per search?

Hundreds to thousands — it paginates the results. Control depth with `maxResults`, and split a market across several search URLs for maximum coverage.

#### Which cities and categories can I scrape?

Any Craigslist city subdomain and any category — for-sale, cars & trucks, apartments, jobs, services, gigs and more. Paste the search URL from your browser, or use the `builder` with a city + category code.

#### Can I export Craigslist data to CSV or Excel?

Yes — results stream to a dataset you can download as **CSV, JSON, Excel or HTML**, or pull live via the Apify API and webhooks.

#### Why are residential proxies required?

Craigslist blocks datacenter IPs. The actor defaults to Apify Proxy's US RESIDENTIAL group, which works reliably — just leave the default.

#### Can I get full descriptions and attributes?

Yes — turn on `includeDetails` to open each listing page and capture the full description, attributes and full-size images. It's slower, so leave it off for fast bulk scraping.

***

### 🔗 Works great with

- 🛒 **eCommerce & marketplace scrapers** — compare prices across platforms.
- 📧 **Email & contact extractors** — enrich sellers with contact details.

***

<div align="center">

**Craigslist Scraper · Craigslist Listings Scraper · Scrape Craigslist · Craigslist Price Scraper · Craigslist Cars & Apartments Scraper · Craigslist Data Export · No-API-key Craigslist data**

<sub>⚖️ Collects publicly available Craigslist data only. You are responsible for compliance with Craigslist's Terms and applicable laws, including bulk-access limits.</sub>

</div>

### 📝 Changelog

#### 2026-06-05

- 🛡️ Reliability fix: results are no longer dropped by strict output validation — runs now complete cleanly even at high volume (thousands of results).
- ⚡ Stability & performance hardening; fresh rebuild.

#### 2026-06-04

- Verified live & refreshed build — reliability/maintenance pass.

# Actor input Schema

## `searchUrls` (type: `array`):

Paste one or more Craigslist search-results URLs. Open Craigslist, pick a city + category, apply any filters, then copy the URL. Examples: https://newyork.craigslist.org/search/sss?query=iphone — https://losangeles.craigslist.org/search/cta?query=toyota — https://chicago.craigslist.org/search/apa

## `builder` (type: `object`):

Build a search without a URL. Provide city subdomain (e.g. 'newyork'), category code (e.g. 'sss' for-sale, 'cta' cars, 'apa' apartments), optional query, minPrice, maxPrice and a filters object.

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

Maximum number of listings to collect across all searches. 0 = unlimited (paginates as deep as Craigslist allows).

## `includeDetails` (type: `boolean`):

Open each listing's detail page to also collect the full description, attributes and full-size images. Much slower — leave off for fast bulk scraping.

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

Craigslist blocks datacenter IPs — US residential proxies are required. Leave the default (Apify Proxy · RESIDENTIAL · US).

## Actor input object example

```json
{
  "searchUrls": [
    "https://losangeles.craigslist.org/search/cta?query=toyota"
  ],
  "builder": {
    "city": "newyork",
    "category": "sss",
    "query": "iphone"
  },
  "maxResults": 1000,
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

# Actor output Schema

## `title` (type: `string`):

Listing title

## `price` (type: `string`):

Listing price

## `location` (type: `string`):

Neighborhood

## `category` (type: `string`):

Category code

## `postedDate` (type: `string`):

Post date

## `url` (type: `string`):

Listing URL

# 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 = {
    "searchUrls": [
        "https://newyork.craigslist.org/search/sss?query=iphone"
    ],
    "builder": {
        "city": "newyork",
        "category": "sss",
        "query": "iphone"
    },
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "US"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("logiover/craigslist-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 = {
    "searchUrls": ["https://newyork.craigslist.org/search/sss?query=iphone"],
    "builder": {
        "city": "newyork",
        "category": "sss",
        "query": "iphone",
    },
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "US",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("logiover/craigslist-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 '{
  "searchUrls": [
    "https://newyork.craigslist.org/search/sss?query=iphone"
  ],
  "builder": {
    "city": "newyork",
    "category": "sss",
    "query": "iphone"
  },
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}' |
apify call logiover/craigslist-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Craigslist Scraper - Listings, Prices & Images",
        "description": "Scrape Craigslist search results at scale: title, price, location, images, coordinates, post date & attributes. Paste any city/category search URL. No login, no API key.",
        "version": "1.0",
        "x-build-id": "aQQnvTIQuc8yc4cqU"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/logiover~craigslist-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-logiover-craigslist-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/logiover~craigslist-scraper/runs": {
            "post": {
                "operationId": "runs-sync-logiover-craigslist-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/logiover~craigslist-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-logiover-craigslist-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": {
                    "searchUrls": {
                        "title": "Craigslist search URLs",
                        "type": "array",
                        "description": "Paste one or more Craigslist search-results URLs. Open Craigslist, pick a city + category, apply any filters, then copy the URL. Examples: https://newyork.craigslist.org/search/sss?query=iphone — https://losangeles.craigslist.org/search/cta?query=toyota — https://chicago.craigslist.org/search/apa",
                        "items": {
                            "type": "string"
                        }
                    },
                    "builder": {
                        "title": "Search builder (alternative to URLs)",
                        "type": "object",
                        "description": "Build a search without a URL. Provide city subdomain (e.g. 'newyork'), category code (e.g. 'sss' for-sale, 'cta' cars, 'apa' apartments), optional query, minPrice, maxPrice and a filters object."
                    },
                    "maxResults": {
                        "title": "Max results",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of listings to collect across all searches. 0 = unlimited (paginates as deep as Craigslist allows).",
                        "default": 1000
                    },
                    "includeDetails": {
                        "title": "Fetch listing details",
                        "type": "boolean",
                        "description": "Open each listing's detail page to also collect the full description, attributes and full-size images. Much slower — leave off for fast bulk scraping.",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy",
                        "type": "object",
                        "description": "Craigslist blocks datacenter IPs — US residential proxies are required. Leave the default (Apify Proxy · RESIDENTIAL · US).",
                        "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
