# ⚡ Rapid LinkedIn Jobs Scraper (`simpleapi/rapid-linkedin-jobs-scraper`) Actor

⚡ Rapid LinkedIn Jobs Scraper pulls fresh job listings fast from LinkedIn for smarter lead gen & hiring. 🚀 Filter by role, location, and keywords—then export for outreach, research, or analytics. Save time, boost results!

- **URL**: https://apify.com/simpleapi/rapid-linkedin-jobs-scraper.md
- **Developed by:** [SimpleAPI](https://apify.com/simpleapi) (community)
- **Categories:** Jobs, Lead generation, Automation
- **Stats:** 6 total users, 4 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.99 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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

## ⚡ Rapid LinkedIn Jobs Scraper

Extract **LinkedIn job postings instantly** — **no login, no cookies, no session** required. Search by keyword, location, city, or company and get clean, structured data: titles, descriptions, salaries, requirements, seniority, function, industries, and full employer info.

This scraper talks to LinkedIn's **public guest job endpoints**, so it never touches private data or authenticated pages.

---

### 🌟 Why Choose This Scraper?

- 🔓 **No login required** — zero credentials, zero cookies, zero risk to any account.
- ⚡ **Fast & concurrent** — pages and detail requests run in parallel waves.
- 🛡️ **Self-healing proxies** — starts direct, then auto-escalates to datacenter and residential proxies the moment LinkedIn rate-limits, and sticks there.
- 💾 **Live results** — every job lands in your dataset the instant it's scraped; a crash never loses progress.
- 🗂️ **Six ready-made views** — Overview, Compensation, Company, Classification, Description, and Apply.
- 🔗 **Two ways to search** — fill in the friendly form, or paste ready-made LinkedIn search URLs in bulk.

---

### ✨ Key Features

| Feature | Description |
|--------|-------------|
| 💼 Keyword search | Search any job title or keywords |
| 🌍 Location & 🏙️ cities | Broad country/region plus an optional per-city loop |
| 🏢 Company filter | Restrict to specific LinkedIn company IDs |
| 📈 Experience / 🕒 type / 🏠 arrangement | Full LinkedIn filter parity |
| 📅 Posting time | Last 24h / week / month, or a custom window |
| ✅ Easy Apply | Optionally keep only one-click apply jobs |
| 📝 Full details | Description, salary, seniority, function, industries |

---

### 📥 Input

| Field | Type | Description |
|-------|------|-------------|
| `job_title` | string | Job title or keywords |
| `location` | string | Broad location or full search string |
| `cities` | array | Optional list of cities to loop |
| `jobs_entries` | integer | How many jobs to collect (1–30000) |
| `company_names` | array | Numeric LinkedIn company IDs |
| `experience` | enum | Intern…Executive |
| `employment_type` | enum | Full-time…Other |
| `work_arrangement` | enum | On-site / Remote / Hybrid |
| `posted_within` | enum | Any Time / Past 24h / Past Week / Past Month |
| `easy_apply` | boolean | Easy Apply only |
| `start_jobs` | integer | Skip first N results |
| `scrape_details` | boolean | Fetch full job details (default on) |
| `job_post_time` | string | Advanced custom window, e.g. `r86400` |
| `searchUrls` | array | Advanced: paste LinkedIn search URLs directly |
| `proxyConfiguration` | object | Proxy settings (auto-ladder by default) |

#### Example input

```json
{
  "job_title": "React Developer",
  "location": "Canada",
  "jobs_entries": 100,
  "scrape_details": true,
  "proxyConfiguration": { "useApifyProxy": true }
}
````

***

### 📤 Output

Each record:

```json
{
  "job_id": "4426369076",
  "job_url": "https://www.linkedin.com/jobs/view/4426369076",
  "job_title": "React Front-End Developer",
  "company_name": "Keasis",
  "company_url": "https://www.linkedin.com/company/keasis",
  "location": "Calgary, Alberta, Canada",
  "time_posted": "15 hours ago",
  "num_applicants": "94 applicants",
  "salary_range": null,
  "job_description": "Job Summary: We are seeking a talented React Front-End Developer…",
  "job_description_raw_html": "<section class=\"show-more-less-html\">…</section>",
  "company_logo_url": "https://media.licdn.com/dms/image/…",
  "seniority_level": "Executive",
  "employment_type": "Contract",
  "job_function": "Information Technology",
  "industries": "IT Services and IT Consulting",
  "easy_apply": false,
  "apply_url": "https://www.linkedin.com/jobs/view/4426369076"
}
```

| Field | Description |
|-------|-------------|
| `job_id` / `job_url` | LinkedIn job identifier and canonical URL |
| `job_title` | Posting title |
| `company_name` / `company_url` / `company_logo_url` | Employer info |
| `location` | Job location |
| `time_posted` | Human-readable posting age |
| `num_applicants` | Applicant count (when shown) |
| `salary_range` | Salary range when disclosed (often `null`) |
| `job_description` | Plain-text description |
| `job_description_raw_html` | Raw HTML of the description block |
| `seniority_level` / `employment_type` / `job_function` / `industries` | Structured job criteria |
| `easy_apply` | Whether one-click Easy Apply is available |
| `apply_url` | Apply link (defaults to the job view URL) |

***

### 🚀 How to Use (Apify Console)

1. Log in at <https://console.apify.com> → **Actors**.
2. Open **⚡ Rapid LinkedIn Jobs Scraper**.
3. Enter a **Job Title** and **Location** (or paste **Search URLs**).
4. Set how many jobs you want and any filters.
5. Click **Start** and watch results stream into the **Output** tab in real time.
6. Export to **JSON / CSV / XLSX / Excel** when finished.

### 🤖 Use via API

```bash
curl -X POST "https://api.apify.com/v2/acts/<ACTOR_ID>/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
     -H "Content-Type: application/json" \
     -d '{"job_title":"React Developer","location":"Canada","jobs_entries":50}'
```

***

### 💡 Best Use Cases

- 📊 Job-market & salary research
- 🧑‍💼 Recruiting and talent sourcing pipelines
- 🏢 Competitor hiring intelligence
- 🤖 Feeding job feeds into your own apps and dashboards

### 💳 Pricing

This actor uses the **Pay-Per-Event** model. You're billed for actor start and per job result saved to the dataset. See the Store page for live event prices.

### ❓ FAQ

**Do I need a LinkedIn account?** No. It uses only public guest endpoints.

**Why do some jobs have `null` salary?** LinkedIn rarely exposes salary on public guest pages; it's returned only when present.

**It's slow / I see proxy switches in the log.** LinkedIn rate-limits cloud IPs. The actor automatically moves to datacenter, then residential proxies to keep collecting — this is expected and self-healing.

**How many jobs can I get per search?** LinkedIn caps a single search at ~1000 results. Use cities or multiple searches to go wider.

### 🛟 Support & Feedback

Found a bug or want a feature? Open an issue on the Actor's **Issues** tab. We read every report.

***

> ⚖️ **Legal:** Only publicly available data is collected. You are responsible for complying with LinkedIn's Terms, GDPR/CCPA, and all applicable laws.

# Actor input Schema

## `job_title` (type: `string`):

Enter the job title or keywords you want to search for (e.g. 'React Developer', 'Data Scientist').

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

Enter a broad location (e.g. 'Worldwide', 'Europe', 'Canada') or a full search string (e.g. 'San Francisco, CA'). For multiple specific cities, enter the country here and list the cities below.

## `cities` (type: `array`):

Optional. List specific cities to search (e.g. 'Toronto', 'Vancouver'). The scraper loops through each. Tip: set the Location field to the relevant country for accurate city matching.

## `jobs_entries` (type: `integer`):

How many job postings you want to collect (1–30000).

## `company_names` (type: `array`):

Optional. Only return jobs from these LinkedIn company IDs (numeric IDs only — company names are not resolved).

## `experience` (type: `string`):

Filter by required experience level.

## `employment_type` (type: `string`):

Filter by employment type.

## `work_arrangement` (type: `string`):

Filter by work schedule / arrangement.

## `posted_within` (type: `string`):

Only return jobs posted within this window.

## `easy_apply` (type: `boolean`):

Only return jobs that support LinkedIn's one-click Easy Apply.

## `start_jobs` (type: `integer`):

Skip this many results before collecting (useful for paging large searches).

## `scrape_details` (type: `boolean`):

Fetch each job's full description, salary, seniority, function & industries. Turn off for a much faster list-only run.

## `job_post_time` (type: `string`):

Overrides the dropdown above. Custom time in seconds prefixed with 'r' (e.g. 'r86400' = last 24h, 'r172800' = last 2 days).

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

Proxy settings used when LinkedIn rate-limits the requests.

## `experience_level` (type: `string`):

Legacy field — migrate to `experience`.

## `job_type` (type: `string`):

Legacy field — migrate to `employment_type`.

## `work_schedule` (type: `string`):

Legacy field — migrate to `work_arrangement`.

## Actor input object example

```json
{
  "job_title": "React Developer",
  "location": "Canada",
  "jobs_entries": 10,
  "posted_within": "Any Time",
  "easy_apply": false,
  "start_jobs": 0,
  "scrape_details": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# 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 = {
    "job_title": "React Developer",
    "location": "Canada",
    "jobs_entries": 10,
    "start_jobs": 0,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("simpleapi/rapid-linkedin-jobs-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 = {
    "job_title": "React Developer",
    "location": "Canada",
    "jobs_entries": 10,
    "start_jobs": 0,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("simpleapi/rapid-linkedin-jobs-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 '{
  "job_title": "React Developer",
  "location": "Canada",
  "jobs_entries": 10,
  "start_jobs": 0,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call simpleapi/rapid-linkedin-jobs-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "⚡ Rapid LinkedIn Jobs Scraper",
        "description": "⚡ Rapid LinkedIn Jobs Scraper pulls fresh job listings fast from LinkedIn for smarter lead gen & hiring. 🚀 Filter by role, location, and keywords—then export for outreach, research, or analytics. Save time, boost results!",
        "version": "0.1",
        "x-build-id": "9PgvFfuUHUAMc42IJ"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/simpleapi~rapid-linkedin-jobs-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-simpleapi-rapid-linkedin-jobs-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/simpleapi~rapid-linkedin-jobs-scraper/runs": {
            "post": {
                "operationId": "runs-sync-simpleapi-rapid-linkedin-jobs-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/simpleapi~rapid-linkedin-jobs-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-simpleapi-rapid-linkedin-jobs-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": {
                    "job_title": {
                        "title": "💼 Job Title / Keywords",
                        "type": "string",
                        "description": "Enter the job title or keywords you want to search for (e.g. 'React Developer', 'Data Scientist')."
                    },
                    "location": {
                        "title": "🌍 Location",
                        "type": "string",
                        "description": "Enter a broad location (e.g. 'Worldwide', 'Europe', 'Canada') or a full search string (e.g. 'San Francisco, CA'). For multiple specific cities, enter the country here and list the cities below."
                    },
                    "cities": {
                        "title": "🏙️ Cities (Optional)",
                        "type": "array",
                        "description": "Optional. List specific cities to search (e.g. 'Toronto', 'Vancouver'). The scraper loops through each. Tip: set the Location field to the relevant country for accurate city matching.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "jobs_entries": {
                        "title": "🔢 Number of Jobs to Scrape",
                        "minimum": 1,
                        "maximum": 30000,
                        "type": "integer",
                        "description": "How many job postings you want to collect (1–30000).",
                        "default": 10
                    },
                    "company_names": {
                        "title": "🏢 Company IDs (Optional)",
                        "type": "array",
                        "description": "Optional. Only return jobs from these LinkedIn company IDs (numeric IDs only — company names are not resolved).",
                        "items": {
                            "type": "string"
                        }
                    },
                    "experience": {
                        "title": "📈 Experience Level",
                        "enum": [
                            "Intern",
                            "Assistant",
                            "Junior",
                            "Mid-Senior",
                            "Director",
                            "Executive"
                        ],
                        "type": "string",
                        "description": "Filter by required experience level."
                    },
                    "employment_type": {
                        "title": "🕒 Job Type",
                        "enum": [
                            "Full-time",
                            "Part-time",
                            "Contract",
                            "Temporary",
                            "Volunteer",
                            "Internship",
                            "Other"
                        ],
                        "type": "string",
                        "description": "Filter by employment type."
                    },
                    "work_arrangement": {
                        "title": "🏠 Work Arrangement",
                        "enum": [
                            "On-site",
                            "Remote",
                            "Hybrid"
                        ],
                        "type": "string",
                        "description": "Filter by work schedule / arrangement."
                    },
                    "posted_within": {
                        "title": "📅 Job Posting Time",
                        "enum": [
                            "Any Time",
                            "Past 24 hours",
                            "Past Week",
                            "Past Month"
                        ],
                        "type": "string",
                        "description": "Only return jobs posted within this window.",
                        "default": "Any Time"
                    },
                    "easy_apply": {
                        "title": "✅ Easy Apply Only",
                        "type": "boolean",
                        "description": "Only return jobs that support LinkedIn's one-click Easy Apply.",
                        "default": false
                    },
                    "start_jobs": {
                        "title": "⏭️ Skip First N Results",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Skip this many results before collecting (useful for paging large searches).",
                        "default": 0
                    },
                    "scrape_details": {
                        "title": "📝 Scrape Full Job Details",
                        "type": "boolean",
                        "description": "Fetch each job's full description, salary, seniority, function & industries. Turn off for a much faster list-only run.",
                        "default": true
                    },
                    "job_post_time": {
                        "title": "⏱️ Custom Job Post Time (Advanced)",
                        "type": "string",
                        "description": "Overrides the dropdown above. Custom time in seconds prefixed with 'r' (e.g. 'r86400' = last 24h, 'r172800' = last 2 days)."
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings used when LinkedIn rate-limits the requests.",
                        "default": {
                            "useApifyProxy": true
                        }
                    },
                    "experience_level": {
                        "title": "Experience Level (legacy)",
                        "type": "string",
                        "description": "Legacy field — migrate to `experience`."
                    },
                    "job_type": {
                        "title": "Job Type (legacy)",
                        "type": "string",
                        "description": "Legacy field — migrate to `employment_type`."
                    },
                    "work_schedule": {
                        "title": "Work Schedule (legacy)",
                        "type": "string",
                        "description": "Legacy field — migrate to `work_arrangement`."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
