# Wellfound Jobs Search Scraper (`jobsapi/wellfound-jobs-search-scraper`) Actor

Scrape startup job listings from Wellfound (formerly AngelList Talent). Extract job titles, companies, locations, equity and salary ranges, funding stages, and remote options for startup recruitment and market analysis.

- **URL**: https://apify.com/jobsapi/wellfound-jobs-search-scraper.md
- **Developed by:** [Jobs API](https://apify.com/jobsapi) (community)
- **Categories:** Jobs, Developer tools, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per usage

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

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

## What's an Apify Actor?

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

## How to integrate an Actor?

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

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

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## Wellfound Jobs Search Scraper

The latest and most advanced Wellfound (AngelList) Jobs Search Scraper. Our Wellfound (AngelList) Jobs Search Scraper extracts real-time job postings at scale from all over the world. A new research tool built for recruitment, insights and HR.

### Features

- **Keyword search** — find jobs by keyword, search term, or role
- **Location filtering** — narrow results to specific cities, regions, or countries

### Use Cases

- **Startup ecosystem hiring analysis** — track which startups are hiring and for what roles
- **Early-stage company recruitment tracking** — monitor hiring patterns at VC-backed early-stage companies
- **VC-backed talent demand research** — identify skill demand trends in venture-funded startups
- **Tech startup job market intelligence** — collect compensation and equity data from high-growth tech companies

### Sample Input

```json
{
  "keywords": "React developer",
  "role": "engineer",
  "location": "San Francisco, CA",
  "jobType": "full-time",
  "remote": false,
  "maxJobs": 30,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
````

### Sample Output

```json
{
  "title": "Senior Frontend Engineer",
  "company": "Stripe",
  "location": "San Francisco, CA",
  "jobType": "Full-time",
  "jobUrl": "https://wellfound.com/jobs/senior-frontend-engineer-stripe",
  "postedAt": "2026-06-15",
  "scrapedAt": "2026-06-20T10:00:00.000Z",
  "description": "Stripe is looking for a senior frontend engineer to build the next generation of payment experiences...",
  "companyUrl": "https://wellfound.com/company/stripe",
  "salaryRange": 200000,
  "equityRange": "0.05% - 0.15%",
  "skills": "React, TypeScript, GraphQL"
}
```

### Input

| Field | Type | Default | Required | Description |
|-------|------|---------|----------|-------------|
| `job_title` | string | `software-engineer` |  | Select desired job title. |
| `job_location` | string | `new-york` |  | Select desired job location. |
| `proxyConfiguration` | object | `{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}` |  | Proxy settings. RESIDENTIAL proxy recommended. |
| `maxItems` | integer | — |  | Maximum number of job posts to scrape. |
| `experienceLevel` | string | — |  | Filter by minimum experience level: Entry Level, Mid Level, Senior Level, Executive, Director. |
| `salaryMin` | integer | — |  | Minimum salary filter (in USD). Only show jobs paying at least this amount. |
| `salaryMax` | integer | — |  | Maximum salary filter (in USD). Only show jobs paying at most this amount. |
| `remoteFilter` | string | — |  | Filter by work location type: Remote, Hybrid, On-site. |
| `educationLevel` | string | — |  | Filter by minimum education level: High School, Associate Degree, Bachelor's, Master's, Doctorate. |

### Output

| Field | Description |
|-------|-------------|
| `title` | Job title |
| `company` | Company name |
| `location` | Job location |
| `jobType` | Type of job |
| `jobUrl` | Direct URL to the job listing |
| `postedAt` | Date the job was posted |
| `scrapedAt` | ISO timestamp when the job was scraped |
| `description` | Full job description |
| `companyUrl` | Company URL |
| `salaryRange` | Salary range |
| `equityRange` | Equity range |
| `skills` | Required skills |
| `company.logo_url` | Company logo URL |
| `company.name` | Company name |
| `job_id` | Job ID |
| `job_auto_posted` | Whether the job was auto-posted |
| `job_reposted` | Whether the job was reposted |
| `job_listing_posted` | Job listing posted date |
| `job_published` | Job published date |
| `job_title` | Job title |
| `job_location` | Job location array |
| `job_details` | Job details array |
| `job_type` | Job type |
| `job_pay_range` | Job pay range |
| `job_equity` | Job equity |
| `job_min_pay` | Minimum pay |
| `job_max_pay` | Maximum pay |
| `job_min_salary` | Minimum salary |
| `job_max_salary` | Maximum salary |
| `job_min_equity` | Minimum equity |
| `job_max_equity` | Maximum equity |
| `job_salary_currency` | Salary currency |
| `job_salary_unit` | Salary unit |
| `job_remote` | Whether the job is remote |
| `job_remote_possible` | Whether remote is possible |
| `job_experience` | Experience level required |
| `required_experience_years` | Required experience in years |
| `required_experience_months` | Required experience in months |
| `visa_sponsorship` | Visa sponsorship offered |
| `job_location_requirement` | Location requirement |
| `remote_work_policy` | Remote work policy |
| `hires_remotely` | Whether company hires remotely |
| `relocation` | Relocation offered |
| `hiring_contact` | Hiring contact name |
| `hiring_contact_role` | Hiring contact role |
| `hiring_contact_experience` | Hiring contact experience |
| `hiring_contact_location` | Hiring contact location |
| `hires_remotely_in` | Regions where remote hiring is available |
| `collaboration_hours` | Collaboration hours |
| `preferred_timezones` | Preferred timezones |
| `job_description` | Detailed job description |
| `job_benefits` | Job benefits |
| `job_url` | Job URL |
| `job_listing_valid_until` | Job listing expiry date |
| `direct_application` | Whether direct application is available |
| `job_application_url` | Application URL |
| `company.slug` | Company slug |
| `company.category` | Company category object |
| `company.type` | Company type |
| `company.stage` | Company stage |
| `company.locations` | Company locations |
| `company.is_hiring` | Whether company is hiring |
| `company.location` | Company location |
| `company.size` | Company size |
| `company.open_job_posts` | Number of open job posts |
| `company.open_job_roles` | Number of open job roles |
| `company.no_outside_funding` | Whether company has no outside funding |
| `company.total_funding_rounds` | Total funding rounds |
| `company.funding_rounds` | Funding rounds object |
| `company.totaly_raised` | Total raised amount |
| `company.totaly_raised_formatted` | Total raised formatted |
| `company.totaly_raised_currency` | Total raised currency |
| `company.investors` | Company investors object |
| `company.founders` | Company founders object |
| `company.board_members` | Company board members object |
| `company.incubators` | Company incubators object |
| `company.is_incubator` | Whether company is an incubator |
| `company.team_members` | Company team members object |
| `company.badges` | Company badges object |
| `company.profile_url` | Company profile URL |
| `company.url` | Company URL |
| `company.email` | Company email |
| `company.blog_url` | Company blog URL |
| `company.twitter_url` | Company Twitter URL |
| `company.linkedin_url` | Company LinkedIn URL |
| `company.facebook_url` | Company Facebook URL |
| `company.productHunt_url` | Company Product Hunt URL |

### Notes

- **Proxy**: Residential proxy is highly recommended — set `proxyConfiguration: { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }`
- **Rate limits**: Keep result limits reasonable per run to avoid IP bans
- **Scheduling**: Use Apify Scheduler to run this actor on a recurring basis for a consistently fresh dataset

# Actor input Schema

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

Select desired job title

## `job_location` (type: `string`):

Select desired job location

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

Optionally, use Apify Proxy or custom HTTP proxy to avoid IP address-based blocking.

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

Maximum number of jobs to scrape

## `experienceLevel` (type: `string`):

Filter by minimum experience level required for the position.

## `salaryMin` (type: `integer`):

Minimum salary filter (in local currency). Only show jobs paying at least this amount.

## `salaryMax` (type: `integer`):

Maximum salary filter (in local currency). Only show jobs paying at most this amount.

## `remoteFilter` (type: `string`):

Filter by work location type.

## `educationLevel` (type: `string`):

Filter by minimum education level required.

## Actor input object example

```json
{
  "job_title": "software-engineer",
  "job_location": "new-york",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "IN"
  },
  "maxItems": 500,
  "experienceLevel": "",
  "remoteFilter": "",
  "educationLevel": ""
}
```

# Actor output Schema

## `dataset` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "IN"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("jobsapi/wellfound-jobs-search-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 = { "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "IN",
    } }

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

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Wellfound Jobs Search Scraper",
        "description": "Scrape startup job listings from Wellfound (formerly AngelList Talent). Extract job titles, companies, locations, equity and salary ranges, funding stages, and remote options for startup recruitment and market analysis.",
        "version": "0.0",
        "x-build-id": "h88j2qFzTcnyJic63"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/jobsapi~wellfound-jobs-search-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-jobsapi-wellfound-jobs-search-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/jobsapi~wellfound-jobs-search-scraper/runs": {
            "post": {
                "operationId": "runs-sync-jobsapi-wellfound-jobs-search-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/jobsapi~wellfound-jobs-search-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-jobsapi-wellfound-jobs-search-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",
                        "enum": [
                            "3d-designer",
                            "api-testing",
                            "application-engineer",
                            "artificial-intelligence-engineer",
                            "aws-cloud-engineer",
                            "backend-engineer",
                            "c-developer",
                            "chief-operating-officer",
                            "cloud-services-developer",
                            "cybersecurity",
                            "data-analyst",
                            "data-engineer",
                            "data-scientist",
                            "database-developer",
                            "designer",
                            "devops-engineer",
                            "engineering-manager",
                            "flutter-developer",
                            "frontend-engineer",
                            "full-stack-engineer",
                            "full-stack-software-engineer",
                            "game-developer",
                            "game-producer",
                            "go-developer",
                            "graphql-developer",
                            "html-css",
                            "java-backend-developer",
                            "leadership",
                            "machine-learning-engineer",
                            "marketing-operations",
                            "marketing-research-analyst",
                            "mobile-engineer",
                            "network-administrator",
                            "power-bi-developer",
                            "product-designer",
                            "product-manager",
                            "product-owner",
                            "python-developer",
                            "react-native",
                            "sales-director",
                            "sales-representative",
                            "sem-manager",
                            "software-architect",
                            "software-engineer",
                            "swift-developer",
                            "systems-administrator",
                            "tableau-developer",
                            "ui-developer",
                            "unity-developer",
                            "ux-engineer",
                            "vp-of-strategy",
                            "web-analytics",
                            "web-designer",
                            "website-testing",
                            "wordpress-developer"
                        ],
                        "type": "string",
                        "description": "Select desired job title",
                        "default": "software-engineer"
                    },
                    "job_location": {
                        "title": "Job Location",
                        "enum": [
                            "remote",
                            "australia",
                            "europe",
                            "north-america",
                            "south-america",
                            "asia",
                            "africa",
                            "austria",
                            "canada-startups",
                            "china",
                            "colombia",
                            "france",
                            "germany",
                            "india",
                            "japan",
                            "mexico",
                            "netherlands",
                            "nigeria",
                            "poland",
                            "portugal",
                            "saudi-arabia",
                            "singapore",
                            "spain",
                            "switzerland",
                            "united-arab-emirates",
                            "united-kingdom",
                            "united-states",
                            "amsterdam",
                            "atlanta",
                            "austin",
                            "bangalore",
                            "barcelona",
                            "beijing",
                            "berlin",
                            "bogota",
                            "boston",
                            "buenos-aires-5",
                            "cape-town",
                            "chennai-tn",
                            "chicago",
                            "copenhagen",
                            "denver",
                            "district-of-columbia",
                            "dubai",
                            "dublin",
                            "helsinki",
                            "hong-kong",
                            "krakow",
                            "lagos",
                            "lagos-mainland",
                            "lisbon",
                            "london",
                            "los-angeles",
                            "madrid-community-of-madrid",
                            "melbourne",
                            "mexico-city",
                            "miami",
                            "montreal",
                            "mumbai",
                            "munich",
                            "nairobi",
                            "new-delhi",
                            "new-york",
                            "paris",
                            "philadelphia",
                            "pittsburgh",
                            "portland",
                            "prague",
                            "salt-lake-city",
                            "san-francisco",
                            "sao-paulo",
                            "seattle",
                            "seoul",
                            "shanghai",
                            "shenzhen",
                            "stockholm",
                            "sydney",
                            "tallinn",
                            "tokyo",
                            "toronto",
                            "vancouver",
                            "vienna",
                            "warsaw",
                            "zurich"
                        ],
                        "type": "string",
                        "description": "Select desired job location",
                        "default": "new-york"
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Optionally, use Apify Proxy or custom HTTP proxy to avoid IP address-based blocking.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ],
                            "apifyProxyCountry": "IN"
                        }
                    },
                    "maxItems": {
                        "title": "Max Jobs",
                        "minimum": 1,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Maximum number of jobs to scrape",
                        "default": 500
                    },
                    "experienceLevel": {
                        "title": "Experience Level",
                        "enum": [
                            "",
                            "entry",
                            "mid",
                            "senior",
                            "executive",
                            "director"
                        ],
                        "type": "string",
                        "description": "Filter by minimum experience level required for the position.",
                        "default": ""
                    },
                    "salaryMin": {
                        "title": "Minimum Salary",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Minimum salary filter (in local currency). Only show jobs paying at least this amount."
                    },
                    "salaryMax": {
                        "title": "Maximum Salary",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum salary filter (in local currency). Only show jobs paying at most this amount."
                    },
                    "remoteFilter": {
                        "title": "Remote / On-site / Hybrid",
                        "enum": [
                            "",
                            "remote",
                            "hybrid",
                            "onsite"
                        ],
                        "type": "string",
                        "description": "Filter by work location type.",
                        "default": ""
                    },
                    "educationLevel": {
                        "title": "Education Level",
                        "enum": [
                            "",
                            "high_school",
                            "associate",
                            "bachelor",
                            "master",
                            "doctorate"
                        ],
                        "type": "string",
                        "description": "Filter by minimum education level required.",
                        "default": ""
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
