# Groupon USA Extractor (`jupri/groupon`) Actor

💫 All-In-One Groupon.com Scraper

- **URL**: https://apify.com/jupri/groupon.md
- **Developed by:** [cat](https://apify.com/jupri) (community)
- **Categories:** E-commerce, Travel
- **Stats:** 4 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$30.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

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

## 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

## 💫 Welcome to Groupon Scraper

<img height="32" src="https://apify.com/actor-badge?actor=jupri~groupon" align="right">

![dont be sad readme is here](https://raw.githubusercontent.com/JupriGH/resources/main/cats/catframe.png)

### About Groupon.com

<img width="30%" align="right" src="https://upload.wikimedia.org/wikipedia/commons/9/98/Groupon_Logo.svg">


**Groupon, Inc.** is an American global [e-commerce](https://en.wikipedia.org/wiki/E-commerce "E-commerce") marketplace connecting subscribers with local merchants by offering activities, travel, goods and services in 13[[2]](https://en.wikipedia.org/wiki/Groupon#cite_note-2) countries. Based in [Chicago](https://en.wikipedia.org/wiki/Chicago "Chicago"), Groupon was launched there in November 2008, launching soon after in [Boston](https://en.wikipedia.org/wiki/Boston "Boston"), [New York City](https://en.wikipedia.org/wiki/New_York_City "New York City") and [Toronto](https://en.wikipedia.org/wiki/Toronto "Toronto"). By October 2010, Groupon was available in 150 cities in North America and 100 cities in Europe, Asia and South America, and had 35 million registered users.[[3]](https://en.wikipedia.org/wiki/Groupon#cite_note-GrouponAbout-3)[[4]](https://en.wikipedia.org/wiki/Groupon#cite_note-groupon1010pressrelease-4)[[5]](https://en.wikipedia.org/wiki/Groupon#cite_note-bloomberg-5)[[6]](https://en.wikipedia.org/wiki/Groupon#cite_note-Socialshopping-6) By the end of March 2015, Groupon served more than 500 cities worldwide, nearly 48.1 million active customers and featured more than 425,000 active deals globally in 48 countries.[[7]](https://en.wikipedia.org/wiki/Groupon#cite_note-investor.groupon.com-7)[[8]](https://en.wikipedia.org/wiki/Groupon#cite_note-8)[[9]](https://en.wikipedia.org/wiki/Groupon#cite_note-9)

### About This Actor

**💫 All-In-One Groupon.com Scraper**

# Actor input Schema

## `query` (type: `array`):

💡Search Terms or URL
## `example` (type: `string`):

💡Query Examples
## `limit` (type: `integer`):

💡 Number of results
## `sort` (type: `string`):

No description
## `map_viewer` (type: `boolean`):

No description
## `include_info` (type: `boolean`):

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

No description
## `distance` (type: `integer`):

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

No description
## `price_min` (type: `integer`):

No description
## `price_max` (type: `integer`):

No description
## `rating` (type: `string`):

No description
## `recipient` (type: `string`):

💡 Gift For
## `interest` (type: `array`):

No description
## `bookable` (type: `boolean`):

No description
## `destination` (type: `string`):

💡 example:"Niagara falls, Canada"
## `checkin` (type: `string`):

No description
## `checkout` (type: `string`):

No description
## `holiday` (type: `array`):

No description
## `amenities` (type: `array`):

No description
## `dev_proxy_config` (type: `object`):

💡 <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>
## `dev_custom_headers` (type: `array`):

💡 Additional HTTP Headers
## `dev_custom_cookies` (type: `array`):

💡 Additional HTTP Cookies
## `dev_transform_fields` (type: `array`):

💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>
## `dev_dataset_name` (type: `string`):

💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>
## `dev_dataset_clear` (type: `boolean`):

Clear Dataset before insert/update.
## `dev_no_strip` (type: `boolean`):

💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>
## `dev_dedup_index` (type: `string`):

💡 Index Name. <b>example:</b> <code>Main Index</code>
## `dev_dedup_key` (type: `string`):

💡 Attribute (Unique/Primary key). example: <code>zpid</code> or <code>item_id</code>
## `dev_fileupload` (type: `string`):

💡 Upload your file and copy & paste the URL somewhere.

## Actor input object example

```json
{
  "limit": 5
}
````

# 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 = {
    "limit": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("jupri/groupon").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 = { "limit": 5 }

# Run the Actor and wait for it to finish
run = client.actor("jupri/groupon").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 '{
  "limit": 5
}' |
apify call jupri/groupon --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Groupon USA Extractor",
        "description": "💫 All-In-One Groupon.com Scraper",
        "version": "0.0",
        "x-build-id": "9CAzpDo7fWgCEPeMv"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/jupri~groupon/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-jupri-groupon",
                "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/jupri~groupon/runs": {
            "post": {
                "operationId": "runs-sync-jupri-groupon",
                "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/jupri~groupon/run-sync": {
            "post": {
                "operationId": "run-sync-jupri-groupon",
                "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": {
                    "query": {
                        "title": "❓ Query",
                        "type": "array",
                        "description": "💡Search Terms or URL",
                        "items": {
                            "type": "string"
                        }
                    },
                    "example": {
                        "title": "💡 Example",
                        "enum": [
                            "Spa",
                            "https://www.groupon.com/travel/air-inclusive",
                            "https://www.groupon.com/search?query=spa",
                            "https://www.groupon.com/deals/spavia-day-spa-lincoln-park-5",
                            "@spavia-day-spa-lincoln-park-5",
                            "@spavia-day-spa-lincoln-park-5/reviews"
                        ],
                        "type": "string",
                        "description": "💡Query Examples"
                    },
                    "limit": {
                        "title": "♾️ Limit",
                        "type": "integer",
                        "description": "💡 Number of results"
                    },
                    "sort": {
                        "title": "Sorting",
                        "enum": [
                            "relevance",
                            "price_low",
                            "price_high",
                            "distance",
                            "rating"
                        ],
                        "type": "string",
                        "description": ""
                    },
                    "map_viewer": {
                        "title": "Enable",
                        "type": "boolean",
                        "description": ""
                    },
                    "include_info": {
                        "title": "Include deal detailed info",
                        "type": "boolean",
                        "description": ""
                    },
                    "location": {
                        "title": "Location",
                        "type": "string",
                        "description": ""
                    },
                    "distance": {
                        "title": "Distance",
                        "type": "integer",
                        "description": ""
                    },
                    "category": {
                        "title": "📁 Category",
                        "enum": [
                            "gifts",
                            "gift-for-her",
                            "gift-for-him",
                            "gift-for-couples",
                            "gift-for-kids",
                            "gift-white-elephant",
                            "gift-secret-santa",
                            "gift-christmas",
                            "gift-birthday",
                            "gift-anniversary",
                            "gift-wedding",
                            "gift-graduation",
                            "gift-foodies",
                            "gift-relaxing",
                            "gift-care",
                            "gift-sports",
                            "gift-fun-leisure",
                            "gift-housewarming",
                            "gift-travelers",
                            "gift-learning",
                            "gift-under-10",
                            "gift-under-20",
                            "gift-under-50",
                            "gift-under-100",
                            "gift-above-100",
                            "gift-trending",
                            "gift-personalized",
                            "gift-flowers",
                            "gift-cards",
                            "local",
                            "beauty-and-spas",
                            "massage",
                            "reflexology",
                            "sports-massage",
                            "shiatsu-massage",
                            "swedish-massage",
                            "custom-massage",
                            "deep-tissue-massage",
                            "thai-massage",
                            "classic-massage",
                            "foot-massage",
                            "couples-massage",
                            "full-body-massage",
                            "hot-stone-massage",
                            "rolfing",
                            "prenatal-massage",
                            "hair-removal",
                            "waxing",
                            "upper-lip-wax",
                            "bikini-wax",
                            "upper-lip-threading",
                            "electrolysis",
                            "laser-hair-removal",
                            "brazilian-wax",
                            "underarm-wax",
                            "skin-care",
                            "facial",
                            "v-botox",
                            "shave",
                            "facial-peel",
                            "v-injectables-and-fillers",
                            "v-permanent-makeup",
                            "v-facelift",
                            "ipl",
                            "microdermabrasion",
                            "cosmetic-procedures",
                            "rhinoplasty",
                            "tummy-tuck",
                            "injectables-and-fillers",
                            "permanent-makeup",
                            "breast-augmentation",
                            "tattoo-removal",
                            "non-surgical-facelifts",
                            "tattoo",
                            "botox",
                            "cellulite-treatment",
                            "liposuction",
                            "laser-assisted-weight-loss",
                            "eyelid-surgery",
                            "piercing",
                            "varicose-vein-treatment",
                            "v-braces",
                            "facelift",
                            "hair-restoration",
                            "v-teeth-whitening",
                            "v-invisalign",
                            "spider-vein-treatment",
                            "spa",
                            "hotel-spa",
                            "bath-house",
                            "salt-cave",
                            "day-spa",
                            "med-spa",
                            "sauna",
                            "hair-salons",
                            "haircut",
                            "hair-straightening",
                            "barber-shop",
                            "color-and-highlights",
                            "health-and-fitness",
                            "dental",
                            "natural-medicine",
                            "gyms",
                            "fitness-classes",
                            "weight-loss",
                            "sports",
                            "medical",
                            "vision",
                            "weight-loss-v2",
                            "nutritionist-v2",
                            "b12-injection-v2",
                            "nail-salons",
                            "no-chip-manicure-and-pedicure",
                            "manicure",
                            "nail-designs",
                            "no-chip-manicure",
                            "pedicure",
                            "mani-pedi",
                            "dental-2",
                            "invisalign",
                            "teeth-whitening",
                            "teeth-cleaning",
                            "dentist",
                            "braces",
                            "dental-implants",
                            "brow-and-lash",
                            "eyebrow-embroidery",
                            "eyebrow-waxing",
                            "eyelash-extensions",
                            "latisse",
                            "eyebrow-threading",
                            "eyelash-tinting",
                            "eyebrow-wax-and-tint",
                            "eyebrow-threading-and-tint",
                            "eyebrow-tinting",
                            "tanning",
                            "tanning-bed",
                            "spray-tanning",
                            "personal-services",
                            "consultants",
                            "life-coach",
                            "career",
                            "taxes",
                            "financial",
                            "electronics-repair",
                            "computer-repair",
                            "tv-repair",
                            "camera-repair",
                            "phone-repair",
                            "charity",
                            "international",
                            "community",
                            "classes",
                            "bartending-course",
                            "v-dance-classes",
                            "web-and-app-development",
                            "pet-care-classes",
                            "microsoft-office-classes",
                            "digital-marketing-courses",
                            "personal-development",
                            "programming-classes",
                            "language-courses",
                            "project-management-courses",
                            "skills-and-hobbies",
                            "business-training-classes",
                            "accounting-and-finance-courses",
                            "health-and-fitness-classes",
                            "multimedia-audio-and-video-courses",
                            "cooking-classes",
                            "tutoring",
                            "academic-courses",
                            "reading-and-writing-classes",
                            "flying-lessons",
                            "it-certifications",
                            "driving-lessons",
                            "event-rental-services",
                            "photo-booth",
                            "catering",
                            "entertainment",
                            "local-services",
                            "child-care",
                            "dry-cleaning",
                            "movers",
                            "tailoring",
                            "bike-repair",
                            "pets",
                            "pet-boarding",
                            "pet-stores",
                            "pet-grooming",
                            "veterinarian",
                            "photography",
                            "print-shop",
                            "photographer",
                            "v-photo-booth",
                            "framing",
                            "photo-studios",
                            "health-and-fitness-2",
                            "dental-3",
                            "invisalign-2",
                            "teeth-whitening-2",
                            "teeth-cleaning-2",
                            "dentist-2",
                            "braces-2",
                            "dental-implants-2",
                            "natural-medicine-2",
                            "reiki",
                            "colonic-hydrotherapy",
                            "hypnosis",
                            "cryotherapy",
                            "acupuncture",
                            "gyms-2",
                            "personal-trainer",
                            "health-clubs",
                            "fitness-classes-2",
                            "boot-camps",
                            "crossfit",
                            "zumba",
                            "v-boxing-and-kickboxing",
                            "spinning",
                            "v-martial-arts",
                            "pilates",
                            "yoga",
                            "weight-loss-2",
                            "nutritionist",
                            "b12-injection",
                            "sports-2",
                            "swimming",
                            "martial-arts",
                            "tennis",
                            "baseball",
                            "v-cycling",
                            "skiing-and-snowboarding",
                            "running-and-fun-runs",
                            "walking",
                            "golf",
                            "kayaking",
                            "gymnastics",
                            "volleyball",
                            "soccer",
                            "sports-equipment",
                            "mountain-biking",
                            "rowing",
                            "basketball",
                            "football",
                            "climbing",
                            "boxing-and-kickboxing",
                            "medical-2",
                            "dermatologist",
                            "pediatrician",
                            "plastic-surgery",
                            "physical-therapy",
                            "sexual-health-v1",
                            "chiropractor",
                            "imaging-scans",
                            "family-doctor",
                            "podiatrist",
                            "vision-2",
                            "lasik",
                            "contact-lenses",
                            "eye-exam",
                            "glasses",
                            "optometrist",
                            "retail",
                            "flowers-sweets-and-gift-baskets",
                            "flowers",
                            "sweets-and-gift-baskets",
                            "arts-and-entertainment-local",
                            "v2-books",
                            "magazine-subscriptions",
                            "home-and-garden-local",
                            "kids-local",
                            "electronics-local",
                            "personalized-items",
                            "personalized-novelty-items",
                            "personalized-cards-and-invitations",
                            "personalized-canvas-and-photo-art",
                            "personalized-kitchen-accessories",
                            "baby-kids",
                            "personalized-photo-books",
                            "personalized-jewelry",
                            "personalized-home-decor",
                            "apparel-local",
                            "sports-local",
                            "subscriptions",
                            "subscription-boxes",
                            "v-magazine-subscriptions",
                            "furniture-stores",
                            "bedroom-furniture",
                            "bathroom-furniture",
                            "v-patio-furniture",
                            "dining-room-furniture",
                            "living-room-furniture",
                            "office-furniture",
                            "health-and-beauty-local",
                            "v-adultanderotic",
                            "food",
                            "things-to-do",
                            "fun-and-leisure-activities",
                            "water-sports-v2",
                            "acting-classes",
                            "water-parks-v2",
                            "escape-games",
                            "axe-throwing",
                            "mini-golf",
                            "v-movies",
                            "music-lessons",
                            "whale-watching",
                            "golf-v2",
                            "v-theater-and-shows",
                            "trampoline-and-bounce-house-v2",
                            "aquarium-v2",
                            "v-wine-tasting",
                            "v-helicopter-ride",
                            "v-haunted-houses-tours",
                            "art-classes",
                            "sailing-v2",
                            "v-hot-air-balloon",
                            "off-roading-and-atvs",
                            "v-festivals",
                            "dance-classes",
                            "laser-tag",
                            "v-cooking-classes",
                            "v-galleries",
                            "v-museums",
                            "pottery-classes",
                            "photography-classes",
                            "bowling-v2",
                            "v-concerts",
                            "tickets-and-events",
                            "festivals",
                            "family",
                            "theater-and-shows",
                            "expos-and-conventions",
                            "concerts",
                            "movies",
                            "sporting-events",
                            "kids-activities",
                            "v-circus",
                            "kids-classes",
                            "aquarium",
                            "zoo",
                            "kids-camps",
                            "v-bowling",
                            "trampoline-and-bounce-house",
                            "v-mini-golf",
                            "water-parks",
                            "kids-sports",
                            "amusement-parks",
                            "v-gymnastics",
                            "arcade",
                            "v2-haunted-houses-tours",
                            "kids-shows",
                            "go-karts",
                            "museums-attractions",
                            "sightseeing-and-tours",
                            "flight-tours",
                            "food-tours",
                            "bus-tours",
                            "bike-segway-rentals-tours",
                            "wine-tours",
                            "holiday-seasonal-tours",
                            "museums",
                            "hot-air-balloon",
                            "v2-zoo",
                            "boat-tours",
                            "botanical-garden",
                            "v-aquarium",
                            "helicopter-ride",
                            "attraction-pass",
                            "brewery-tours",
                            "outdoor-adventures-tours",
                            "v-whale-watching",
                            "city-landmark-tours",
                            "haunted-houses-tours",
                            "galleries",
                            "sports-and-outdoor-activities",
                            "sailing",
                            "bowling",
                            "v-golf",
                            "v-basketball",
                            "paintball",
                            "driving-range",
                            "racing",
                            "zipline",
                            "v-swimming",
                            "laser-tag-v2",
                            "v-running-and-fun-runs",
                            "cycling",
                            "scuba",
                            "v-soccer",
                            "horse-racing",
                            "v1-archery",
                            "v-kayaking",
                            "snorkeling",
                            "ice-skating",
                            "v-volleyball",
                            "batting-cages",
                            "rafting",
                            "paragliding",
                            "v-baseball",
                            "v-tennis",
                            "shooting-range",
                            "fishing",
                            "v-climbing",
                            "v-sporting-events",
                            "v-football",
                            "v-mountain-biking",
                            "v-skiing-and-snowboarding",
                            "skydiving",
                            "roller-skating",
                            "horse-riding",
                            "water-sports",
                            "v-rowing",
                            "museums-2",
                            "photography-2",
                            "print-shop-2",
                            "photographer-2",
                            "v-photo-booth-2",
                            "framing-2",
                            "photo-studios-2",
                            "amusement-parks-2",
                            "bowling-2",
                            "trampoline-and-bounce-house-2",
                            "boat-tours-2",
                            "classes-2",
                            "bartending-course-2",
                            "v-dance-classes-2",
                            "web-and-app-development-2",
                            "pet-care-classes-2",
                            "microsoft-office-classes-2",
                            "digital-marketing-courses-2",
                            "personal-development-2",
                            "programming-classes-2",
                            "language-courses-2",
                            "project-management-courses-2",
                            "skills-and-hobbies-2",
                            "business-training-classes-2",
                            "accounting-and-finance-courses-2",
                            "health-and-fitness-classes-2",
                            "multimedia-audio-and-video-courses-2",
                            "cooking-classes-2",
                            "tutoring-2",
                            "academic-courses-2",
                            "reading-and-writing-classes-2",
                            "flying-lessons-2",
                            "it-certifications-2",
                            "driving-lessons-2",
                            "escape-games-2",
                            "arcade-2",
                            "food-and-drink",
                            "restaurants",
                            "steakhouse-restaurants",
                            "brazilian-restaurants",
                            "vegetarian-restaurants",
                            "chinese-restaurants",
                            "thai-restaurants",
                            "dinner-and-entertainment",
                            "diners",
                            "sandwiches",
                            "v-cafes",
                            "fondue-restaurant",
                            "irish-restaurants",
                            "cuban-restaurants",
                            "polish-restaurants",
                            "american-food",
                            "bar-food",
                            "indian-restaurants",
                            "african-restaurants",
                            "japanese-restaurants",
                            "korean-restaurants",
                            "bbq-restaurants",
                            "greek-restaurants",
                            "seafood-restaurants",
                            "middle-eastern-restaurants",
                            "mediterranean-restaurants",
                            "mexican-restaurants",
                            "pizza",
                            "german-restaurants",
                            "latin-american-restaurants",
                            "spanish-restaurants",
                            "burgers",
                            "french-restaurants",
                            "italian-restaurants",
                            "asian-restaurants",
                            "moroccan-restaurants",
                            "british-restaurants",
                            "sushi",
                            "groceries-and-markets",
                            "membership-clubs",
                            "v-wine",
                            "beer-liquor",
                            "prepared-meals",
                            "cafes-and-treats",
                            "bakeries",
                            "cafes",
                            "ice-cream",
                            "coffee-shops",
                            "bakeries-2",
                            "bars",
                            "dive-bars",
                            "karaoke-bars",
                            "sports-bars",
                            "lounges",
                            "pubs",
                            "wine-bars",
                            "breweries-wineries-and-distilleries",
                            "distilleries",
                            "beer-tasting",
                            "breweries",
                            "wineries",
                            "wine-tasting",
                            "american-food-2",
                            "asian-restaurants-2",
                            "latin-american-restaurants-2",
                            "pizza-2",
                            "seafood-restaurants-2",
                            "steakhouse-restaurants-2",
                            "auto-and-home-improvement",
                            "auto-repair",
                            "smog-check",
                            "auto-repair-services",
                            "av-security-installation",
                            "oil-change",
                            "roadside-assistance",
                            "windshield-windows",
                            "auto-body",
                            "gas",
                            "tires",
                            "oil-change-2",
                            "car-wash",
                            "parking",
                            "airport-parking",
                            "home-improvement",
                            "interior-design",
                            "plumbing",
                            "flooring",
                            "home-repairs",
                            "hvac-and-electrical",
                            "contractors",
                            "lawn-and-garden",
                            "cleaning-services",
                            "remodeling",
                            "cleaning-services-2",
                            "pool-cleaning",
                            "gutter-cleaning",
                            "window-cleaning",
                            "pressure-washing",
                            "chimney-cleaning",
                            "drapery-cleaning",
                            "junk-removal",
                            "upholstery-cleaning",
                            "hardwood-floor-cleaning",
                            "house-cleaning",
                            "tile-cleaning",
                            "grout-cleaning",
                            "dryer-vent-cleaning",
                            "snow-removal",
                            "carpet-cleaning",
                            "v-air-duct-cleaning",
                            "home-improvement-2",
                            "interior-design-2",
                            "basement-design",
                            "professional-organizer",
                            "bedroom-design",
                            "home-theater-design",
                            "home-automation",
                            "home-decor",
                            "v1-furniture",
                            "interior-painting",
                            "kitchen-design",
                            "bathroom-design",
                            "plumbing-2",
                            "plumber",
                            "sewer-cleaning",
                            "toilet-installation",
                            "drain-cleaning",
                            "toilet-repair",
                            "water-heater-installation",
                            "faucet-repair",
                            "sink-installation",
                            "sewer-rodding",
                            "water-heater-repair",
                            "garbage-disposal-repair",
                            "garbage-disposal-installation",
                            "flooring-2",
                            "v-carpet-cleaning",
                            "v-tile-cleaning",
                            "carpet-repair",
                            "hardwood-floor-installation",
                            "carpet-installation",
                            "tile-repair",
                            "v-hardwood-floor-cleaning",
                            "hardwood-floor-repair",
                            "hardwood-floor-refinishing",
                            "tile-floor-installation",
                            "home-repairs-2",
                            "garage-door-repair",
                            "stucco-repair",
                            "wood-rot-repair",
                            "fence-repair",
                            "v-faucet-repair",
                            "sidewalk-repair",
                            "sink-repair",
                            "v-sprinkler-repair",
                            "tools",
                            "gutter-repair",
                            "v-garbage-disposal-repair",
                            "window-repair",
                            "drywall-repair",
                            "roof-repair",
                            "deck-repair",
                            "siding-repair",
                            "appliance-repair",
                            "screen-repair",
                            "clogged-toilet",
                            "v-toilet-repair",
                            "hvac-and-electrical-2",
                            "air-conditioning-repair",
                            "furnace-repair",
                            "light-fixture-installation",
                            "energy-audit",
                            "electrician",
                            "outlet-installation",
                            "ceiling-fan-installation",
                            "attic-insulation",
                            "air-duct-cleaning",
                            "attic-fan-installation",
                            "light-fixture-repair",
                            "contractors-2",
                            "v-electricians",
                            "general-contractor",
                            "v-plumbers",
                            "handyman",
                            "carpenters",
                            "locksmith",
                            "roofing-contractors",
                            "masonry-contractors",
                            "v-movers",
                            "v-pest-control",
                            "lawn-and-garden-2",
                            "v-fence-repair",
                            "landscaping",
                            "patio-furniture",
                            "fences",
                            "lawn-fertilization",
                            "sprinkler-repair",
                            "lawn-aeration",
                            "v-tools",
                            "pest-control",
                            "gardener",
                            "cleaning-services-3",
                            "pool-cleaning-2",
                            "gutter-cleaning-2",
                            "window-cleaning-2",
                            "pressure-washing-2",
                            "chimney-cleaning-2",
                            "drapery-cleaning-2",
                            "junk-removal-2",
                            "upholstery-cleaning-2",
                            "hardwood-floor-cleaning-2",
                            "house-cleaning-2",
                            "tile-cleaning-2",
                            "grout-cleaning-2",
                            "dryer-vent-cleaning-2",
                            "snow-removal-2",
                            "carpet-cleaning-2",
                            "v-air-duct-cleaning-2",
                            "remodeling-2",
                            "v2-furniture",
                            "cabinet-refinishing",
                            "crown-molding",
                            "kitchen-remodeling",
                            "basement-remodeling",
                            "appliances",
                            "bedroom-remodeling",
                            "trim",
                            "bathroom-remodeling",
                            "house-painting",
                            "baseboards",
                            "v-interior-design",
                            "v-interior-painting",
                            "gift-cards-2",
                            "travel",
                            "air-inclusive",
                            "waterparks",
                            "casinos",
                            "family-trips",
                            "romantic",
                            "beach-destinations",
                            "city",
                            "canada",
                            "caribbean-and-mexico",
                            "south-america",
                            "africa-and-middle-east",
                            "europe",
                            "usa",
                            "south-east-asia",
                            "australia-and-nz",
                            "outdoor-activities-recreation",
                            "golfing",
                            "mountains",
                            "ski-resorts",
                            "lakes",
                            "parks",
                            "all-inclusive",
                            "cruises",
                            "culinary",
                            "luxury",
                            "spa-and-wellness",
                            "spa-getaways",
                            "yoga-retreats",
                            "medical-tourism",
                            "thermal",
                            "unique-lodging",
                            "rv-camper",
                            "glamping",
                            "camping-trips",
                            "goods",
                            "health-and-beauty",
                            "fragrances",
                            "mens-cologne",
                            "kids-fragrance",
                            "perfume",
                            "perfume-gift-sets",
                            "v1-hair-care",
                            "hair-brushes",
                            "scalp-treatment",
                            "multicultural-hair-care",
                            "hair-styling-tools",
                            "hair-accessories",
                            "hair-care-sets",
                            "hair-styling-products",
                            "shampoo-and-conditioner",
                            "hair-color",
                            "kids-hair-care",
                            "v3-vitamins-and-supplements",
                            "sports-nutrition-accessories",
                            "health-and-beauty-supplements",
                            "v1-vitamins",
                            "protein-supplements",
                            "v1-supplements",
                            "sports-nutrition-supplements",
                            "v1-weight-loss",
                            "cleanse-and-superfoods",
                            "v1-sexual-health",
                            "cleaners-and-toy-care",
                            "adult-games",
                            "male-sex-toys",
                            "female-sex-toys",
                            "lubricants-and-sexual-enhancers",
                            "bondage-and-fetish-kits",
                            "adult-lubricants",
                            "adult-books",
                            "anal-toys",
                            "sex-toys-for-couples",
                            "condoms-and-contraception",
                            "intimate-apparel-and-hosiery",
                            "v1-personal-care",
                            "deodorants-and-antiperspirants",
                            "body-treatments",
                            "foot-care",
                            "shaving-and-grooming-v1",
                            "sexual-health",
                            "eye-care",
                            "feminine-care",
                            "aromatherapy-v1",
                            "massage-v1",
                            "nose-throat-and-ear-care",
                            "incontinence-products",
                            "pregnancy-and-fertility",
                            "v1-skin-care",
                            "suncare-and-tanning",
                            "skin-care-kits",
                            "skin-care-tools",
                            "cleanse",
                            "exfoliation-and-face-mask",
                            "moisturizer",
                            "skin-treatments-and-serum",
                            "maternity",
                            "eye-treatments",
                            "v1-dental-care",
                            "v2-teeth-whitening",
                            "denture-care",
                            "childrens-oral-care",
                            "electric-toothbrush-replacement-heads",
                            "dental-floss",
                            "toothpaste",
                            "oral-pain-relief-and-mouth-guards",
                            "toothbrushes",
                            "mouthwash",
                            "dental-mouth-guards",
                            "health-care",
                            "sleep-aids",
                            "medicine-cabinet-essentials",
                            "sleep-aid-cushions",
                            "health-monitors",
                            "pain-relief",
                            "first-aid",
                            "medical-braces",
                            "independent-living-aids",
                            "v2-humidifiers",
                            "compression-products",
                            "cosmetics",
                            "lips",
                            "face-makeup",
                            "kids-cosmetics",
                            "makeup-brushes-and-applicators",
                            "nails",
                            "eye-makeup",
                            "makeup-palettes",
                            "makeup-remover",
                            "cosmetic-bags-and-cases",
                            "body",
                            "mirrors-and-cosmetic-tools",
                            "bath-and-body",
                            "aromatherapy",
                            "hand-foot-body-cleansers",
                            "bath-and-body-gift-sets",
                            "body-cleansers",
                            "cellulite-and-stretch-marks",
                            "v1-bath-accessories",
                            "body-moisturizers",
                            "bath-salts-and-bubble-baths",
                            "men",
                            "v2-skin-care",
                            "v1-bath-and-body",
                            "shaving-and-grooming",
                            "v2-hair-care",
                            "massage-and-relaxation",
                            "massage-oils-and-lotions",
                            "massage-accessories",
                            "foot-and-leg-massagers",
                            "acupuncture-and-acupressure",
                            "head-massagers",
                            "pulse-massagers",
                            "total-body-massages",
                            "aromatherapy-v1-2",
                            "diffusers-v1",
                            "aromatherapy-sets-v1",
                            "essential-oils-v1",
                            "aromatherapy-accessories-v1",
                            "shaving-and-grooming-v1-2",
                            "hair-removal-v1",
                            "women-s-shave-v1",
                            "shave-accessories-v1",
                            "men-s-shave-v1",
                            "for-the-home",
                            "bedding",
                            "comforters",
                            "sheets",
                            "baby-bedding",
                            "blankets-and-throws",
                            "down-comforters",
                            "quilts-and-coverlets",
                            "mattress-toppers",
                            "pillows",
                            "duvet-covers",
                            "furniture",
                            "home-office-furniture",
                            "childrens-furniture",
                            "bathroom-furniture-goods",
                            "bedroom-furniture-goods",
                            "living-room-furniture-goods",
                            "outdoor-furniture",
                            "accent-furniture",
                            "kitchen-and-dining-furniture",
                            "kitchen-and-dining",
                            "kitchen-towels",
                            "coffee-tea-and-espresso",
                            "bakeware",
                            "table-linens",
                            "cookware",
                            "cutlery",
                            "kitchen-utensils",
                            "v2-small-appliances",
                            "water-filtration",
                            "cookbooks",
                            "glassware",
                            "dinnerware",
                            "flatware",
                            "food-storage",
                            "serveware",
                            "luggage",
                            "luggage-sets",
                            "travel-accessories",
                            "rolling-luggage",
                            "backpacks-and-messenger-bags",
                            "duffel-bags",
                            "briefcases-and-laptop-bags",
                            "carry-ons",
                            "hardside-luggage",
                            "kids-travel-bags",
                            "v1-outdoor-garden-decor",
                            "doormats-flags-and-wind-chimes",
                            "v1-outdoor-lighting",
                            "outdoor-umbrellas-and-shade",
                            "outdoor-pillows-cushions-and-curtains",
                            "weather-decor",
                            "outdoor-sculptures-and-statues",
                            "patio-and-garden-products",
                            "v1-pest-control",
                            "v-gardening-and-lawn-care",
                            "outdoor-storage",
                            "v-pools-and-water-fun",
                            "plants-seeds-and-bulbs",
                            "v1-mattresses",
                            "mattresses",
                            "v1-mattress-toppers",
                            "v1-storage-and-organization",
                            "v1-garage",
                            "kitchen-storage",
                            "living-room-storage",
                            "office",
                            "outdoor",
                            "trash-and-recycling",
                            "storage-accessories",
                            "entryway-racks",
                            "closet",
                            "bathroom",
                            "v1-laundry",
                            "childrens-storage",
                            "bath",
                            "bathrobes",
                            "bathroom-scales",
                            "faucets",
                            "shower-curtain-rods-and-rings",
                            "bath-accessories",
                            "bath-storage-and-caddies",
                            "bath-towels",
                            "bidet-and-toilet-seats",
                            "bath-rugs",
                            "beach-towels",
                            "shower-curtains",
                            "shower-heads",
                            "appliances-goods",
                            "v1-washers-and-dryers",
                            "v1-vacuums-and-floor-care",
                            "v1-sewing-machines",
                            "v1-small-appliances",
                            "irons",
                            "floor-care-and-cleaning",
                            "vacuums",
                            "brooms-mops-and-dusters",
                            "art-and-home-decor",
                            "home-accents",
                            "area-rugs",
                            "slip-covers",
                            "candles-and-holders",
                            "picture-frames",
                            "lighting",
                            "window-treatments",
                            "pillows-and-throws",
                            "v-office-and-school-supplies",
                            "v-printers-for-office-and-school",
                            "v-paper-and-stationery-supplies",
                            "v-school-supplies",
                            "desk-accessories",
                            "scrapbooking-and-diy",
                            "v-office-tools-and-equipment",
                            "v-networking-products",
                            "v-home-office-furniture",
                            "v-writing-supplies",
                            "v-packing-and-mailing-supplies",
                            "v-scanners-for-office-and-school",
                            "v-organization-for-office-and-school",
                            "v-shredders-for-office-and-school",
                            "v-printer-ink-and-toner",
                            "seasonal-decor",
                            "halloween-decor",
                            "st-patricks-day-decor",
                            "seasonal-outdoor-decor",
                            "valentines-day-decor",
                            "hanukkah-decor",
                            "patriotic-decor",
                            "christmas-decor",
                            "easter-decor",
                            "general-seasons-decor",
                            "thanksgiving-decor",
                            "seasonal-lighting-decor",
                            "womens-clothing-shoes-and-accessories",
                            "womens-clothing",
                            "costumes-for-women",
                            "womens-activewear",
                            "womens-jeans",
                            "skirts",
                            "womens-sweaters-and-cardigans",
                            "womens-leggings",
                            "womens-shorts-and-capris",
                            "dresses",
                            "outerwear-and-suiting",
                            "womens-pants",
                            "womens-tops-and-t-shirts",
                            "swimwear",
                            "womens-accessories",
                            "womens-wallets",
                            "womens-scarves",
                            "v1-umbrellas",
                            "womens-belts",
                            "womens-gloves",
                            "gadgets-for-women",
                            "womens-handbags",
                            "womens-eyewear",
                            "hats-and-hair-accessories",
                            "womens-intimates",
                            "lingerie",
                            "bras",
                            "hosiery-and-womens-socks",
                            "womens-lounge-and-sleepwear",
                            "shapewear",
                            "panties",
                            "womens-shoes",
                            "v1-womens-athletic-shoes",
                            "womens-shoe-accessories",
                            "evening-shoes",
                            "womens-oxford-shoes",
                            "boat-shoes-for-women",
                            "sandals",
                            "flat-shoes",
                            "slippers",
                            "fashion-sneakers",
                            "womens-boots",
                            "womens-loafers-and-slip-ons",
                            "pumps-and-heels",
                            "womens-work-and-safety",
                            "maternity-clothes",
                            "v-maternity-bottoms",
                            "maternity-underwear",
                            "maternity-tops-and-t-shirts",
                            "maternity-activewear",
                            "maternity-swimwear",
                            "maternity-outerwear-and-suiting",
                            "v-maternity-dresses",
                            "v1-personalized-items",
                            "photo-book",
                            "personalized-stationery",
                            "business-cards",
                            "custom-greeting-cards",
                            "custom-pens",
                            "custom-invitations",
                            "custom-notebooks-and-journals",
                            "custom-embosser-stamps",
                            "custom-labels-and-stickers",
                            "custom-calendars",
                            "custom-photo-prints",
                            "glass-photos",
                            "custom-wall-decals",
                            "photos-on-slate",
                            "metal-prints",
                            "canvas-prints",
                            "custom-posters",
                            "wood-prints",
                            "3d-printing",
                            "acrylic-prints",
                            "custom-novelty-items",
                            "custom-phone-cases",
                            "personalized-key-chains",
                            "personalized-luggage-tags",
                            "custom-bobbleheads",
                            "custom-puzzles",
                            "custom-electronic-accessories",
                            "custom-sports-items",
                            "personalized-games",
                            "custom-jewelry",
                            "custom-bracelets",
                            "personalized-rings",
                            "personalized-earrings",
                            "custom-mens-jewelry",
                            "personalized-necklaces",
                            "personalized-jewelry-cases",
                            "personalized-clothing-and-accessories",
                            "v1-personalized-kids-clothing",
                            "personalized-pet-apparel",
                            "personalized-mens-clothing",
                            "personalized-womens-clothing",
                            "personalized-fashion-accessories",
                            "personalized-mens-wallets",
                            "v1-personalized-home-decor",
                            "personalized-pillows",
                            "v1-custom-household-essentials",
                            "photo-blankets",
                            "personalized-signs",
                            "custom-outdoor-decor",
                            "letter-art-prints",
                            "custom-holiday-decoration",
                            "custom-kitchen-accessories",
                            "custom-mugs",
                            "personalized-bottle-openers",
                            "personalized-coasters",
                            "personalized-barware",
                            "personalized-aprons",
                            "personalized-cutting-boards",
                            "personalized-glassware",
                            "custom-kitchen-utensils",
                            "custom-baby-and-kids-items",
                            "personalized-teddy-bears",
                            "personalized-kids-books",
                            "personalized-kids-clothing",
                            "custom-room-decor",
                            "personalized-pets-items",
                            "pet-accessories",
                            "pet-apparel",
                            "personalized-bags",
                            "flowers-sweets-and-gift-baskets-2",
                            "flowers-2",
                            "sweets-and-gift-baskets-2",
                            "cbd",
                            "cbd-edibles",
                            "cbd-sweets-and-treats",
                            "cbd-gummies",
                            "cbd-gift-boxes",
                            "cbd-for-pets",
                            "cbd-pills-and-capsules",
                            "cbd-oils-and-tinctures",
                            "cbd-vaping",
                            "cbd-vape-kits-and-pens",
                            "cbd-vaping-cartridges",
                            "cbd-personal-care",
                            "cbd-beauty",
                            "cell-phones-and-accessories",
                            "cell-phones",
                            "unlocked-cell-phones",
                            "no-contract-cell-phones",
                            "contract-cell-phones",
                            "locked-cell-phones",
                            "cables-chargers-and-adapters",
                            "phone-stand",
                            "cell-phone-cases",
                            "screen-protector",
                            "bluetooth-devices",
                            "bluetooth-car-kits-v1",
                            "bluetooth-headsets",
                            "cell-phone-batteries",
                            "cell-phone-accessories",
                            "phone-armbands",
                            "cell-phone-camera-lenses",
                            "selfie-sticks",
                            "software",
                            "operation-systems",
                            "education-and-reference-software",
                            "tax-software",
                            "production-and-editing",
                            "programming",
                            "office-software",
                            "childrens-software",
                            "security-software",
                            "electronics",
                            "computers-and-tablets",
                            "hard-drives-and-storage",
                            "tablets-and-e-readers",
                            "computer-accessories",
                            "laptops",
                            "desktop-computers",
                            "tablet-accessories",
                            "networking-and-wireless",
                            "portable-audio",
                            "docks",
                            "in-ear-headphones",
                            "headphone-accessories",
                            "speakers",
                            "on-ear-headphones",
                            "ipod-and-mp3-players",
                            "software-2",
                            "operation-systems-2",
                            "education-and-reference-software-2",
                            "tax-software-2",
                            "production-and-editing-2",
                            "programming-2",
                            "office-software-2",
                            "childrens-software-2",
                            "security-software-2",
                            "v2-gaming",
                            "game-consoles",
                            "video-games",
                            "gaming-accessories",
                            "game-gear",
                            "car-electronics-and-gps",
                            "v1-gps",
                            "car-mounts-and-accessories",
                            "v1-car-audio",
                            "v1-car-video",
                            "v1-radar-detectors",
                            "car-security-and-remote-start",
                            "dash-and-backup-camera",
                            "cell-phones-and-accessories-2",
                            "cell-phones-2",
                            "cables-chargers-and-adapters-2",
                            "phone-stand-2",
                            "cell-phone-cases-2",
                            "screen-protector-2",
                            "bluetooth-devices-2",
                            "cell-phone-batteries-2",
                            "cell-phone-accessories-2",
                            "office-and-school-supplies",
                            "shredders",
                            "tools-and-equipment",
                            "printers-and-scanners",
                            "v1-networking",
                            "scanners",
                            "smart-home",
                            "smart-door-locks",
                            "smart-cameras-and-surveillance",
                            "smart-sensors-and-alarms",
                            "smart-hubs",
                            "smart-nursery",
                            "smart-outlets-and-timers",
                            "smart-thermostats",
                            "smart-wifi-and-networking",
                            "smart-speakers",
                            "smart-watering-and-sprinklers",
                            "smart-tv-and-home-theater",
                            "smart-garage-door-openers",
                            "smart-lighting",
                            "wearable-technology",
                            "smartwatch-accessories-v1",
                            "activity-trackers",
                            "smartwatches-v1",
                            "musical-instruments",
                            "brass-and-woodwind-instruments",
                            "amplifiers-and-effects",
                            "microphones-and-recording",
                            "drums-and-percussion",
                            "stage-equipment",
                            "keyboards-and-midi",
                            "stringed-instruments",
                            "guitars",
                            "dj-equipment",
                            "musical-accessories",
                            "camera-video-and-surveillance",
                            "digital-slrs",
                            "action-cameras-and-drones",
                            "security-and-surveillance",
                            "point-and-shoot-camera",
                            "camera-memory-and-accessories",
                            "v-dash-and-backup-camera",
                            "camcorders",
                            "television-and-home-theater",
                            "projectors-and-screens",
                            "home-audio",
                            "v1-tv",
                            "blu-ray-and-dvd-players",
                            "mounts-shelves-and-consoles",
                            "streaming-media-players-and-antennas",
                            "home-theater-accessories",
                            "home-theater-in-box",
                            "v2-gaming-2",
                            "game-consoles-2",
                            "video-games-2",
                            "computer-games",
                            "wii-video-games",
                            "nintendo-video-games",
                            "playstation-video-games",
                            "xbox-video-games",
                            "gaming-accessories-2",
                            "gaming-keyboards-v1",
                            "game-controllers-v1",
                            "gaming-console-accessories",
                            "gaming-headsets-v1",
                            "game-gear-2",
                            "game-controllers",
                            "gaming-keyboards",
                            "gaming-headsets",
                            "jewelry-and-watches",
                            "diamond-jewelry",
                            "diamond-earrings",
                            "diamond-bracelets-and-bangles",
                            "diamond-accent-jewelry",
                            "novelty-diamond-jewelry",
                            "mens-diamond-jewelry",
                            "diamond-jewelry-collections-and-sets",
                            "diamond-rings",
                            "diamond-wedding-and-engagement-jewelry",
                            "diamond-necklaces",
                            "lab-grown-diamond-jewelry",
                            "lab-grown-diamond-jewelry-collections-and-sets",
                            "lab-grown-diamond-bracelets",
                            "men-s-lab-grown-diamond-jewelry",
                            "lab-grown-diamond-rings",
                            "lab-grown-diamond-necklaces",
                            "lab-grown-diamond-wedding-and-engagement-jewelry",
                            "lab-grown-diamond-earrings",
                            "fashion-jewelry",
                            "womens-novelty-jewelry",
                            "necklaces",
                            "fashion-bracelets",
                            "jewelry-sets",
                            "v-earrings",
                            "rings",
                            "childrens-jewelry",
                            "children-s-bracelets",
                            "children-s-rings",
                            "children-s-necklaces",
                            "children-s-jewelry-sets",
                            "children-s-character-jewelry",
                            "children-s-earrings",
                            "mens-jewelry",
                            "mens-novelty-jewelry",
                            "v1-mens-diamond-jewelry",
                            "mens-bracelets",
                            "mens-earrings",
                            "suit-accessories",
                            "mens-necklaces",
                            "mens-rings",
                            "mens-jewelry-cufflinks",
                            "mens-jewelry-collections-and-sets",
                            "fine-metal-jewelry",
                            "fine-metal-bracelets-and-bangles",
                            "fine-metal-necklaces",
                            "fine-metal-rings",
                            "fine-metal-earrings",
                            "novelty-fine-metal-jewelry",
                            "fine-metal-collections-and-sets",
                            "gemstone-and-pearl-jewelry",
                            "gemstone-and-pearl-necklaces",
                            "gemstone-and-pearl-collections-and-sets",
                            "gemstone-and-pearl-earrings",
                            "gemstone-and-pearl-rings",
                            "novelty-gemstone-and-pearl-jewelry",
                            "gemstone-and-pearl-bracelets-and-bangles",
                            "jewelry-accessories-and-storage",
                            "jewelry-cleaners-and-accessories",
                            "jewelry-boxes-and-holders",
                            "watches",
                            "watch-accessories",
                            "womens-watches",
                            "mens-watches",
                            "unisex-watches",
                            "smartwatches",
                            "mens-clothing-shoes-and-accessories",
                            "mens-shoes",
                            "boat-shoes-for-men",
                            "mens-oxford-shoes",
                            "dress-shoes",
                            "mens-shoe-accessories",
                            "mens-loafers-and-slip-ons",
                            "mens-sandals",
                            "mens-slippers",
                            "v1-mens-athletic-shoes",
                            "mens-boots",
                            "sneakers",
                            "mens-work-and-safety",
                            "mens-clothing",
                            "mens-shorts",
                            "mens-socks",
                            "mens-activewear",
                            "mens-polos",
                            "costumes-for-men",
                            "mens-jeans",
                            "mens-underwear-and-undershirts",
                            "sleepwear",
                            "coats-and-jackets",
                            "sweaters",
                            "button-down-shirts",
                            "mens-swimwear",
                            "pants",
                            "t-shirts-and-tanks-for-men",
                            "big-and-tall",
                            "suits",
                            "mens-accessories",
                            "mens-bags",
                            "mens-eyewear",
                            "ties-and-bow-ties",
                            "umbrellas",
                            "mens-wallets",
                            "scarves-hats-and-gloves",
                            "pocket-squares",
                            "belts-and-suspenders",
                            "gadgets-for-men",
                            "grocery-and-household",
                            "cbd-2",
                            "cbd-edibles-2",
                            "cbd-gift-boxes-2",
                            "cbd-for-pets-2",
                            "cbd-pills-and-capsules-2",
                            "cbd-oils-and-tinctures-2",
                            "cbd-vaping-2",
                            "cbd-personal-care-2",
                            "cbd-beauty-2",
                            "tobacco",
                            "cigars",
                            "vape-juice-and-cartridges",
                            "tobacco-accessories",
                            "vaporizers-and-e-cigs",
                            "cigarettes",
                            "pipes",
                            "custom-household-essentials",
                            "disposable-dinnerware",
                            "household-food-storage",
                            "household-cleaning-products",
                            "household-paper-products",
                            "light-bulbs-and-batteries",
                            "v-dishwashing",
                            "v-laundry",
                            "v-home-fragrance-and-air-care",
                            "household-trash-bags",
                            "alcohol",
                            "malt-beverages",
                            "drink-accessories",
                            "beer",
                            "mixers-and-ready-to-drink",
                            "wine",
                            "drinks",
                            "water",
                            "energy-drinks",
                            "juices-iced-tea-and-milk",
                            "hot-chocolate",
                            "soft-drinks",
                            "sports-drinks",
                            "protein-and-meal-replacement-drinks",
                            "coconut-water",
                            "coffee",
                            "mixers-and-enhancers",
                            "flavored-syrups",
                            "powdered-drink-mix",
                            "tea",
                            "v-food",
                            "snack-foods",
                            "candy-and-sweets",
                            "gourmet-gifts",
                            "v1-baby-food",
                            "breakfast-foods",
                            "pantry-items",
                            "baking-products",
                            "auto-and-home-improvement-2",
                            "auto-parts-and-accessories",
                            "interior-car-accessories",
                            "motorsports",
                            "car-care",
                            "car-safety-and-security",
                            "car-electronics",
                            "replacement-parts",
                            "exterior-car-accessories",
                            "outdoor-grills-and-accessories",
                            "smokers",
                            "grilling-accessories",
                            "outdoor-grills",
                            "grill-covers",
                            "heating-and-cooling",
                            "heaters",
                            "draft-stoppers-and-weather-stripping",
                            "air-conditioners",
                            "fans",
                            "thermostats",
                            "dehumidifiers",
                            "filters",
                            "hand-and-power-tools",
                            "power-tool-accessories",
                            "power-tools",
                            "hand-tools",
                            "patio-and-garden-products-2",
                            "v1-pest-control-2",
                            "v-gardening-and-lawn-care-2",
                            "outdoor-storage-2",
                            "v-pools-and-water-fun-2",
                            "plants-seeds-and-bulbs-2",
                            "v1-home-automation",
                            "automated-home-lighting",
                            "automated-home-thermostats",
                            "automated-home-sensors-and-alarms",
                            "automated-home-door-locks",
                            "home-automation-accessories",
                            "automated-home-watering-and-sprinklers",
                            "automated-home-outlets-and-timers",
                            "automated-home-garage-door-openers",
                            "v-outdoor-power-equipment",
                            "power-washers",
                            "generators",
                            "outdoor-power-accessories",
                            "chainsaws",
                            "v1-snow-removal",
                            "lawnmowers",
                            "snowblowers",
                            "leaf-blowers",
                            "home-improvement-goods",
                            "home-appliances",
                            "bathroom-faucet",
                            "plumbing-goods",
                            "building-materials",
                            "home-security",
                            "tool-storage",
                            "paint-and-wallpaper",
                            "hardware",
                            "v-shower-heads",
                            "kitchen-and-bath-fixtures",
                            "garage",
                            "electrical",
                            "flashlights",
                            "work-lights",
                            "electrical-timers-and-switches",
                            "electrical-outlets-and-accessories",
                            "batteries",
                            "extension-cords-and-power-strips",
                            "fire-pits-and-outdoor-heaters",
                            "v1-lighting",
                            "lighting-fixtures",
                            "novelty-lighting",
                            "light-bulbs",
                            "flood-lights-and-security-lights",
                            "ceiling-fans",
                            "outdoor-decor",
                            "garden-structures-and-sculptures",
                            "deck-boxes",
                            "bird-feeders-and-baths",
                            "sports-and-outdoors",
                            "fan-shop",
                            "nfl",
                            "sports-memorabilia",
                            "olympics",
                            "ncaa",
                            "nhl",
                            "nba",
                            "mlb",
                            "nascar",
                            "mls",
                            "camping",
                            "water-bottles-and-hydration",
                            "camping-lights-and-lanterns",
                            "camping-backpacks-and-bags",
                            "camp-kitchen",
                            "sleeping-bags-and-camp-bedding",
                            "tents-and-shelters",
                            "camp-accessories",
                            "coolers-and-storage",
                            "camp-furniture",
                            "trekking-poles",
                            "camping-knives-and-tools",
                            "outdoors",
                            "hunting",
                            "cycling-goods",
                            "winter-sports",
                            "fishing-and-marine",
                            "shooting",
                            "action-sports",
                            "boats-and-water-sports",
                            "golf-goods",
                            "womens-golf-clubs",
                            "mens-golf-clubs",
                            "golf-balls",
                            "golf-accessories",
                            "golf-shoes",
                            "golf-clothes",
                            "golf-bags-and-carts",
                            "v2-cycling",
                            "bike-parts-and-accessories",
                            "cycling-clothing-and-footwear",
                            "bikes",
                            "team-sports",
                            "football-goods",
                            "tennis-and-racquet-sports",
                            "soccer-goods",
                            "baseball-and-softball",
                            "hockey",
                            "basketball-goods",
                            "lacrosse",
                            "swimming-goods",
                            "volleyball-goods",
                            "exercise-and-fitness",
                            "balance-and-recovery",
                            "mma-and-martial-arts",
                            "strength-training",
                            "yoga-goods",
                            "cardio-training",
                            "fitness-technology",
                            "fitness-accessories",
                            "recreation",
                            "swimming-pools-and-water-slides",
                            "game-room",
                            "paintball-goods",
                            "lawn-games",
                            "trampolines",
                            "clothing-and-shoes",
                            "v1-womens-activewear",
                            "mens-athletic-shoes",
                            "v1-mens-activewear",
                            "womens-athletic-shoes",
                            "pet-supplies",
                            "small-animal-supplies",
                            "cat-supplies",
                            "cat-feeding-and-watering",
                            "cat-carriers-and-travel-products",
                            "cat-apparel-and-accessories",
                            "cat-trees-and-furniture",
                            "cat-litter-supplies",
                            "cat-collars-and-leashes",
                            "cat-healthcare",
                            "cat-grooming",
                            "cat-food",
                            "cat-toys-and-scratchers",
                            "cat-treats",
                            "bird-supplies",
                            "fish-supplies",
                            "reptile-and-amphibian-supplies",
                            "dog-supplies",
                            "dog-feeding-and-watering",
                            "dog-travel",
                            "pet-technology",
                            "dog-cleaning-and-grooming",
                            "dog-training",
                            "dog-food",
                            "dog-collars-and-leashes",
                            "dog-treats-and-chews",
                            "dog-grooming",
                            "dog-beds-and-furniture",
                            "dog-toys",
                            "dog-containment",
                            "dog-apparel",
                            "dog-health-care",
                            "baby-kids-and-toys",
                            "bath-and-potty",
                            "bath-safety-and-storage",
                            "baby-bath-tubs-and-seats",
                            "baby-toiletries",
                            "baby-washcloths-and-towels",
                            "bath-toys",
                            "potty-training",
                            "v1-diapers",
                            "v2-diapers",
                            "diaper-cleanup-and-organization",
                            "changing-pads-and-covers",
                            "changing-tables",
                            "v3-diaper-bags",
                            "v1-nursery",
                            "baby-furniture",
                            "v1-baby-bedding",
                            "bassinet",
                            "kids-room-decor",
                            "strollers",
                            "jogging-strollers",
                            "stroller-accessories",
                            "lightweight-strollers",
                            "full-size-strollers",
                            "v1-travel-systems",
                            "double-and-triple-strollers",
                            "v1-car-seat-and-stroller-toys",
                            "v1-baby-feeding",
                            "bibs-and-burp-cloths",
                            "toddler-feeding",
                            "baby-food-and-formula",
                            "v1-breastfeeding",
                            "bottle-feeding",
                            "baby-food-prep",
                            "v1-high-chairs-and-boosters",
                            "babys-fashion",
                            "babys-fashion-accessories",
                            "babys-socks-and-crib-shoes",
                            "babys-clothing",
                            "health-and-safety",
                            "baby-monitors",
                            "baby-gates",
                            "v1-baby-gates",
                            "childrens-health",
                            "vitamins-and-supplements",
                            "v1-sound-machines",
                            "toddler-and-kids-fashion",
                            "boys-watches",
                            "girls-jewelry",
                            "girls-clothing",
                            "girls-accessories",
                            "girls-costumes",
                            "boys-shoes",
                            "boys-accessories",
                            "boys-costumes",
                            "boys-clothing",
                            "girls-shoes",
                            "baby-gear",
                            "gyms-play-mats-and-jumpers",
                            "travel-beds",
                            "v2-diaper-bags",
                            "entertainers-and-walkers",
                            "playards",
                            "swings-and-bouncers",
                            "v1-baby-carriers",
                            "v1-travel-accessories",
                            "v2-high-chairs-and-boosters",
                            "v1-maternity-clothes",
                            "maternity-dresses",
                            "maternity-health-and-beauty",
                            "nursing",
                            "maternity-bottoms",
                            "maternity-tops",
                            "child-car-seats",
                            "infant-car-seats",
                            "booster-car-seats",
                            "car-seat-and-stroller-toys",
                            "car-seat-bases",
                            "convertible-car-seats",
                            "car-seat-accessories",
                            "travel-systems",
                            "baby-toys",
                            "books-music-and-movies",
                            "kids-music",
                            "family-movies",
                            "kids-books-and-magazines",
                            "toys",
                            "pretend-play",
                            "dress-up",
                            "tents-and-tunnels",
                            "play-sets",
                            "fashion-accessories",
                            "arts-and-crafts",
                            "art-and-drawing-supplies",
                            "art-and-drawing-furniture",
                            "craft-kits-and-activities",
                            "games-and-puzzles",
                            "puzzles",
                            "games",
                            "educational-toys",
                            "childrens-books",
                            "dolls-and-action-figures",
                            "stuffed-animals-and-puppets",
                            "playsets-and-vehicles",
                            "dolls",
                            "action-figures",
                            "building-sets",
                            "electronic-toys",
                            "robots",
                            "electronic-flying-toys",
                            "rc-vehicles",
                            "v1-outdoor-play",
                            "sand-and-water-tables",
                            "pool-and-water-fun",
                            "swing-sets-and-playsets",
                            "outdoor-games",
                            "gardening-toys",
                            "outdoor-activities",
                            "sandboxes-and-beach-toys",
                            "inflatables",
                            "kids-bikes-and-ride-on-toys",
                            "wagons",
                            "bike-accessories",
                            "riding-toys",
                            "electric-vehicles",
                            "kids-bikes",
                            "helmets-and-protective-gear",
                            "balance-bikes-and-pedal-cars",
                            "scooters-skates-and-skateboards",
                            "toddler-and-baby-toys",
                            "learning-and-development-toys",
                            "rockers-and-ride-ons",
                            "stroller-and-car-seat-toys",
                            "v1-bath-toys",
                            "rattles-and-teethers",
                            "crib-toys",
                            "gyms-and-playmats"
                        ],
                        "type": "string",
                        "description": ""
                    },
                    "price_min": {
                        "title": "Price Range",
                        "type": "integer",
                        "description": ""
                    },
                    "price_max": {
                        "title": "",
                        "type": "integer",
                        "description": ""
                    },
                    "rating": {
                        "title": "Rating",
                        "enum": [
                            "5",
                            "4",
                            "3",
                            "2",
                            "1"
                        ],
                        "type": "string",
                        "description": ""
                    },
                    "recipient": {
                        "title": "Recipient",
                        "enum": [
                            "her",
                            "him",
                            "couples",
                            "kids",
                            "pet"
                        ],
                        "type": "string",
                        "description": "💡 Gift For"
                    },
                    "interest": {
                        "title": "Interests",
                        "type": "array",
                        "description": "",
                        "items": {
                            "type": "string",
                            "enum": [
                                "foodies",
                                "relaxing",
                                "care",
                                "sports",
                                "fun-leis",
                                "housewarming",
                                "travelers",
                                "learning"
                            ],
                            "enumTitles": [
                                "foodies",
                                "relaxing",
                                "care",
                                "sports",
                                "fun-leis",
                                "housewarming",
                                "travelers",
                                "learning"
                            ]
                        }
                    },
                    "bookable": {
                        "title": "Bookable",
                        "type": "boolean",
                        "description": ""
                    },
                    "destination": {
                        "title": "Destination",
                        "type": "string",
                        "description": "💡 example:\"Niagara falls, Canada\""
                    },
                    "checkin": {
                        "title": "Check In",
                        "type": "string",
                        "description": ""
                    },
                    "checkout": {
                        "title": "Check Out",
                        "type": "string",
                        "description": ""
                    },
                    "holiday": {
                        "title": "Type of Holiday",
                        "type": "array",
                        "description": "",
                        "items": {
                            "type": "string",
                            "enum": [
                                "air-inclusive",
                                "all-inclusive",
                                "australia-and-nz",
                                "beach-destinations",
                                "camping-trips",
                                "casinos",
                                "city",
                                "cruises",
                                "europe",
                                "family-trips",
                                "luxury",
                                "mountains",
                                "outdoor-activities-recreation",
                                "parks",
                                "romantic",
                                "spa-getaways",
                                "spa-and-wellness",
                                "unique-lodging",
                                "waterparks"
                            ],
                            "enumTitles": [
                                "Air-Inclusive",
                                "All-Inclusive",
                                "Australia & NZ",
                                "Beach Destinations",
                                "Camping",
                                "Casinos",
                                "City",
                                "Cruises",
                                "Europe",
                                "Family",
                                "Luxury",
                                "Mountains",
                                "Outdoor Activities",
                                "Parks",
                                "Romantic",
                                "Spa",
                                "Spa & Wellness",
                                "Unique Lodging",
                                "Waterparks"
                            ]
                        }
                    },
                    "amenities": {
                        "title": "Amenities",
                        "type": "array",
                        "description": "",
                        "items": {
                            "type": "string",
                            "enum": [
                                "airport-shuttle-free",
                                "bar-lounge",
                                "beach-private",
                                "beach-public",
                                "casino",
                                "center-fitness",
                                "childrens-pool",
                                "family-amenities",
                                "golf-course",
                                "handicap-access",
                                "hot-tub",
                                "internet-wi-fi",
                                "internet-wi-fi-free",
                                "kitchenette",
                                "parking-free",
                                "parking-valet",
                                "pet-friendly",
                                "pool-indoor",
                                "pool-outdoor",
                                "restaurant",
                                "room-service",
                                "sauna",
                                "spa",
                                "waterpark"
                            ],
                            "enumTitles": [
                                "Airport Shuttle - Free",
                                "Bar / Lounge",
                                "Beach - Private",
                                "Beach - Public",
                                "Casino",
                                "Center- Fitness",
                                "Childrens Pool",
                                "Family Amenities",
                                "Golf Course",
                                "Handicap Access",
                                "Hot Tub",
                                "Internet - Wi-Fi",
                                "Internet - Wi-Fi - Free",
                                "Kitchenette",
                                "Parking - Free",
                                "Parking - Valet",
                                "Pet-friendly",
                                "Pool - Indoor",
                                "Pool - Outdoor",
                                "Restaurant",
                                "Room Service",
                                "Sauna",
                                "Spa",
                                "Waterpark"
                            ]
                        }
                    },
                    "dev_proxy_config": {
                        "title": "🌐 PROXY NETWORKING",
                        "type": "object",
                        "description": "💡 <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>"
                    },
                    "dev_custom_headers": {
                        "title": "📜 HTTP HEADERS",
                        "type": "array",
                        "description": "💡 Additional HTTP Headers",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_custom_cookies": {
                        "title": "🍰 HTTP COOKIES",
                        "type": "array",
                        "description": "💡 Additional HTTP Cookies",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_transform_fields": {
                        "title": "♻️ CUSTOM FIELD",
                        "type": "array",
                        "description": "💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
                        "items": {
                            "type": "object",
                            "required": [
                                "key",
                                "value"
                            ],
                            "properties": {
                                "key": {
                                    "type": "string",
                                    "title": "Key"
                                },
                                "value": {
                                    "type": "string",
                                    "title": "Value"
                                }
                            }
                        }
                    },
                    "dev_dataset_name": {
                        "title": "📁 CUSTOM STORAGE",
                        "type": "string",
                        "description": "💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
                    },
                    "dev_dataset_clear": {
                        "title": "Clear Storage",
                        "type": "boolean",
                        "description": "Clear Dataset before insert/update."
                    },
                    "dev_no_strip": {
                        "title": "Disable data cleansing",
                        "type": "boolean",
                        "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
                    },
                    "dev_dedup_index": {
                        "title": "🔑 DEDUP INDEX",
                        "type": "string",
                        "description": "💡 Index Name. <b>example:</b> <code>Main Index</code>"
                    },
                    "dev_dedup_key": {
                        "title": "🔑 DEDUP KEY",
                        "type": "string",
                        "description": "💡 Attribute (Unique/Primary key). example: <code>zpid</code> or <code>item_id</code>"
                    },
                    "dev_fileupload": {
                        "title": "📁 FILE UPLOADER",
                        "type": "string",
                        "description": "💡 Upload your file and copy & paste the URL somewhere."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
