# AutoTempest Car Scraper (`illuminating_knighthood/autotempest`) Actor

Search and extract car listings from AutoTempest — aggregates Cars.com, Carvana, eBay Motors, Hemmings & more. Returns price history, VIN, mileage, dealer info, and deal ratings.

- **URL**: https://apify.com/illuminating\_knighthood/autotempest.md
- **Developed by:** [Nathan C](https://apify.com/illuminating_knighthood) (community)
- **Categories:** Automation, Developer tools, E-commerce
- **Stats:** 4 total users, 2 monthly users, 64.3% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 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

## AutoTempest Scraper

Search and extract used car listings from [AutoTempest](https://www.autotempest.com) — an aggregator that pulls results from Cars.com, Carvana, eBay, Hemmings, CarSoup, and more in a single query.

Returns up to 200 structured listings per run including price history, mileage history, VIN, dealer info, images, and deal ratings.

---

### Use cases

- Track price trends for a specific make/model over time
- Build a used car alert system (run on a schedule, diff results)
- Feed listings into a CRM or spreadsheet for a dealership
- Compare prices across regions by varying ZIP code
- Research fair market value before buying or selling

---

### How to use

#### Apify Console

1. Open the actor in [Apify Console](https://console.apify.com)
2. Click the **Input** tab
3. Fill in at minimum: **Make**, **Model**, and **ZIP Code**
4. Click **Start Actor**
5. Results appear in the **Output** tab when the run finishes

#### API / programmatic

See [code examples](#code-examples) below.

---

### Input

#### Required

| Field | Type | Description |
|-------|------|-------------|
| `make` | string | Vehicle make slug, lowercase (e.g. `subaru`, `toyota`, `ford`) |
| `model` | string | Vehicle model slug, lowercase (e.g. `wrxsti`, `camry`, `f-150`) |
| `zip` | string | 5-digit US ZIP code to center the search |

#### Optional

| Field | Type | Default | Description |
|-------|------|---------|-------------|
| `radius` | integer | `500` | Search radius in miles. Must be one of: `25`, `50`, `100`, `300`, `500`, `1000` |
| `minyear` | integer | — | Minimum model year (e.g. `2008`) |
| `maxyear` | integer | — | Maximum model year (e.g. `2014`) |
| `minprice` | integer | — | Minimum price in USD |
| `maxprice` | integer | — | Maximum price in USD |
| `minmiles` | integer | — | Minimum mileage |
| `maxmiles` | integer | — | Maximum mileage |
| `transmission` | string | — | `man` (manual) or `auto` (automatic) |
| `drive` | string | — | `awd`, `fwd`, `rwd`, or `4wd` |
| `title` | string | `clean` | Title status: `any`, `clean`, `branded`, `salvage`, `rebuilt`, `lemon` |
| `sort` | string | `best_match` | Sort order — see values below |
| `rpp` | integer | `200` | Results to fetch per run (1–200) |
| `proxy` | object | `{"useApifyProxy": false}` | Proxy configuration — see [Proxy](#proxy) |

#### Sort values

| Value | Description |
|-------|-------------|
| `best_match` | AutoTempest relevance ranking (default) |
| `price_asc` | Lowest price first |
| `price_desc` | Highest price first |
| `miles_asc` | Lowest mileage first |
| `miles_desc` | Highest mileage first |
| `year_asc` | Oldest year first |
| `year_desc` | Newest year first |
| `date_desc` | Most recently listed first |
| `date_asc` | Oldest listing first |
| `dist_asc` | Closest to ZIP first |

#### Example input

**Minimal:**
```json
{
  "make": "toyota",
  "model": "camry",
  "zip": "90210"
}
````

**Full:**

```json
{
  "make": "subaru",
  "model": "wrxsti",
  "zip": "14559",
  "radius": 1000,
  "minyear": 2008,
  "maxyear": 2014,
  "minprice": 10000,
  "maxprice": 35000,
  "maxmiles": 80000,
  "transmission": "man",
  "drive": "awd",
  "title": "clean",
  "sort": "price_asc",
  "rpp": 200,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
```

***

### Output

Each item in the dataset represents one car listing.

#### Example output record

```json
{
  "id": "cm-348930c7-5e32-43ef-a31a-178eded0e1b5",
  "external_id": "348930c7-5e32-43ef-a31a-178eded0e1b5",
  "listing_type": "regular",
  "sitecode": "cm",
  "source": "Cars.com",
  "logo_src": "//static.autotempest.com/prod/build/main/img/source-logos/cm-logo.png",
  "title": "2013 Subaru Impreza WRX STI",
  "year": "2013",
  "make": "Subaru",
  "model": "Impreza WRX",
  "trim": "STI",
  "vin": "JF1GV8J6XDL019568",
  "price": "$20,902",
  "current_bid": null,
  "bids": null,
  "mileage": "91,351",
  "location": "Columbus, OH",
  "location_code": "43235",
  "country_code": "US",
  "distance": 347.1,
  "dealer": "Byers Dublin Subaru",
  "phone": "",
  "seller_type": "Dealer",
  "vehicle_title": "Clean",
  "vehicle_title_source": "Y",
  "vehicle_title_desc": "A clean title indicates that a vehicle has never been deemed a total loss by an insurance company.",
  "has_pic": "1",
  "hot_car": false,
  "deal_gauge": "Good Deal",
  "highlight_unseen": false,
  "pending_sale": false,
  "price_recent_change": true,
  "price_history_diff": true,
  "price_history_extended": false,
  "price_history": [
    { "date": "May 16 2026", "mileage": "91,351", "price": "$20,902", "trend": "up" },
    { "date": "May 15 2026", "mileage": "91,351", "price": "$20,454", "trend": "up" }
  ],
  "listing_history": [
    { "date": "2026-05-16 00:50:33", "mileage": 91351, "price": 20902 },
    { "date": "2026-05-15 00:53:08", "mileage": 91351, "price": 20454 }
  ],
  "ctime": 1747317370,
  "date_listed": "2026-05-15T13:56:10Z",
  "end_date": null,
  "details": "Recent Arrival! 2013 Crystal Black Silica Subaru Impreza WRX STi 2.5L DOHC Intercooled High-Boost DAVCS AWD...",
  "url": "https://www.cars.com/vehicledetail/348930c7-5e32-43ef-a31a-178eded0e1b5/?aff=atempest",
  "img": "https://thumb.autotempest.com/cm/JF1GV8J6XDL019568_...",
  "img_fallback": "https://platform.cstatic-images.com/xlarge/...",
  "img_source": "https://platform.cstatic-images.com/xlarge/..."
}
```

#### Field reference

| Field | Type | Description |
|-------|------|-------------|
| `id` | string | AutoTempest listing ID (`{sitecode}-{externalId}`) |
| `external_id` | string | Source site's own listing ID |
| `listing_type` | string | `regular` or `auction` |
| `sitecode` | string | Source code: `cm` (Cars.com), `cv` (Carvana), `eb` (eBay), `hem` (Hemmings), `cs` (CarSoup), `te` (AutoTempest) |
| `source` | string | Human-readable source name |
| `title` | string | Full listing title |
| `year` / `make` / `model` / `trim` | string | Vehicle details |
| `vin` | string | Vehicle Identification Number |
| `price` | string | Listed price (formatted, e.g. `"$20,902"`) |
| `current_bid` | string | null | Current bid amount for auctions |
| `bids` | integer | null | Number of bids (auctions only) |
| `mileage` | string | Odometer reading (formatted) |
| `location` | string | City, State |
| `location_code` | string | ZIP code of listing |
| `country_code` | string | `US` or `CA` |
| `distance` | float | Miles from search ZIP |
| `dealer` | string | Dealer or seller name |
| `phone` | string | Dealer phone number |
| `seller_type` | string | `Dealer` or `Private` |
| `vehicle_title` | string | Title status: `Clean`, `Salvage`, etc. |
| `has_pic` | string | `"1"` if listing has photos |
| `hot_car` | boolean | AutoTempest hot car flag |
| `deal_gauge` | string | boolean | Deal rating: `"Good Deal"`, `"Great Deal"`, `false` |
| `pending_sale` | boolean | Whether sale is pending |
| `price_recent_change` | boolean | Price changed recently |
| `price_history` | array | Array of `{date, mileage, price, trend}` objects |
| `listing_history` | array | Array of `{date, mileage, price}` raw history records |
| `ctime` | integer | Unix timestamp of listing creation |
| `date_listed` | string | ISO 8601 listing date |
| `end_date` | string | null | Auction end date |
| `details` | string | null | Full listing description text |
| `url` | string | Direct link to source listing |
| `img` | string | AutoTempest thumbnail URL |
| `img_fallback` / `img_source` | string | Original source image URLs |

***

### Code examples

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient("YOUR_API_TOKEN")

run = client.actor("YOUR_USERNAME/autotempest").call(run_input={
    "make": "subaru",
    "model": "wrxsti",
    "zip": "14559",
    "radius": 1000,
    "minyear": 2008,
    "maxyear": 2014,
    "maxmiles": 80000,
    "title": "clean",
    "sort": "price_asc",
})

for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item["title"], item["price"], item["mileage"])
```

#### JavaScript / Node.js

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

const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });

const run = await client.actor('YOUR_USERNAME/autotempest').call({
  make: 'subaru',
  model: 'wrxsti',
  zip: '14559',
  radius: 1000,
  minyear: 2008,
  maxyear: 2014,
  maxmiles: 80000,
  title: 'clean',
  sort: 'price_asc',
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach(item => console.log(item.title, item.price, item.mileage));
```

#### cURL

```bash
## Start a run
curl -X POST "https://api.apify.com/v2/acts/YOUR_USERNAME~autotempest/runs" \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "make": "subaru",
    "model": "wrxsti",
    "zip": "14559",
    "radius": 1000,
    "minyear": 2008,
    "maxyear": 2014,
    "title": "clean"
  }'

## Fetch results (replace RUN_ID with the id from the response above)
curl "https://api.apify.com/v2/datasets/RUN_ID/items?format=json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
```

***

### Proxy

By default the actor makes requests directly. Enable Apify proxy to route through residential or datacenter IPs — useful if you encounter rate limiting.

#### Disabled (default)

```json
{ "useApifyProxy": false }
```

#### Datacenter proxy

```json
{ "useApifyProxy": true }
```

#### Residential proxy (harder to block)

```json
{
  "useApifyProxy": true,
  "apifyProxyGroups": ["RESIDENTIAL"]
}
```

#### Country-specific

```json
{
  "useApifyProxy": true,
  "apifyProxyGroups": ["RESIDENTIAL"],
  "apifyProxyCountry": "US"
}
```

> **Note:** Residential proxies consume Apify proxy credits. See [Apify proxy pricing](https://apify.com/proxy) for details.

***

### Scheduling

Run on a cron schedule to monitor listings over time:

1. Apify Console → your actor → **Schedules** tab
2. Set interval (e.g. daily at 8am)
3. Combine with a **webhook** to POST results to your endpoint when each run finishes

***

### Limitations

- Returns up to **200 listings per run** (AutoTempest API limit per source batch)
- Results aggregate across: AutoTempest, Cars.com, Carvana, eBay, Hemmings, CarSoup — external links to AutoTrader, CarGurus, Craigslist, and Facebook Marketplace are **not** included
- **US ZIP codes only** — international searches not supported
- Some listings may lack price, mileage, or photos depending on the source site

***

### FAQ

**What is AutoTempest?**
AutoTempest is a used car search aggregator that searches multiple listing sites simultaneously. This actor queries its search API and returns the combined results as structured data.

**How do I find the model slug?**
Use the model value exactly as it appears in an AutoTempest URL. For example: `https://www.autotempest.com/results?make=subaru&model=wrxsti` → model is `wrxsti`. Common examples: `camry`, `mustang`, `f-150`, `civic`, `3-series`.

**Can I search without a model?**
The `model` field is required. To search all models for a make, use an empty string or a broad model term — though results may vary.

**Why do some listings have `null` prices?**
Some listings are published without a price (common on eBay auctions before bidding opens, or private sellers who prefer to negotiate).

**Can I export to CSV or Excel?**
Yes — in Apify Console, go to the run's **Output** tab → **Export** → choose CSV, XLSX, or JSON.

# Actor input Schema

## `make` (type: `string`):

Vehicle make (e.g. subaru, toyota)

## `model` (type: `string`):

Vehicle model key (e.g. wrxsti, camry)

## `zip` (type: `string`):

Search center ZIP code

## `radius` (type: `integer`):

Search radius in miles

## `minyear` (type: `integer`):

Minimum model year

## `maxyear` (type: `integer`):

Maximum model year

## `minprice` (type: `integer`):

Minimum price

## `maxprice` (type: `integer`):

Maximum price

## `minmiles` (type: `integer`):

Minimum mileage

## `maxmiles` (type: `integer`):

Maximum mileage

## `transmission` (type: `string`):

man or auto

## `drive` (type: `string`):

awd, fwd, rwd, or 4wd

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

clean, any, branded, salvage, rebuilt

## `sort` (type: `string`):

Sorting method

## `rpp` (type: `integer`):

Max listings to fetch (up to 200)

## `proxy` (type: `object`):

Apify proxy settings. Enable to route requests through Apify's proxy network.

## Actor input object example

```json
{
  "make": "toyota",
  "model": "camry",
  "zip": "90210",
  "radius": 500,
  "title": "clean",
  "sort": "best_match",
  "rpp": 200,
  "proxy": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `listings` (type: `string`):

Structured used car listings including price history, mileage, VIN, dealer info, and deal ratings

# 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 = {
    "make": "toyota",
    "model": "camry",
    "zip": "90210",
    "proxy": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("illuminating_knighthood/autotempest").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 = {
    "make": "toyota",
    "model": "camry",
    "zip": "90210",
    "proxy": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("illuminating_knighthood/autotempest").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 '{
  "make": "toyota",
  "model": "camry",
  "zip": "90210",
  "proxy": {
    "useApifyProxy": false
  }
}' |
apify call illuminating_knighthood/autotempest --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "AutoTempest Car Scraper",
        "description": "Search and extract car listings from AutoTempest — aggregates Cars.com, Carvana, eBay Motors, Hemmings & more. Returns price history, VIN, mileage, dealer info, and deal ratings.",
        "version": "0.1",
        "x-build-id": "Vqv8R5I7jXP9gxdnM"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/illuminating_knighthood~autotempest/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-illuminating_knighthood-autotempest",
                "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/illuminating_knighthood~autotempest/runs": {
            "post": {
                "operationId": "runs-sync-illuminating_knighthood-autotempest",
                "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/illuminating_knighthood~autotempest/run-sync": {
            "post": {
                "operationId": "run-sync-illuminating_knighthood-autotempest",
                "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",
                "required": [
                    "make",
                    "model",
                    "zip"
                ],
                "properties": {
                    "make": {
                        "title": "Make",
                        "type": "string",
                        "description": "Vehicle make (e.g. subaru, toyota)"
                    },
                    "model": {
                        "title": "Model",
                        "type": "string",
                        "description": "Vehicle model key (e.g. wrxsti, camry)"
                    },
                    "zip": {
                        "title": "ZIP Code",
                        "type": "string",
                        "description": "Search center ZIP code"
                    },
                    "radius": {
                        "title": "Radius (miles)",
                        "type": "integer",
                        "description": "Search radius in miles",
                        "default": 500
                    },
                    "minyear": {
                        "title": "Min Year",
                        "type": "integer",
                        "description": "Minimum model year"
                    },
                    "maxyear": {
                        "title": "Max Year",
                        "type": "integer",
                        "description": "Maximum model year"
                    },
                    "minprice": {
                        "title": "Min Price",
                        "type": "integer",
                        "description": "Minimum price"
                    },
                    "maxprice": {
                        "title": "Max Price",
                        "type": "integer",
                        "description": "Maximum price"
                    },
                    "minmiles": {
                        "title": "Min Mileage",
                        "type": "integer",
                        "description": "Minimum mileage"
                    },
                    "maxmiles": {
                        "title": "Max Mileage",
                        "type": "integer",
                        "description": "Maximum mileage"
                    },
                    "transmission": {
                        "title": "Transmission",
                        "enum": [
                            "man",
                            "auto"
                        ],
                        "type": "string",
                        "description": "man or auto"
                    },
                    "drive": {
                        "title": "Drive Type",
                        "enum": [
                            "awd",
                            "fwd",
                            "rwd",
                            "4wd"
                        ],
                        "type": "string",
                        "description": "awd, fwd, rwd, or 4wd"
                    },
                    "title": {
                        "title": "Title Status",
                        "enum": [
                            "any",
                            "clean",
                            "branded",
                            "salvage",
                            "rebuilt"
                        ],
                        "type": "string",
                        "description": "clean, any, branded, salvage, rebuilt",
                        "default": "clean"
                    },
                    "sort": {
                        "title": "Sort",
                        "enum": [
                            "best_match",
                            "price_asc",
                            "price_desc",
                            "mileage_asc",
                            "year_desc"
                        ],
                        "type": "string",
                        "description": "Sorting method",
                        "default": "best_match"
                    },
                    "rpp": {
                        "title": "Results Per Page",
                        "type": "integer",
                        "description": "Max listings to fetch (up to 200)",
                        "default": 200
                    },
                    "proxy": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Apify proxy settings. Enable to route requests through Apify's proxy network."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
