# Adzuna Job Search API - Jobs, Salaries & Companies (`nabeelbaghoor/adzuna-job-search-api`) Actor

Search the Adzuna job market across 18 countries and export structured listings - title, company, location, salary range, category, contract type and apply links. Filter by keyword, location, radius, salary, category and recency. Pay per result. Bring your own API key.

- **URL**: https://apify.com/nabeelbaghoor/adzuna-job-search-api.md
- **Developed by:** [Nabeel Hassan](https://apify.com/nabeelbaghoor) (community)
- **Categories:** Jobs, Developer tools, Lead generation
- **Stats:** 2 total users, 1 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$6.00 / 1,000 job results

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

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

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

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

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

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

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

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

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

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

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

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

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


# README

## Adzuna Job Search API - jobs, salaries and companies across 18 countries

**Adzuna Job Search API** turns the Adzuna job market into a clean, structured dataset. Search any of 18 country indexes by keyword, location and salary, and export every matching listing - job title, company, location, salary range, category, contract type and a direct apply link - as JSON, CSV or Excel.

Bring your own Adzuna API credentials (free to register) and pay only for the results you keep.

### Why use this actor?

- **18 country job markets** - United Kingdom, United States, Canada, Australia, Germany, France, Spain, Italy, Netherlands, and more, each a dedicated index.
- **Salary intelligence** - advertised salary ranges plus Adzuna's predicted salary flag, ideal for compensation research.
- **Rich structured output** - title, company, location, category, salary min/max, contract type and time, posting date, geo coordinates and apply links, parsed into flat columns.
- **Powerful filters** - keyword (all/any/exact/exclude), title-only matching, location with radius, salary range, category, full-time/part-time/permanent/contract, company and posting recency.
- **Pay per result** - you are charged only for the jobs actually returned, up to 2,000 per run.
- **No proxies, no blocks** - data comes through a stable API, so runs are fast and reliable.

### Use cases

- **Job boards and aggregators** - stock your board with fresh, real listings across countries.
- **Salary and market research** - analyze pay and demand by role, city, category or country.
- **Recruiting and sourcing** - track who is hiring for which roles, where, and at what pay.
- **Lead generation** - hiring companies are buying companies; time your outreach on hiring signals.
- **Job alert automations** - schedule daily runs and push new matches to Slack, email or your ATS.

### Input

Configure everything from the visual editor - every filter is a proper field, no code needed. Example JSON input:

```json
{
  "country": "gb",
  "what": "python developer",
  "where": "London",
  "distanceKm": 25,
  "salaryMin": 50000,
  "maxResults": 100,
  "appId": "YOUR_APP_ID",
  "appKey": "YOUR_APP_KEY"
}
````

### Output

One clean JSON object per job:

```json
{
  "job_title": "Senior Python Developer",
  "company_name": "Acme Ltd",
  "location": "London, UK",
  "category": "IT Jobs",
  "salary": "60,000 - 80,000",
  "salary_min": 60000,
  "salary_max": 80000,
  "salary_is_predicted": "0",
  "contract_type": "permanent",
  "contract_time": "full_time",
  "date_posted": "2026-07-18T09:12:00Z",
  "redirect_url": "https://www.adzuna.co.uk/jobs/details/...",
  "latitude": 51.5074,
  "longitude": -0.1278,
  "description": "We are hiring a Senior Python Developer...",
  "id": "4212345678"
}
```

### Do I need an API key?

Yes. This actor calls the Adzuna API on your behalf, which requires your own **App ID** and **App Key**. Register for free at developer.adzuna.com, paste both into the input, and run. Your credentials are stored securely and never logged.

### Pay per result

You pay only for the job listings the actor actually returns - no subscriptions, no minimums. Set **Maximum results** to cap each run's spend exactly.

### FAQ

#### What is the Adzuna Job Search API?

Adzuna is a job search engine that aggregates listings from thousands of sources across 18+ countries. Its search API returns those listings as structured data - title, company, location, salary, category and apply link - so you can build job boards, run salary research, or feed hiring data into your own tools without scraping.

#### Which countries are supported?

United Kingdom, United States, Canada, Australia, Germany, France, Spain, Italy, Netherlands, Austria, Belgium, Brazil, India, Mexico, New Zealand, Poland, Singapore and South Africa. Each country is a separate index selected with the **Country** field.

#### What filters can I use?

Keywords (all words, any word, exact phrase, exclude words), title-only matching, location with a kilometer radius, salary min/max, category tag, full-time/part-time/permanent/contract flags, company name, posting recency (days old), and sort order.

#### Does it include salary data?

Yes. Each listing carries `salary_min` and `salary_max` where advertised, plus a `salary_is_predicted` flag showing whether the figure is advertised or an Adzuna estimate - useful for compensation benchmarking.

#### How many results can I get per run?

Up to 2,000 jobs per run, collected 50 per page. For larger pulls, split by category, location or country, or run on a schedule and collect new listings each day with the posting-recency filter.

#### How much does it cost?

Pricing is pay-per-result: a small fixed amount per job returned, plus standard Apify platform usage, plus your own Adzuna API usage against your credentials. A run that returns nothing costs almost nothing.

#### Where do the category tags come from?

Adzuna categories are country-specific slugs such as `it-jobs`, `sales-jobs` or `engineering-jobs`. Use Adzuna's categories endpoint for the full list for your chosen country, then paste a tag into the **Category tag** field.

#### Can I run this on a schedule?

Yes. Use Apify Schedules to run it hourly or daily and connect the dataset to Zapier, Make, n8n, webhooks or the API to pipe new jobs anywhere.

#### Is this legal?

The actor returns publicly available job listings from the Adzuna search API, retrieved through a licensed developer key. No login-walled or personal data is collected.

### Keyword map

adzuna api, adzuna job search api, job search api, jobs api, salary data api, job listings api, uk jobs api, us jobs api, job market data, recruitment data api, job postings api, compensation data api.

### Support and feedback

Found an issue or missing a filter? Open an issue in the **Issues** tab - it is monitored daily.

# Actor input Schema

## `country` (type: `string`):

Country job market to search. Adzuna runs a separate index per country.

## `what` (type: `string`):

Free-text keywords, space separated, e.g. `python developer`. Matches job title and description.

## `whatAnd` (type: `string`):

Every one of these space-separated words must appear.

## `whatPhrase` (type: `string`):

This exact phrase must appear in the listing.

## `whatOr` (type: `string`):

At least one of these space-separated words must appear.

## `whatExclude` (type: `string`):

Listings containing any of these words are removed.

## `titleOnly` (type: `boolean`):

Restrict keyword matching to the job title.

## `where` (type: `string`):

Place name or postcode, e.g. `London`, `Manchester`, `10001`. Combine with the search radius below.

## `distanceKm` (type: `integer`):

Radius in kilometers around the location (Adzuna default is 5).

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

Optional Adzuna category tag, e.g. `it-jobs`, `sales-jobs`, `engineering-jobs`, `accounting-finance-jobs`. Tags vary by country - see Adzuna's categories endpoint for the full per-country list. Leave empty for all categories.

## `fullTime` (type: `boolean`):

Only full-time roles.

## `partTime` (type: `boolean`):

Only part-time roles.

## `permanent` (type: `boolean`):

Only permanent roles.

## `contract` (type: `boolean`):

Only contract roles.

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

Lower bound for the advertised annual salary (in the country's local currency).

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

Upper bound for the advertised annual salary.

## `includeUnknownSalary` (type: `boolean`):

When a salary filter is set, also keep jobs whose salary is unknown.

## `company` (type: `string`):

Filter to a single canonical company name.

## `maxDaysOld` (type: `integer`):

Upper bound on ad age in days. E.g. `7` returns jobs posted in the last week.

## `sortBy` (type: `string`):

Order of results.

## `sortDirection` (type: `string`):

Ascending or descending.

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

Stop after this many jobs (1-2,000). Collected 50 per page. You are charged per result returned.

## `appId` (type: `string`):

Your Adzuna App ID. Required. Register for free at developer.adzuna.com.

## `appKey` (type: `string`):

Your Adzuna App Key. Required. Stored securely and never logged.

## Actor input object example

```json
{
  "country": "gb",
  "titleOnly": false,
  "distanceKm": 25,
  "fullTime": false,
  "partTime": false,
  "permanent": false,
  "contract": false,
  "includeUnknownSalary": true,
  "sortBy": "default",
  "sortDirection": "down",
  "maxResults": 100
}
```

# 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 = {
    "what": "",
    "distanceKm": 25,
    "maxResults": 100
};

// Run the Actor and wait for it to finish
const run = await client.actor("nabeelbaghoor/adzuna-job-search-api").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 = {
    "what": "",
    "distanceKm": 25,
    "maxResults": 100,
}

# Run the Actor and wait for it to finish
run = client.actor("nabeelbaghoor/adzuna-job-search-api").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 '{
  "what": "",
  "distanceKm": 25,
  "maxResults": 100
}' |
apify call nabeelbaghoor/adzuna-job-search-api --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=nabeelbaghoor/adzuna-job-search-api",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Adzuna Job Search API - Jobs, Salaries & Companies",
        "description": "Search the Adzuna job market across 18 countries and export structured listings - title, company, location, salary range, category, contract type and apply links. Filter by keyword, location, radius, salary, category and recency. Pay per result. Bring your own API key.",
        "version": "0.1",
        "x-build-id": "NDnIOgJ8OzCOTTJnX"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/nabeelbaghoor~adzuna-job-search-api/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-nabeelbaghoor-adzuna-job-search-api",
                "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/nabeelbaghoor~adzuna-job-search-api/runs": {
            "post": {
                "operationId": "runs-sync-nabeelbaghoor-adzuna-job-search-api",
                "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/nabeelbaghoor~adzuna-job-search-api/run-sync": {
            "post": {
                "operationId": "run-sync-nabeelbaghoor-adzuna-job-search-api",
                "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": {
                    "country": {
                        "title": "Country",
                        "enum": [
                            "gb",
                            "us",
                            "ca",
                            "au",
                            "de",
                            "fr",
                            "es",
                            "it",
                            "nl",
                            "at",
                            "be",
                            "br",
                            "in",
                            "mx",
                            "nz",
                            "pl",
                            "sg",
                            "za"
                        ],
                        "type": "string",
                        "description": "Country job market to search. Adzuna runs a separate index per country.",
                        "default": "gb"
                    },
                    "what": {
                        "title": "Keywords",
                        "type": "string",
                        "description": "Free-text keywords, space separated, e.g. `python developer`. Matches job title and description."
                    },
                    "whatAnd": {
                        "title": "All of these words",
                        "type": "string",
                        "description": "Every one of these space-separated words must appear."
                    },
                    "whatPhrase": {
                        "title": "Exact phrase",
                        "type": "string",
                        "description": "This exact phrase must appear in the listing."
                    },
                    "whatOr": {
                        "title": "Any of these words",
                        "type": "string",
                        "description": "At least one of these space-separated words must appear."
                    },
                    "whatExclude": {
                        "title": "Exclude these words",
                        "type": "string",
                        "description": "Listings containing any of these words are removed."
                    },
                    "titleOnly": {
                        "title": "Match keywords in title only",
                        "type": "boolean",
                        "description": "Restrict keyword matching to the job title.",
                        "default": false
                    },
                    "where": {
                        "title": "Location",
                        "type": "string",
                        "description": "Place name or postcode, e.g. `London`, `Manchester`, `10001`. Combine with the search radius below."
                    },
                    "distanceKm": {
                        "title": "Search radius (km)",
                        "minimum": 1,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Radius in kilometers around the location (Adzuna default is 5)."
                    },
                    "category": {
                        "title": "Category tag",
                        "type": "string",
                        "description": "Optional Adzuna category tag, e.g. `it-jobs`, `sales-jobs`, `engineering-jobs`, `accounting-finance-jobs`. Tags vary by country - see Adzuna's categories endpoint for the full per-country list. Leave empty for all categories."
                    },
                    "fullTime": {
                        "title": "Full-time only",
                        "type": "boolean",
                        "description": "Only full-time roles.",
                        "default": false
                    },
                    "partTime": {
                        "title": "Part-time only",
                        "type": "boolean",
                        "description": "Only part-time roles.",
                        "default": false
                    },
                    "permanent": {
                        "title": "Permanent only",
                        "type": "boolean",
                        "description": "Only permanent roles.",
                        "default": false
                    },
                    "contract": {
                        "title": "Contract only",
                        "type": "boolean",
                        "description": "Only contract roles.",
                        "default": false
                    },
                    "salaryMin": {
                        "title": "Minimum salary",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Lower bound for the advertised annual salary (in the country's local currency)."
                    },
                    "salaryMax": {
                        "title": "Maximum salary",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Upper bound for the advertised annual salary."
                    },
                    "includeUnknownSalary": {
                        "title": "Include jobs without a listed salary",
                        "type": "boolean",
                        "description": "When a salary filter is set, also keep jobs whose salary is unknown.",
                        "default": true
                    },
                    "company": {
                        "title": "Company",
                        "type": "string",
                        "description": "Filter to a single canonical company name."
                    },
                    "maxDaysOld": {
                        "title": "Posted within the last … days",
                        "minimum": 1,
                        "maximum": 365,
                        "type": "integer",
                        "description": "Upper bound on ad age in days. E.g. `7` returns jobs posted in the last week."
                    },
                    "sortBy": {
                        "title": "Sort by",
                        "enum": [
                            "default",
                            "date",
                            "salary",
                            "relevance",
                            "hybrid"
                        ],
                        "type": "string",
                        "description": "Order of results.",
                        "default": "default"
                    },
                    "sortDirection": {
                        "title": "Sort direction",
                        "enum": [
                            "down",
                            "up"
                        ],
                        "type": "string",
                        "description": "Ascending or descending.",
                        "default": "down"
                    },
                    "maxResults": {
                        "title": "Maximum results",
                        "minimum": 1,
                        "maximum": 2000,
                        "type": "integer",
                        "description": "Stop after this many jobs (1-2,000). Collected 50 per page. You are charged per result returned."
                    },
                    "appId": {
                        "title": "App ID",
                        "type": "string",
                        "description": "Your Adzuna App ID. Required. Register for free at developer.adzuna.com."
                    },
                    "appKey": {
                        "title": "App Key",
                        "type": "string",
                        "description": "Your Adzuna App Key. Required. Stored securely and never logged."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
