# HipCamp Scraper (`lexis-solutions/hipcamp-scraper`) Actor

Scrape Hipcamp listings with structured data — campsite name, location, pricing, amenities, ratings, reviews & host info. Ideal for outdoor travel research, pricing analysis & building camping datasets.

- **URL**: https://apify.com/lexis-solutions/hipcamp-scraper.md
- **Developed by:** [Lexis Solutions](https://apify.com/lexis-solutions) (community)
- **Categories:** AI, E-commerce, Agents
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.90 / 1,000 listings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## What's an Apify Actor?

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

## How to integrate an Actor?

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

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

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

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

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

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

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

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

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

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

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


# README

## ⛺ HIPCAMP Scraper

![HIPCAMP Scraper](https://i.postimg.cc/FHcXXH28/hipcamp.png)

### ❓ What is HIPCAMP Scraper?

The Hipcamp Scraper is a web scraper that extracts camping and outdoor stay data from **Hipcamp**, including campsites, listings, locations, amenities, and pricing. It automates data collection and returns structured results that can be used for analysis, APIs, or applications.

It is designed for campsite discovery, travel and outdoor research, pricing analysis, and building structured datasets of camping experiences and unique stays from Hipcamp.

### 🌍 Why scrape HIPCAMP?

Hipcamp hosts a rich collection of outdoor stays, including campsites, cabins, RV spots, and unique off-grid experiences across diverse locations. Scraping Hipcamp allows users to gather structured information about listings, amenities, pricing, and availability in one dataset, making it easier to explore outdoor travel options at scale.


Scraping Hipcamp allows you to:

* Discover campsites, cabins, RV spots, and unique outdoor stays across locations and categories
* Collect structured data such as pricing, amenities, ratings, availability, and descriptions
* Analyze travel trends, pricing patterns, and popular destinations
* Build datasets of camping listings for applications, APIs, or research
* Identify relationships between locations, hosts, and property types
* Conduct market research on outdoor stays and travel behavior

This is especially useful for developers, analysts, travel platforms, and researchers.


### 📥 Input

```json
{
  "maxItems": 5,
  "startUrls": [
    {
      "url": "https://www.hipcamp.com/en-US/search?lat=40.7127837&lng=-74.0059413&ne_lat=45.015865&ne_lng=-71.8562064&sw_lat=40.496091&sw_lng=-79.7621438&q=New+York&searchSource=discover-autocomplete&mapLayers=nationalParkSystem&mapLayers=nationalForests&mapLayers=publicCampgrounds"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": false,
  }
}
````

### 📤 Output

```json
[
  {
    "url": "https://www.hipcamp.com/en-US/land/new-york-skyline-rv-camp-non-waterfront-qeohjm88?pinnedImageId=6e37b1f2-725a-4d04-afdf-a901436a81f4",
    "id": "154242",
    "maskedId": "qeohjm88",
    "name": "Skyline RV Camp - Non-Waterfront",
    "subheader": "",
    "overview": "Welcome to Skyline RV Camp! The only RV Camp Site in New York City! \n\nSkyline RV Camp is more than just a place to park; it’s a gateway to the heart of the city.\n\nConvenient access to public transportation makes it easy to explore the vibrant neighborhoods, world-class dining, and cultural attractions that make New York City one of a kind.\n\nThe campground is located at 50 Noble Street in trendy yet relaxed Greenpoint, Brooklyn.\n\nThe lot is private property and is monitored by the 24/7 security in the adjacent building. \n\nThe subway is 4 blocks away (G Train, Greenpoint Ave stop), which will take you to the city in under 30 minutes.\n\nThe Greenpoint Ferry stop is a few blocks away, which will take you to midtown Manhattan in no time!\n\nPlease note that you might benefit from using a trucker app called \"Trucker Path\" while getting here, since in some areas of Brooklyn, you can't drive an RV.\n\nBefore completing your booking, we strongly recommend visiting our official website to review the most up-to-date information on seasonal operations, amenity availability, and any temporary service adjustments.",
    "status": "LIVE",
    "location": {
      "city": "New York City",
      "county": "Kings County",
      "state": "New York",
      "country": "United States",
      "coordinates": {
        "lat": 40.728112,
        "lng": -73.961013
      }
    },
    "pricing": {
      "minPricePerNight": "$85.00",
      "minPricePerNightAmount": 8500,
      "currency": "USD",
      "pricePerNight": "$85.00",
      "totalPrice": "$101.69",
      "cleaningFee": "$0.00",
      "serviceFee": "$15.33"
    },
    "capacity": {
      "base": 8,
      "max": 8,
      "maxNights": null,
      "minNights": null
    },
    "checkIn": {
      "time": null,
      "endTime": null,
      "checkOutTime": null,
      "process": null
    },
    "booking": {
      "isBookable": true,
      "isInstantBookable": true,
      "isAvailable": null,
      "advanceNoticeInHours": 0,
      "bookingWindowInMonths": null,
      "cancelPolicy": null,
      "cancelPolicyDescription": null
    },
    "accommodation": {
      "type": null,
      "keys": null,
      "accessType": null,
      "accessDetails": null,
      "maxVehicles": null
    },
    "amenities": {
      "core": [
        {
          "name": "pets",
          "description": null
        },
        {
          "name": "water",
          "description": ""
        },
        {
          "name": "toilet",
          "description": ""
        },
        {
          "name": "shower",
          "description": ""
        },
        {
          "name": "trash",
          "description": ""
        }
      ],
      "basic": [
        {
          "name": "picnic-table",
          "description": ""
        },
        {
          "name": "wifi",
          "description": ""
        }
      ],
      "rv": [
        {
          "name": "electricity-hookup",
          "description": ""
        },
        {
          "name": "water-hookup",
          "description": null
        },
        {
          "name": "generators",
          "description": null
        }
      ],
      "siteLevel": [
        {
          "name": "fire",
          "state": "ABSENT"
        },
        {
          "name": "toilet",
          "state": "PRESENT"
        },
        {
          "name": "water",
          "state": "PRESENT"
        },
        {
          "name": "pets",
          "state": "PRESENT"
        },
        {
          "name": "electricity-hookup",
          "state": "ABSENT"
        },
        {
          "name": "water-hookup",
          "state": "ABSENT"
        }
      ]
    },
    "activities": [
      {
        "name": "biking",
        "description": null
      },
      {
        "name": "fishing",
        "description": null
      },
      {
        "name": "snow-sports",
        "description": null
      }
    ],
    "terrain": [
      {
        "name": "suburban-or-backyard",
        "description": null
      }
    ],
    "host": {
      "id": "1a96a6c5-33e3-4ef0-aae2-be4ebb6def1c",
      "name": "Skyline Rv C.",
      "avatarUrl": "https://hipcamp-res.cloudinary.com/image/upload/c_fill,f_auto,h_80,w_80/v1749754672/profile/vcb00pswheg0rcmxxenf.jpg",
      "responseRate": null,
      "responseTime": null,
      "memberSince": "2023-01-29T17:15:37-08:00"
    },
    "reviews": {
      "recommendsPercentage": 92,
      "recommendsCount": 203,
      "bookingsCount": 81,
      "totalReviews": 148,
      "summaries": [
        {
          "topic": "General Vibe",
          "summary": "Camping in New York City sounds like a wild idea, but this urban campsite offers a unique experience. Nestled in a safe and surprisingly quiet area, it's perfect for those looking to explore the city while having the comforts of their own RV or van. While the bathrooms could use some improvement and site organization might leave you a bit puzzled, the proximity to the subway and the vibrant Greenpoint area more than make up for it. Just be sure to have a good GPS or a Garmin to avoid any low-clearance roads on your way there.",
          "totalReviews": 16,
          "negativeReviews": 0,
          "positiveReviews": 16
        },
        {
          "topic": "Bathroom",
          "summary": "The camping experience in Brooklyn is quite unique, offering a safe and convenient spot close to city attractions. However, there have been some hiccups with the bathroom facilities not being ready as promised, which caused inconvenience for some campers. The host's presence and support were also inconsistent, affecting access to showers. Despite these issues, the site is generally appreciated for its safety and urban camping novelty.",
          "totalReviews": 2,
          "negativeReviews": 1,
          "positiveReviews": 1
        },
        {
          "topic": "Host",
          "summary": "Camping in Greenpoint, Brooklyn offers a secure and quiet experience with a touch of urban flair. The host, Alex, is generally praised for being accommodating, though there were times when his presence was missed, impacting shower access. The area is vibrant with local attractions, including artsy shops and eateries, making it an intriguing spot for campers wanting a city vibe. Overall, visitors appreciate the unique blend of city and camping experiences, despite some logistical challenges.",
          "totalReviews": 3,
          "negativeReviews": 1,
          "positiveReviews": 2
        }
      ]
    },
    "photos": [
      {
        "url": "https://hipcamp-res.cloudinary.com/images/v1675041141/campground-photos/bark9kexovi8kcykxcbr/skyline-rv-camp-non-waterfront-rv-site-c-under-30ft.jpg"
      },
      {
        "url": "https://hipcamp-res.cloudinary.com/images/v1747154152/land-photos/gywv6xqsucdqborpmrgq/skyline-rv-camp-non-waterfront-new-york-city.jpg"
      },
      {
        "url": "https://hipcamp-res.cloudinary.com/images/v1747154152/land-photos/ikhrwfbxi4g5blzgam0s/skyline-rv-camp-non-waterfront-new-york-city.jpg"
      },
      {
        "url": "https://hipcamp-res.cloudinary.com/v1755187106/land-photos/mknflhumimgjqogt3m8m.jpg"
      },
      {
        "url": "https://hipcamp-res.cloudinary.com/v1755200976/land-photos/aetcqmuwcw5cjyt8tjkt.jpg"
      },
      {
        "url": "https://hipcamp-res.cloudinary.com/v1755187105/land-photos/gk1rczmldixne8iqsynk.jpg"
      }
    ],
    "nearbyLands": [
      {
        "id": "161957",
        "name": "Skyline RV Camp - Waterfront",
        "url": "/en-GB/land/new-york-skyline-rv-camp-waterfront-v1qhnlwo",
        "city": "New York City",
        "state": "New York",
        "minPricePerNight": "$130.00"
      },
      {
        "id": "225413",
        "name": "Summer Hut",
        "url": "/en-GB/land/new-york-summer-hut-ozxhdoxk",
        "city": "Bellerose Terrace",
        "state": "New York",
        "minPricePerNight": "$200.00"
      },
      {
        "id": "35201",
        "name": "60's Surf Camper",
        "url": "/en-GB/land/new-york-60-s-surf-camper-zwjhvlvz",
        "city": "Inwood",
        "state": "New York",
        "minPricePerNight": "$116.10"
      },
      {
        "id": "247570",
        "name": "William H Pouch Scout Camp",
        "url": "/en-GB/land/new-york-william-h-pouch-scout-camp-j29hyvl1",
        "city": "New York City",
        "state": "New York",
        "minPricePerNight": "$136.00"
      },
      {
        "id": "250599",
        "name": "Wandering Stars Rockaway",
        "url": "/en-GB/land/new-york-wandering-stars-rockaway-mxvhmrkw",
        "city": "New York City",
        "state": "New York",
        "minPricePerNight": "$156.75"
      },
      {
        "id": "198484",
        "name": "Comfy camper by the bay in Rockaway",
        "url": "/en-GB/land/new-york-comfy-camper-by-the-bay-in-rockaway-j29hz7zw",
        "city": "New York City",
        "state": "New York",
        "minPricePerNight": "$96.00"
      },
      {
        "id": "180080",
        "name": "Wildflower Hill",
        "url": "/en-GB/land/new-jersey-wildflower-hill-r57h01d7",
        "city": "Gillette",
        "state": "New Jersey",
        "minPricePerNight": "$49.50"
      },
      {
        "id": "248501",
        "name": "The New Weis Center",
        "url": "/en-GB/land/new-jersey-the-new-weis-center-y0zhk2ow",
        "city": "Ringwood",
        "state": "New Jersey",
        "minPricePerNight": "$60.00"
      }
    ],
    "seo": {
      "metaTitle": "Skyline RV Camp - Non-Waterfront - Hipcamp in New York City, New York",
      "metaDescription": "Welcome to Skyline RV Camp! The only RV Camp Site in New York City! \n\nSkyline RV Camp is more than just a place to park; it’s a gateway to the heart of the city.\n\nConvenient access to public transportation makes it easy to explore the vibrant neighborhoods, world-class dining, and cultural attractio...",
      "canonicalUrl": "/en-US/land/new-york-skyline-rv-camp-non-waterfront-qeohjm88"
    },
    "flags": {
      "isPrivate": true,
      "isExternal": false,
      "isDraft": false,
      "isPaused": false,
      "isReviewable": false
    }
  }
]
```

### Need to scrape other sites?

Check out our other scrapers on Apify:

- [Holidaycheck.de Hotels Scraper](https://apify.com/lexis-solutions/holidaycheck-scraper)
- [Booking Attractions Scraper](https://apify.com/lexis-solutions/booking-attractions-scraper)
- [Tagvenue Scraper](https://apify.com/lexis-solutions/tagvenue-scraper)

***

👀 p.s.

Got feedback or need an extension?

Lexis Solutions is a [certified Apify Partner](https://apify.com/partners/find). We can help you with custom solutions or data extraction projects.

Contact us over [Email](mailto:scraping@lexis.solutions) or [LinkedIn](https://www.linkedin.com/company/lexis-solutions)

### Support Our Work 💝

If you're happy with our work and scrapers, you're welcome to leave us a company review [here](https://apify.com/partners/find/lexis-solutions/review) and leave a review for the scrapers you're subscribed to. It will take you less than a minute but it will mean a lot to us!

### Image Credit

Image Credit: [HipCamp.com](https://www.hipcamp.com/en-US)

# Actor input Schema

## `startUrls` (type: `array`):

URLs to scrape

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

The maximum number of items to fetch

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

Your proxy configuration from Apify

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.hipcamp.com/en-US/search?lat=40.7127837&lng=-74.0059413&ne_lat=45.015865&ne_lng=-71.8562064&sw_lat=40.496091&sw_lng=-79.7621438&q=New+York&searchSource=discover-autocomplete&mapLayers=nationalParkSystem&mapLayers=nationalForests&mapLayers=publicCampgrounds"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `overview` (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 = {
    "startUrls": [
        {
            "url": "https://www.hipcamp.com/en-US/search?lat=40.7127837&lng=-74.0059413&ne_lat=45.015865&ne_lng=-71.8562064&sw_lat=40.496091&sw_lng=-79.7621438&q=New+York&searchSource=discover-autocomplete&mapLayers=nationalParkSystem&mapLayers=nationalForests&mapLayers=publicCampgrounds"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("lexis-solutions/hipcamp-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 = { "startUrls": [{ "url": "https://www.hipcamp.com/en-US/search?lat=40.7127837&lng=-74.0059413&ne_lat=45.015865&ne_lng=-71.8562064&sw_lat=40.496091&sw_lng=-79.7621438&q=New+York&searchSource=discover-autocomplete&mapLayers=nationalParkSystem&mapLayers=nationalForests&mapLayers=publicCampgrounds" }] }

# Run the Actor and wait for it to finish
run = client.actor("lexis-solutions/hipcamp-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 '{
  "startUrls": [
    {
      "url": "https://www.hipcamp.com/en-US/search?lat=40.7127837&lng=-74.0059413&ne_lat=45.015865&ne_lng=-71.8562064&sw_lat=40.496091&sw_lng=-79.7621438&q=New+York&searchSource=discover-autocomplete&mapLayers=nationalParkSystem&mapLayers=nationalForests&mapLayers=publicCampgrounds"
    }
  ]
}' |
apify call lexis-solutions/hipcamp-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "HipCamp Scraper",
        "description": "Scrape Hipcamp listings with structured data — campsite name, location, pricing, amenities, ratings, reviews & host info. Ideal for outdoor travel research, pricing analysis & building camping datasets.",
        "version": "1.0",
        "x-build-id": "BasTvSY4thsmDvBqo"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/lexis-solutions~hipcamp-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-lexis-solutions-hipcamp-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/lexis-solutions~hipcamp-scraper/runs": {
            "post": {
                "operationId": "runs-sync-lexis-solutions-hipcamp-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/lexis-solutions~hipcamp-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-lexis-solutions-hipcamp-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",
                "required": [
                    "startUrls",
                    "maxItems"
                ],
                "properties": {
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "URLs to scrape",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxItems": {
                        "title": "Max items",
                        "type": "integer",
                        "description": "The maximum number of items to fetch",
                        "default": 5
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Your proxy configuration from Apify",
                        "default": {
                            "useApifyProxy": false
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
