{
  "openapi": "3.0.1",
  "info": {
    "title": "G2  Explorer",
    "description": "💫 Scrape G2.com",
    "version": "0.3",
    "x-build-id": "d8q21LOIAUzJtZs1h"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/jupri~g2-explorer/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-jupri-g2-explorer",
        "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~g2-explorer/runs": {
      "post": {
        "operationId": "runs-sync-jupri-g2-explorer",
        "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~g2-explorer/run-sync": {
      "post": {
        "operationId": "run-sync-jupri-g2-explorer",
        "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": "string",
            "description": "💡 Keywords OR Slug(s) separated by spaces, line-break or commas"
          },
          "mode": {
            "title": "🔎 Mode",
            "enum": [
              "product",
              "product_info",
              "categories",
              "review",
              "article",
              "discuss"
            ],
            "type": "string",
            "description": "💡 Operation Mode",
            "default": "review"
          },
          "limit": {
            "title": "♾️ Limit",
            "type": "integer",
            "description": "💡 Limit number of results <i>(per slug for Search Reviews Mode)</i>."
          },
          "review_search": {
            "title": "Search Reviews",
            "type": "string",
            "description": "💡 Search within reviews"
          },
          "date_from": {
            "title": "From",
            "type": "string",
            "description": "💡 Publish Date"
          },
          "date_until": {
            "title": "Until",
            "type": "string",
            "description": "💡 Publish Date"
          },
          "review_stars": {
            "title": "Review Stars",
            "enum": [
              "5",
              "4",
              "3",
              "2",
              "1"
            ],
            "type": "string",
            "description": ""
          },
          "response_type": {
            "title": "Response Type",
            "enum": [
              "",
              "text",
              "video"
            ],
            "type": "string",
            "description": ""
          },
          "sort_review": {
            "title": "Sorting",
            "enum": [
              "default",
              "newest",
              "oldest",
              "most-helpful",
              "highrated",
              "lowrated",
              "least-helpful"
            ],
            "type": "string",
            "description": "💡 Sorting key"
          },
          "strict_search": {
            "title": "Strict search",
            "type": "boolean",
            "description": "💡 Limit search to only specified (product) slugs."
          },
          "switched": {
            "title": "Switched from other product",
            "type": "boolean",
            "description": ""
          },
          "no_parse": {
            "title": "Disable",
            "type": "boolean",
            "description": "💡 WARNING: 💀 <i>Unreliable Parser</i> 💀"
          },
          "sort_product": {
            "title": "Sorting",
            "enum": [
              "relevance",
              "popular",
              "rating"
            ],
            "type": "string",
            "description": "💡 Sorting key"
          },
          "product_website": {
            "title": "Product Website",
            "type": "string",
            "description": "💡 example: apify.com"
          },
          "product_stars": {
            "title": "Product Stars",
            "enum": [
              "5",
              "4",
              "3",
              "2",
              "1"
            ],
            "type": "string",
            "description": ""
          },
          "product_types": {
            "title": "Product Types",
            "type": "array",
            "description": "",
            "items": {
              "type": "string",
              "enum": [
                "Software",
                "Hardware",
                "Provider",
                "ProductSuite"
              ]
            }
          },
          "product_categories": {
            "title": "📁 Categories",
            "type": "array",
            "description": "💡 Category-IDs (must be digits!)",
            "items": {
              "type": "string"
            }
          },
          "software_categories": {
            "title": "📁 Softwares Categories",
            "type": "array",
            "description": "💡 Software categories (slugs)",
            "items": {
              "type": "string",
              "enum": [
                "artificial-intelligence",
                "active-learning-tools",
                "agentic-ai",
                "ai-agent-builders",
                "ai-agents-5a6b8d74-9f1c-4524-85a8-b4c76867b047",
                "ai-agents-for-business-operations",
                "ai-customer-support-agents",
                "ai-it-agents",
                "ai-sdrs",
                "ai-avatar-generators",
                "ai-governance-tools",
                "ai-note-taking-software",
                "ai-orchestration",
                "ai-storyboard-generators",
                "ai-voice-assistants",
                "ai-writing-assistant",
                "conversational-ai-survey-platforms",
                "conversational-intelligence",
                "bot-platforms",
                "chatbots",
                "natural-language-processing-nlp",
                "natural-language-generation-nlg",
                "natural-language-processing-nlp-platforms",
                "natural-language-understanding-nlu",
                "data-labeling",
                "data-science-and-machine-learning-platforms",
                "deep-learning",
                "artificial-neural-network",
                "image-recognition",
                "voice-recognition",
                "emerging-ai-software",
                "emotion-ai",
                "generative-ai",
                "ai-app-builder",
                "ai-chatbots",
                "ai-code-generation",
                "ai-coding-assistants",
                "ai-content-creation-platforms",
                "ai-software-testing-tools",
                "generative-ai-infrastructure",
                "large-language-model-operationalization-llmops",
                "large-language-models-llms",
                "synthetic-media",
                "ai-content-detectors",
                "ai-image-generators",
                "ai-video-generators",
                "other-synthetic-media",
                "text-to-speech",
                "generative-engine-optimization-geo",
                "machine-learning",
                "mlops-platforms",
                "prompt-management-tools",
                "proofreading",
                "synthetic-data",
                "text-to-music",
                "video-surveillance",
                "video-translation-software",
                "sales-tools",
                "crm",
                "sales-compensation",
                "ai-sales-assistant",
                "auto-dialer",
                "contract-analytics",
                "contract-lifecycle-management-clm",
                "contract-management",
                "customer-revenue-optimization",
                "e-signature",
                "field-sales",
                "other-sales",
                "partnerships-management",
                "channel-incentives-management-cim",
                "cloud-gtm-platforms",
                "partner-ecosystem-platforms",
                "partner-relationship-management-prm",
                "through-channel-marketing",
                "presales",
                "demo-automation",
                "presales-management",
                "value-selling-tools",
                "quote-management",
                "cpq",
                "pricing",
                "proposal",
                "quote-to-cash",
                "visual-configuration",
                "revenue-operations-intelligence-ro-i",
                "sales-acceleration",
                "conversation-intelligence",
                "digital-sales-room",
                "email-tracking",
                "lead-to-account-matching-and-routing",
                "outbound-call-tracking",
                "sales-coaching",
                "sales-enablement",
                "sales-engagement",
                "salesforce-crm-document-generation",
                "sales-performance-management",
                "sales-planning",
                "sales-training-and-onboarding",
                "sales-analytics",
                "sales-gamification",
                "sales-intelligence",
                "marketing",
                "account-based-marketing",
                "account-based-analytics",
                "account-based-data",
                "buyer-intent-data-providers",
                "competitive-intelligence",
                "marketing-account-intelligence",
                "account-based-execution",
                "account-based-advertising",
                "account-based-direct-mail",
                "account-based-web-and-content-experiences",
                "attribution",
                "account-based-orchestration-platforms",
                "account-data-management",
                "affiliate-marketing",
                "app-store-optimization",
                "audience-intelligence-platforms",
                "b2b-services-review-platforms",
                "blogger-outreach",
                "book-marketing-tools",
                "brand-intelligence",
                "consumer-video-feedback",
                "content-curation",
                "content-marketing",
                "content-analytics",
                "content-creation",
                "content-distribution",
                "content-experience-platforms",
                "owned-media",
                "conversational-marketing",
                "conversion-rate-optimization-tools",
                "a-b-testing-tools",
                "customer-journey-mapping",
                "heatmap-tools",
                "landing-page-builders",
                "other-conversion-rate-optimization",
                "product-analytics",
                "session-replay",
                "customer-data-platform-cdp",
                "customer-journey-analytics",
                "customer-to-customer-c2c-community-marketing",
                "demand-generation",
                "brand-advocacy",
                "customer-advocacy",
                "employee-advocacy",
                "lead-generation",
                "lead-capture",
                "lead-intelligence",
                "lead-mining",
                "lead-scoring",
                "other-lead-generation",
                "visitor-identification",
                "loyalty-management",
                "digital-analytics",
                "digital-product-sampling",
                "digital-signage",
                "direct-mail-automation",
                "email-deliverability",
                "email-marketing",
                "email-signature",
                "email-template-builder",
                "email-testing",
                "event-management",
                "audience-response",
                "box-office",
                "event-management-platforms",
                "event-marketing",
                "event-networking-and-matchmaking",
                "event-planning",
                "event-registration-ticketing",
                "lead-retrieval",
                "mobile-event-apps",
                "other-event-management",
                "venue-management",
                "virtual-event-platforms",
                "gamification",
                "inbound-call-tracking",
                "local-marketing",
                "local-listing-management",
                "local-seo",
                "store-locator",
                "location-based-marketing",
                "marketing-analytics",
                "marketing-automation",
                "marketing-calendar",
                "marketing-resource-management",
                "market-intelligence",
                "mobile-attribution",
                "mobile-marketing",
                "multi-level-marketing-mlm",
                "multi-location-marketing-platforms",
                "online-community-management",
                "online-reputation-management",
                "other-marketing",
                "personalization",
                "personalization-engines",
                "pop-up-builder",
                "print-fulfillment-services",
                "promotional-product-management",
                "public-relations-pr",
                "media-and-influencer-targeting",
                "media-monitoring",
                "online-newsroom",
                "other-public-relations",
                "pr-analytics",
                "pr-crm",
                "press-release-distribution",
                "push-notification",
                "qr-code-generator",
                "rewards-and-incentives",
                "seo-tools",
                "smart-link",
                "sms-marketing",
                "social-media-marketing",
                "influencer-marketing-platforms",
                "other-social-media",
                "social-media-analytics",
                "social-media-listening-tools",
                "social-media-mgmt",
                "social-media-suites",
                "sweepstakes",
                "tag-management-systems",
                "technology-research-services",
                "technology-review-platforms",
                "transactional-email",
                "url-shortener",
                "user-research",
                "webinar",
                "whatsapp-marketing",
                "security",
                "cloud-security",
                "api-security",
                "application-security-posture-management-aspm",
                "cloud-compliance",
                "cloud-data-security",
                "cloud-detection-and-response-cdr",
                "cloud-edge-security",
                "cloud-file-security",
                "cloud-infrastructure-entitlement-management-ciem",
                "cloud-native-application-protection-platform-cnapp",
                "cloud-security-monitoring-and-analytics",
                "cloud-security-posture-management-cspm",
                "cloud-workload-protection-platforms",
                "extended-detection-and-response-xdr-platforms",
                "saas-security-posture-management-sspm-solutions",
                "secure-access-service-edge-sase-platforms",
                "service-mesh-tools",
                "system-security",
                "incident-response",
                "security-information-and-event-management-siem",
                "threat-intelligence",
                "ai-soc-agents",
                "breach-and-attack-simulation-bas",
                "deception-technology",
                "digital-forensics",
                "digital-risk-protection-drp-platforms",
                "iot-security-solutions",
                "malware-analysis-tools",
                "managed-detection-and-response-mdr",
                "ot-secure-remote-access",
                "ot-security-tools",
                "security-orchestration-automation-and-response-soar",
                "application-security",
                "application-shielding",
                "runtime-application-self-protection-rasp-tools",
                "sap-security-software",
                "cloud-access-security-broker-casb",
                "confidentiality",
                "encryption-software",
                "certificate-lifecycle-management-clm",
                "dmarc",
                "proxy-networks",
                "ssl-tls-certificate-tools",
                "data-security",
                "database-security",
                "data-center-security-solutions",
                "data-centric-security",
                "data-loss-prevention-dlp",
                "data-masking",
                "encryption-key-management",
                "mobile-data-security",
                "secrets-management-tools",
                "devsecops",
                "static-code-analysis",
                "container-security-tools",
                "dynamic-application-security-testing-dast",
                "interactive-application-security-testing-iast",
                "log-analysis",
                "penetration-testing-tools",
                "secure-code-review",
                "software-bill-of-materials-sbom",
                "software-composition-analysis",
                "static-application-security-testing-sast",
                "vulnerability-scanner",
                "web-application-firewall-waf",
                "email-security",
                "secure-email-gateway",
                "cloud-email-security",
                "email-anti-spam",
                "email-encryption",
                "intelligent-email-protection",
                "endpoint-protection",
                "antivirus",
                "autonomous-endpoint-management-aem",
                "endpoint-detection-response-edr",
                "endpoint-management",
                "endpoint-protection-platforms",
                "identity-management",
                "multi-factor-authentication-mfa",
                "biometric-authentication",
                "cloud-directory-services",
                "customer-identity-and-access-management-ciam",
                "decentralized-identity",
                "identity-and-access-management-iam",
                "passwordless-authentication",
                "password-managers",
                "password-policy-enforcement",
                "privileged-access-management-pam",
                "risk-based-authentication-rba",
                "self-service-password-reset-sspr-tools",
                "single-sign-on-sso",
                "user-provisioning-and-governance-tools",
                "network-security",
                "business-vpn",
                "dns-security-solutions",
                "firewall-software",
                "intrusion-detection-and-prevention-systems-idps",
                "microsegmentation",
                "network-access-control-nac",
                "network-detection-and-response-ndr",
                "network-sandboxing",
                "network-security-policy-management-nspm",
                "network-traffic-analysis-nta",
                "software-defined-perimeter-sdp",
                "unified-threat-management-utm",
                "other-it-security",
                "risk-assessment",
                "disinformation-detection-tools",
                "it-risk-management",
                "vendor-security-and-privacy-assessment",
                "user-threat-prevention",
                "identity-threat-detection-and-response-itdr",
                "insider-threat-management-itm",
                "user-and-entity-behavior-analytics-ueba",
                "vulnerability-management",
                "attack-surface-management",
                "cybersecurity-professional-development",
                "exposure-management-platforms",
                "patch-management",
                "risk-based-vulnerability-management",
                "secure-code-training",
                "security-awareness-training",
                "web-security",
                "secure-web-gateways",
                "bot-detection-and-mitigation",
                "browser-isolation",
                "client-side-protection",
                "dark-web-monitoring",
                "ddos-protection",
                "fraud-detection",
                "secure-enterprise-browser",
                "website-security",
                "nalytics-tools-software",
                "analytics-platforms",
                "business-intelligence",
                "data-visualization-tools",
                "embedded-business-intelligence",
                "location-intelligence",
                "data-virtualization",
                "drone-analytics",
                "enterprise-search-software",
                "graph-visualization-tools",
                "insight-engines",
                "other-analytics",
                "predictive-analytics",
                "site-search-software",
                "statistical-analysis",
                "text-analysis",
                "time-series-intelligence",
                "visitor-behavior-intelligence",
                "ar-vr",
                "augmented-reality",
                "ar-collaboration-tools",
                "ar-content-management-systems",
                "ar-development",
                "ar-sdk",
                "ar-wysiwyg-editor",
                "ar-game-engine",
                "ar-training-simulator",
                "ar-visualization",
                "industrial-ar-platforms",
                "virtual-reality",
                "vr-collaboration",
                "vr-content-management-systems",
                "vr-development",
                "vr-marketplace",
                "vr-sdk",
                "vr-game-engine",
                "vr-training-simulator",
                "vr-visualization",
                "b2b-marketplaces",
                "merchant-marketing",
                "on-demand-delivery",
                "food-delivery-software",
                "grocery-delivery",
                "on-demand-catering",
                "on-demand-wellness",
                "ride-sharing",
                "cad-plm",
                "3d-printing",
                "bim-objects",
                "cad",
                "building-design-and-building-information-modeling-bim",
                "cad-data-exchange",
                "cad-libraries",
                "cad-viewers",
                "civil-engineering-design",
                "general-purpose-cad",
                "mechanical-computer-aided-design-mcad",
                "mep",
                "other-cad",
                "pcb-design",
                "sketching",
                "solar-design",
                "computer-aided-manufacturing-cam",
                "engineering-document-management",
                "gis",
                "photogrammetry",
                "plant-design-management-systems",
                "product-data-management-pdm",
                "product-lifecycle-management-plm",
                "simulation-cae",
                "urban-planning-and-design",
                "collaboration-productivity",
                "team-collaboration",
                "collaborative-whiteboard",
                "employee-intranet",
                "screen-sharing",
                "virtual-workspaces",
                "visual-collaboration-platforms",
                "other-collaboration",
                "ai-meeting-assistants",
                "audio-conferencing",
                "board-management",
                "bookmark-manager",
                "browsers",
                "business-scheduling",
                "calendar-software",
                "cloud-pbx-platforms",
                "decision-making",
                "digital-adoption-platform",
                "document-creation",
                "document-generation",
                "document-scanning",
                "email",
                "email-client",
                "email-management",
                "email-verification",
                "file-converter",
                "file-reader",
                "flexible-workspace-management",
                "hackathon-software",
                "handwritten-notes",
                "idea-management",
                "internal-communications",
                "business-instant-messaging",
                "employee-communications",
                "enterprise-social-networking-esn",
                "frontline-worker-communication-platforms",
                "internal-newsletter-software",
                "meeting-management",
                "mind-mapping-software",
                "noise-cancellation",
                "note-taking-software",
                "objectives-and-key-results-okr",
                "office-suites",
                "online-appointment-scheduling",
                "online-fax",
                "other-email",
                "pdf-editor",
                "plagiarism-checker",
                "presentation-software",
                "presentation-management",
                "productivity-bots",
                "push-to-talk-ptt",
                "screen-and-video-capture",
                "shared-inbox",
                "social-networks",
                "spreadsheets",
                "survey",
                "text-expanders",
                "transcription",
                "ucaas-platforms",
                "unified-workspaces",
                "variable-data-printing-vdp",
                "video-communications",
                "video-conferencing",
                "video-email",
                "voip-providers",
                "commerce",
                "consumer-goods-software",
                "retail-execution",
                "trade-promotion-management",
                "e-commerce",
                "catalog-management",
                "e-commerce-platforms",
                "e-commerce-tools",
                "e-commerce-fraud-protection",
                "e-merchandising",
                "multichannel-retail",
                "review-management-software",
                "subscription-management",
                "age-verification",
                "brand-protection",
                "conversational-commerce-platforms",
                "drop-shipping",
                "e-commerce-analytics",
                "e-commerce-personalization",
                "e-commerce-search",
                "live-commerce",
                "marketplace",
                "merchant-of-record",
                "mobile-e-commerce",
                "online-marketplace-optimization-tools",
                "print-on-demand",
                "product-information-management-pim",
                "shopping-cart",
                "social-commerce-platforms",
                "subscription-analytics",
                "subscription-billing",
                "subscription-revenue-management",
                "usage-based-billing-software",
                "virtual-fitting",
                "visual-product-customization",
                "omnichannel-commerce",
                "payment",
                "payment-gateways",
                "embedded-payments",
                "failed-payment-recovery",
                "installment-payment-and-buy-now-pay-later-bnpl",
                "payment-analytics",
                "payment-card-issuance",
                "payment-processing",
                "payments-orchestration",
                "pos",
                "retail-pos",
                "retail",
                "other-retail",
                "rebate-management",
                "retail-analytics",
                "retail-assortment-planning",
                "retail-distributed-order-management-systems",
                "retail-intelligence",
                "retail-iot",
                "retail-management-software",
                "retail-pricing",
                "retail-space-planning",
                "retail-task-management",
                "content-management",
                "brand-asset-management",
                "client-portal",
                "cloud-content-collaboration",
                "cms-tools",
                "commenting-systems",
                "component-content-management-systems",
                "content-moderation-tools",
                "design-systems",
                "desktop-search",
                "digital-asset-management",
                "digital-experience-orchestration-dxo-platforms",
                "digital-experience-platforms-dxp",
                "digital-rights-management-drm",
                "document-management",
                "enterprise-content-management-ecm",
                "file-migration",
                "headless-cms",
                "image-optimization",
                "knowledge-management",
                "it-documentation",
                "knowledge-base-software",
                "q-a-platforms",
                "standard-operating-procedures",
                "work-instructions",
                "label-and-artwork-management",
                "live-blog",
                "localization",
                "computer-assisted-translation",
                "machine-translation",
                "other-translation",
                "website-translation-tools",
                "markup-software",
                "mobile-forms-automation",
                "ocr",
                "online-form-builder",
                "online-proofing",
                "other-content",
                "translation-management",
                "user-generated-content-platforms",
                "video-cms",
                "virtual-data-room-vdr",
                "web-accessibility",
                "digital-accessibility-platforms",
                "digital-accessibility-tools",
                "other-digital-accessibility",
                "website-accessibility",
                "website-accessibility-plugins",
                "web-content-management",
                "website-builder",
                "website-change-monitoring",
                "website-screenshot",
                "wordpress-management-tools",
                "customer-service",
                "help-desk",
                "live-chat",
                "customer-self-service",
                "social-customer-service",
                "appointment-reminder",
                "call-contact-center",
                "call-center-infrastructure-cci",
                "contact-center",
                "contact-center-knowledge-base",
                "contact-center-quality-assurance",
                "contact-center-workforce",
                "speech-analytics",
                "co-browsing",
                "complaint-management",
                "contact-center-payments",
                "conversational-support",
                "customer-communications-management",
                "customer-education",
                "customer-service-automation",
                "customer-success",
                "digital-customer-service-platforms",
                "enterprise-feedback-management",
                "experience-management",
                "feedback-analytics",
                "field-service-management",
                "multilingual-customer-support",
                "other-customer-service",
                "proactive-customer-retention",
                "proactive-notification",
                "remote-video-support",
                "data-privacy",
                "consent-management-platform-cmp",
                "cookie-tracking",
                "data-breach-notification",
                "data-clean-room",
                "data-de-identification",
                "data-privacy-management",
                "data-subject-access-request-dsar",
                "employee-identity-theft-protection",
                "identity-verification",
                "other-privacy",
                "privacy-impact-assessment-pia",
                "privacy-policy-generator",
                "sensitive-data-discovery",
                "design",
                "virtual-tour",
                "3d-design",
                "3d-modeling",
                "3d-painting",
                "3d-rendering",
                "audio-editing",
                "business-music",
                "creative-portfolio-management",
                "diagramming",
                "display-ad-design",
                "font-management",
                "graphic-design",
                "desktop-publishing",
                "drawing",
                "flipbook",
                "vector-graphics",
                "logo-design-tools",
                "other-design",
                "photography",
                "photo-editing",
                "photo-management",
                "podcast-hosting",
                "software-design",
                "prototyping",
                "software-design-platforms",
                "web-design",
                "wireframing",
                "stock-media",
                "stock-footage",
                "stock-music",
                "stock-photos",
                "video",
                "animation",
                "business-entertainment",
                "live-stream-software",
                "other-video",
                "ott-platforms",
                "video-content-creation",
                "video-editing",
                "video-effects",
                "video-hosting-platforms",
                "web-font-marketplace",
                "development",
                "cloud-platform-as-a-service-paas",
                "integrated-development-environments-ide",
                "c-c-integrated-development-environments-ide",
                "java-integrated-development-environments-ide",
                "net-integrated-development-environments-ide",
                "other-integrated-development-environments-ide",
                "php-integrated-development-environments-ide",
                "python-integrated-development-environments-ide",
                "sql-integrated-development-environments-ide",
                "software-testing",
                "communication-platform-as-a-service-cpaas",
                "help-authoring-tool-hat",
                "other-development",
                "api-development",
                "api-documentation-management",
                "api-generation",
                "api-management",
                "api-marketplace",
                "api-mocking",
                "api-platforms",
                "application-development",
                "application-development-platforms",
                "java-development-kit-jdk-distributions",
                "java-development-tools",
                "mobile-development",
                "mobile-development-platforms",
                "drag-and-drop-app-builder",
                "mobile-development-frameworks",
                "mobile-backend-as-a-service-mbaas",
                "mobile-app-debugging",
                "mobile-app-testing",
                "enterprise-app-store",
                "mobile-analytics",
                "mobile-app-analytics",
                "mobile-crash-reporting",
                "mobile-app-optimization",
                "other-mobile-development",
                "rapid-application-development-rad",
                "low-code-development-platforms",
                "no-code-development-platforms",
                "workplace-innovation-platforms",
                "component-libraries",
                "crowd-testing-tools",
                "data-visualization-libraries",
                "devops",
                "bug-tracking",
                "alm-software",
                "application-release-orchestration",
                "automation-testing-tools",
                "batch-management",
                "ci-cd-tools",
                "continuous-delivery-tools",
                "continuous-integration",
                "build-automation",
                "configuration-management",
                "other-continuous-delivery",
                "cloud-infrastructure-automation",
                "containerization",
                "container-engine",
                "container-management",
                "container-monitoring-tools",
                "container-networking",
                "container-orchestration",
                "container-registry",
                "runtime",
                "service-discovery",
                "database-devops-software",
                "devops-platforms",
                "software-intelligence-platforms",
                "source-code-management",
                "version-control-software",
                "peer-code-review",
                "version-control-clients",
                "version-control-hosting",
                "value-stream-management",
                "editor",
                "text-editor",
                "wysiwyg-editors",
                "e-signature-apis",
                "feature-management",
                "game-development",
                "audio-engine",
                "game-engine",
                "gaming-tools",
                "physics-engine",
                "geofencing",
                "internal-developer-platforms",
                "ip-address-intelligence",
                "load-testing-tools",
                "location-platform",
                "notification-infrastructure",
                "pdf-sdks",
                "portals",
                "product-management-software",
                "release-notes-management",
                "repository-management",
                "requirements-management",
                "service-virtualization",
                "software-development-analytics-tools",
                "software-localization-tools",
                "software-supply-chain-security-tools",
                "test-management",
                "unified-apis",
                "user-research-repositories",
                "video-platform-as-a-service-vpaas",
                "web-frameworks",
                "other-web-frameworks",
                "javascript-web-frameworks",
                "java-web-frameworks",
                "php-web-frameworks",
                "python-web-frameworks",
                "webops-platforms",
                "digital-advertising-tech",
                "ad-networks",
                "app-monetization-platforms",
                "click-fraud",
                "connected-tv-ctv-advertising-platforms",
                "creative-management-platforms",
                "cross-channel-advertising",
                "data-management-platform-dmp",
                "demand-side-platform-dsp",
                "digital-advertising-intelligence",
                "digital-audio-advertising",
                "display-advertising",
                "identity-resolution",
                "mobile-advertising",
                "native-advertising",
                "other-digital-advertising",
                "other-publisher-management",
                "paid-search-advertising",
                "paid-search-intelligence",
                "publisher-ad-server",
                "retail-media-advertising-platforms",
                "retargeting",
                "search-monetization",
                "social-media-advertising",
                "supply-side-platform-ssp",
                "video-advertising",
                "erp",
                "procurement",
                "accounts-payable-ap-and-spend-analysis",
                "contractor-risk-management",
                "procurement-orchestration",
                "procure-to-pay",
                "purchasing-software",
                "rfp",
                "spend-management",
                "strategic-sourcing",
                "vendor-management",
                "3d-parts-catalog",
                "accounting-finance",
                "order-management",
                "accounting",
                "accounting-practice-management",
                "accounts-receivable",
                "ap-automation",
                "billing",
                "budgeting-and-forecasting",
                "cash-flow-management",
                "corporate-tax",
                "credit-and-collections",
                "deduction-management",
                "enterprise-payment",
                "financial-analysis",
                "financial-audit",
                "financial-close",
                "financial-reconciliation",
                "foreign-exchange",
                "fp-a-financial-planning-analysis",
                "freelance-tax",
                "invoice-management",
                "other-finance-admin",
                "professional-tax",
                "recurring-revenue-finance",
                "remittance-money-transfer",
                "revenue-management",
                "sales-tax-and-vat-compliance",
                "travel-expense",
                "travel-management",
                "expense-management",
                "mileage-tracking",
                "treasury-management-systems",
                "advanced-planning-and-scheduling-aps",
                "asset-management",
                "facility-management",
                "asset-leasing",
                "asset-performance-management",
                "asset-tracking",
                "calibration",
                "cmms",
                "enterprise-asset-management-eam",
                "infrastructure-asset-management",
                "predictive-maintenance",
                "tool-tracking",
                "business-activity-monitoring",
                "business-plan",
                "discrete-erp",
                "distribution-erp",
                "environmental-quality-and-safety-management",
                "environmental-health-and-safety",
                "ergonomics",
                "fatigue-risk-management",
                "inspection-management",
                "occupational-health-and-safety-ohs",
                "quality-management-qms",
                "specification-management",
                "equity-management",
                "erp-systems",
                "eto-erp",
                "industrial-iot",
                "job-shop-management",
                "manufacturing-execution-system",
                "manufacturing-intelligence",
                "mixed-mode-erp",
                "process-erp",
                "professional-services-automation",
                "project-based-erp",
                "project-portfolio-program-management",
                "capital-project-management",
                "client-onboarding",
                "earned-value-management",
                "kanban-project-management",
                "project-and-portfolio-management",
                "project-collaboration",
                "project-cost-management",
                "project-management",
                "project-management-tools",
                "resource-management",
                "strategic-planning-and-execution",
                "strategic-portfolio-management",
                "task-management-software",
                "work-management",
                "smart-buildings",
                "stock-plan-administration",
                "strategy-and-innovation-roadmapping-tools",
                "supervisory-control-and-data-acquisition-scada",
                "systems-engineering-and-mbse",
                "tools-for-erp",
                "warranty-management",
                "governance-risk-compliance",
                "anti-money-laundering",
                "audit-management",
                "business-continuity-management-software",
                "call-compliance",
                "carbon-accounting",
                "digital-communications-governance",
                "disclosure-management",
                "enterprise-risk-management-erm",
                "entity-management",
                "environmental-social-and-governance-esg-reporting",
                "ethics-and-compliance-learning",
                "grc-tools",
                "investigation-management",
                "operational-risk-management",
                "policy-management",
                "regulatory-change-management",
                "risk-intelligence",
                "security-compliance",
                "third-party-supplier-risk-management",
                "hosting",
                "cloud-application-hosting",
                "content-delivery-network-cdn",
                "domain-registrars",
                "enterprise-content-delivery-network-ecdn",
                "load-balancing",
                "managed-dns-providers",
                "other-hosting-services",
                "web-hosting",
                "cloud-web-hosting",
                "colocation-hosting",
                "dedicated-hosting",
                "managed-hosting",
                "reseller-hosting",
                "shared-hosting",
                "virtual-private-servers-vps",
                "wordpress-hosting",
                "hr",
                "hcm-software",
                "recruiting",
                "talent-acquisition-suites",
                "recruitment-marketing",
                "applicant-tracking-systems-ats",
                "onboarding-software",
                "recruitment-platforms",
                "video-interviewing",
                "pre-employment-screening",
                "talent-assessment-software",
                "reference-check",
                "background-check",
                "drug-testing",
                "technical-skills-screening",
                "other-recruiting",
                "candidate-relationship-management",
                "diversity-recruiting",
                "employee-referral",
                "interview-scheduling",
                "job-description-management",
                "job-search-sites",
                "programmatic-job-advertising",
                "recruiting-automation",
                "virtual-career-fair-platforms",
                "talent-management",
                "training-elearning",
                "corporate-learning-management-systems",
                "course-authoring",
                "digital-credential-management",
                "elearning-content",
                "harassment-prevention-training",
                "learning-experience-platforms-lxp",
                "mentoring",
                "microlearning-platforms",
                "training-management-systems",
                "performance-management",
                "employee-engagement",
                "compensation-management",
                "360-feedback-software",
                "career-management",
                "employee-experience",
                "employee-recognition",
                "employer-of-record-eor",
                "exit-interview-management",
                "offboarding",
                "relocation-management",
                "salary-benchmarking",
                "skills-management",
                "succession-planning",
                "talent-intelligence",
                "team-building",
                "core-hr",
                "benefits-administration",
                "workforce-management",
                "time-tracking-software",
                "freelance-platforms",
                "staffing",
                "other-hr",
                "401-k",
                "absence-management-software",
                "benefits-support",
                "compensation-planning",
                "contractor-management",
                "contractor-payments",
                "corporate-social-responsibility-csr",
                "corporate-volunteering-platform",
                "corporate-wellness",
                "earned-wage-access",
                "employee-monitoring-software",
                "employee-perks",
                "employee-scheduling-software",
                "financial-wellness",
                "freelancer-management-systems",
                "global-employment-platforms-gep",
                "health-savings-account-hsa",
                "hr-analytics",
                "hr-case-management",
                "hr-compliance",
                "hr-service-delivery",
                "job-board",
                "lifestyle-spending-account-lsa",
                "multi-country-payroll",
                "org-chart",
                "pay-equity",
                "payroll",
                "peo-providers",
                "talent-marketplace-platforms",
                "time-attendance",
                "vaccine-tracking",
                "whistleblowing",
                "workforce-planning",
                "iot-management",
                "connected-worker-platform",
                "digital-twin",
                "edge-ai-platforms",
                "iot-analytics-platforms",
                "iot-connectivity-management",
                "iot-development-tools",
                "iot-device-management-platforms",
                "iot-edge-platforms",
                "iot-operating-systems",
                "iot-platforms",
                "other-iot",
                "it-infrastructure",
                "infrastructure-as-a-service-iaas",
                "active-metadata-management",
                "address-verification",
                "aiops-platforms",
                "application-server",
                "blockchain",
                "asset-tokenization-platforms",
                "blockchain-analysis-tools",
                "blockchain-as-a-service",
                "blockchain-payments",
                "blockchain-platforms",
                "blockchain-security",
                "cryptocurrency",
                "crypto-accounting",
                "cryptocurrency-custody",
                "cryptocurrency-exchanges",
                "cryptocurrency-mining",
                "cryptocurrency-payment-gateways",
                "cryptocurrency-remittance",
                "cryptocurrency-wallets",
                "nft-platforms",
                "smart-contracts",
                "cloud-file-storage",
                "database-software",
                "relational-databases",
                "nosql-databases",
                "document-databases",
                "key-value-databases",
                "object-oriented-databases",
                "other-non-relational-databases",
                "rdf-databases",
                "wide-column-database",
                "xml-databases",
                "database-management-systems-dbms",
                "big-data",
                "big-data-analytics",
                "big-data-processing-and-distribution",
                "event-stream-processing",
                "database-as-a-service-dbaas",
                "database-comparison",
                "desktop-database",
                "real-time-analytic-database",
                "structured-data-archiving-and-application-retirement",
                "time-series-databases",
                "vector-database",
                "data-center-infrastructure-management-dcim",
                "data-center-networking",
                "data-exchange-platforms",
                "data-fabric",
                "data-integration-tools",
                "cloud-data-integration",
                "big-data-integration-platforms",
                "cloud-migration",
                "embedded-integration-platforms",
                "enterprise-service-bus-esb",
                "etl-tools",
                "ipaas",
                "reverse-etl",
                "stream-analytics",
                "e-commerce-data-integration",
                "electronic-data-interchange-edi",
                "file-transfer-protocol-ftp",
                "integration-brokerage",
                "on-premise-data-integration",
                "data-management-software",
                "data-mapping",
                "dataops-platforms",
                "data-preparation",
                "data-quality",
                "data-warehouse",
                "data-warehouse-automation",
                "ddi-management-platform",
                "desktop-as-a-service-daas",
                "graph-databases",
                "guest-wi-fi-providers",
                "hyperconverged-infrastructure-hci-solutions",
                "machine-learning-data-catalog",
                "managed-file-transfer-mft",
                "managed-workplace-services-mws",
                "master-data-management-mdm",
                "monitoring",
                "application-performance-monitoring-apm",
                "cloud-infrastructure-monitoring",
                "database-monitoring",
                "enterprise-monitoring",
                "hardware-monitoring",
                "log-monitoring",
                "network-monitoring",
                "observability-pipeline",
                "observability-software",
                "other-monitoring",
                "website-monitoring",
                "network-management-tools",
                "operating-system",
                "other-cloud-integration",
                "other-it-infrastructure",
                "remote-desktop",
                "remote-support",
                "server-monitoring",
                "server-virtualization",
                "storage-management",
                "archive-storage-solutions",
                "block-storage",
                "hybrid-cloud-storage-solutions",
                "object-storage-solutions",
                "virtual-desktop-infrastructure-vdi",
                "virtual-private-cloud-vpc",
                "virtual-routers",
                "wan-edge-infrastructure",
                "wan-optimization",
                "web-accelerator",
                "web-client-accelerator",
                "web-server-accelerator",
                "web-data-providers",
                "it-management",
                "application-portfolio-management",
                "auto-scaling",
                "cloud-cost-management",
                "cloud-management-platforms",
                "cloud-migration-assessment-tools",
                "columnar-databases",
                "data-as-a-service-daas",
                "data-destruction",
                "data-extraction-tools",
                "data-governance-tools",
                "data-observability",
                "data-recovery",
                "disaster-recovery-as-a-service-draas",
                "backup",
                "database-backup",
                "data-replication",
                "email-backup",
                "file-recovery-software",
                "hard-drive-cloning",
                "online-backup",
                "pc-backup",
                "saas-backup",
                "server-backup",
                "disaster-recovery",
                "email-archiving",
                "digital-employee-experience-dex-management",
                "digital-experience-monitoring-dem",
                "digital-governance",
                "disk-cleanup",
                "enterprise-architecture-tools",
                "enterprise-information-archiving",
                "enterprise-it-management",
                "enterprise-mobility-management",
                "file-analysis",
                "hard-drive-partitioning",
                "incident-management",
                "it-alerting",
                "it-asset-management",
                "it-resilience-orchestration-automation-itro",
                "it-service-management-itsm-tools",
                "message-queue-mq",
                "mobile-application-management",
                "mobile-device-management-mdm",
                "network-automation-tools",
                "office-365-management",
                "os-imaging-deployment",
                "other-it-management",
                "process-automation",
                "business-automation-platforms-baps",
                "business-process-management",
                "business-process-simulation",
                "decision-management-platforms",
                "digital-process-automation-dpa",
                "intelligent-document-processing-idp",
                "other-process-automation",
                "process-mining-tools",
                "process-orchestration",
                "robotic-process-automation-rpa",
                "workflow-management",
                "remote-monitoring-management-rmm",
                "runbook-automation",
                "saas-management-platforms-(smp)",
                "saas-spend-management",
                "sd-wan",
                "service-desk",
                "software-asset-management-tools",
                "software-licensing-management",
                "technology-scouting",
                "telecom-expense-management-tem-services",
                "terminal-emulator",
                "unified-endpoint-management-uem",
                "virtual-it-labs",
                "virtual-waiting-room",
                "wireless-expense-management-wem",
                "workload-automation",
                "marketplace-apps",
                "adp-marketplace-apps",
                "autodesk-construction-cloud-integration-partners",
                "aws-marketplace",
                "genesys-appfoundry-marketplace",
                "google-workspace-academic",
                "google-workspace-administration",
                "google-workspace-communication-tools",
                "google-workspace-creative-tools",
                "google-workspace-development-tools",
                "google-workspace-erp",
                "google-workspace-for-finance",
                "google-workspace-for-hr",
                "google-workspace-for-marketing",
                "google-workspace-for-sales",
                "google-workspace-office-tools",
                "google-workspace-productivity-tools",
                "google-workspace-project-management",
                "google-workspace-teacher-resources",
                "google-workspace-utilities",
                "marketo-launchpoint-apps",
                "procore-app-marketplace-partners",
                "salesforce-appexchange-apps",
                "sap-store",
                "servicenow-store-apps",
                "ukg-marketplace",
                "office-management-software",
                "business-card-scanning",
                "desk-booking",
                "digital-business-card",
                "digital-wayfinding",
                "emergency-notification",
                "hybrid-enablement",
                "lost-and-found",
                "meeting-room-booking-systems",
                "other-office",
                "phone-verification",
                "print-management",
                "queue-management",
                "room-systems",
                "space-management",
                "virtual-mailbox",
                "visitor-management",
                "supply-chain-logistics",
                "demand-planning",
                "distribution",
                "3pl",
                "fleet-maintenance",
                "fleet-management",
                "fleet-tracking",
                "freight-management",
                "load-board",
                "picking",
                "route-planning-software",
                "transportation-management-systems-tms",
                "inventory-management",
                "warehouse-management",
                "barcode",
                "inventory-control-software",
                "label-printing",
                "rfid",
                "shipping-insurance",
                "other-supply-logistics",
                "shipping",
                "commodity-trading-transaction-and-risk-management-ctrm",
                "cross-border-e-commerce",
                "direct-store-delivery",
                "global-trade-management",
                "last-mile-delivery",
                "logistics-intelligence",
                "multicarrier-parcel-management-solutions",
                "returns-management",
                "sales-ops-planning",
                "supply-chain-management",
                "supply-chain-suites",
                "supplier-relationship-management-srm",
                "supply-chain-business-networks",
                "supply-chain-cost-to-serve-analytics",
                "supply-chain-planning",
                "supply-chain-visibility",
                "yard-management",
                "vertical-industry",
                "agriculture",
                "connected-agriculture",
                "crop-management",
                "farm-accounting",
                "farm-management",
                "livestock-management",
                "other-agriculture",
                "precision-agriculture",
                "smart-irrigation-systems",
                "uav",
                "alumni-management",
                "amusement-park-management-software",
                "apparel-22ffe365-e774-46a6-b034-ced369db372d",
                "apparel-business-management-and-erp",
                "apparel-design",
                "other-apparel",
                "architecture",
                "architectural-rendering",
                "association-management",
                "auction-software",
                "automotive",
                "automotive-digital-retailing",
                "automotive-marketing",
                "auto-repair",
                "auto-shop-management",
                "car-dealer",
                "car-rental",
                "connected-car",
                "other-automotive",
                "towing",
                "aviation",
                "airline-reservations",
                "airline-route-planning",
                "aviation-authoring",
                "aviation-compliance-monitoring",
                "aviation-document-distribution",
                "aviation-mro",
                "flight-operation-manual-authoring",
                "awards-management",
                "bakery",
                "camp-management",
                "cannabis-industry",
                "cannabis-pos-systems",
                "other-cannabis",
                "seed-to-sale-software",
                "cemetery",
                "child-care",
                "church",
                "church-management",
                "church-presentation",
                "church-website-builder",
                "other-religious-institutions",
                "cleaning-services",
                "coaching",
                "construction",
                "construction-crm",
                "construction-management",
                "construction-project-management",
                "bid-management",
                "construction-accounting-software",
                "construction-data-analytics",
                "construction-drawing-management",
                "construction-erp",
                "construction-estimating-software",
                "construction-risk-assessment-software",
                "construction-scheduling",
                "jobsite-management",
                "prequalification",
                "punch-list",
                "takeoff",
                "earthworks",
                "hvac",
                "masonry",
                "other-construction",
                "property-restoration",
                "roofing-software",
                "courier",
                "currency-exchange-bureau",
                "driving-school",
                "dry-cleaning",
                "education",
                "learning-management-system-lms",
                "student-information-systems-sis",
                "k-12-student-information-systems",
                "classroom-management",
                "assessment",
                "study-tools",
                "language-learning",
                "online-course-providers",
                "school-management-software",
                "special-education",
                "reference-management",
                "other-education",
                "academic-advising",
                "academic-scheduling",
                "admissions-and-enrollment-management",
                "classroom-messaging",
                "curriculum-management",
                "digital-learning-platforms",
                "education-erp",
                "education-erp-suites",
                "education-finance-software",
                "education-hr",
                "financial-aid-software",
                "library-management-systems",
                "online-learning-platform",
                "online-proctoring",
                "scholarship-management",
                "school-transportation",
                "student-health-records",
                "technical-skills-development",
                "tutoring",
                "virtual-classroom",
                "equipment-rental",
                "esports-management",
                "financial-services",
                "banking-as-a-service-baas",
                "brokerage-trading-platforms",
                "construction-loan-management",
                "core-banking",
                "deal-sourcing",
                "debt-management",
                "digital-banking-platforms",
                "digital-customer-onboarding",
                "digital-mortgage-closing",
                "financial-analytics",
                "financial-data-apis",
                "financial-predictive-analytics",
                "financial-research",
                "financial-risk-management",
                "financial-services-crm",
                "fixed-income-pricing-data",
                "insurance",
                "health-insurance-software",
                "insurance-agency-management-systems",
                "insurance-analytics",
                "insurance-billing",
                "insurance-claims-management",
                "insurance-compliance",
                "insurance-policy-administration-systems",
                "insurance-suites",
                "life-health-insurance-agency-management",
                "life-insurance-policy-administration-systems",
                "other-insurance",
                "property-casualty-insurance-agency-management",
                "property-casualty-policy-administration-systems",
                "underwriting-rating",
                "investment-accounting",
                "investment-portfolio-management",
                "investor-relations",
                "investor-relationship-management",
                "investor-relations-ir-website-builder",
                "investor-reporting",
                "loan",
                "loan-origination",
                "loan-pricing",
                "loan-servicing",
                "mortgage-crm",
                "m-a-software",
                "mobile-banking",
                "mortgage-point-of-sale-pos",
                "other-finance-insurance",
                "robo-advisory",
                "tax-practice-management",
                "venture-capital-management",
                "fitness",
                "gym-management",
                "martial-arts",
                "other-fitness",
                "other-gym",
                "personal-training",
                "studio-management",
                "swim-club-management",
                "florist",
                "food",
                "beverage-distribution",
                "food-safety-management",
                "foodservice-distribution",
                "foodservice-management",
                "food-traceability",
                "other-food",
                "forestry",
                "funeral-home",
                "grant-management",
                "health-care",
                "ambulatory",
                "applied-behavior-analysis-aba",
                "assisted-living",
                "home-care-agency-management",
                "hospice",
                "mental-health",
                "physical-therapy",
                "private-duty-home-care",
                "radiology-information-systems",
                "clinical-documentation",
                "disease-management",
                "ehr",
                "e-prescribing",
                "healthcare-learning-management-systems-lms",
                "health-care-operations",
                "bundled-pay-management",
                "clinical-communication-and-collaboration",
                "clinical-decision-support",
                "healthcare-analytics",
                "healthcare-claims-management",
                "healthcare-commercial-intelligence",
                "healthcare-compliance",
                "health-care-credentialing",
                "healthcare-hr",
                "healthcare-integration-engines",
                "healthcare-payer-care-management-workflow-applications",
                "healthcare-payers-core-administrative-processing-solutions",
                "healthcare-risk-management",
                "healthcare-supply-chain",
                "medical-billing",
                "medical-coding",
                "medical-staff-scheduling",
                "other-health-care-operations",
                "prior-authorization",
                "referral-management",
                "revenue-cycle-management",
                "utilization-management",
                "value-based-reimbursement",
                "hipaa-compliant-messaging",
                "medical-3d-visualization",
                "medical-iot",
                "medical-lab",
                "medical-practice-management",
                "medical-simulation",
                "medical-transcription",
                "neurodiversity-cognitive-assessment",
                "nutritionist",
                "other-health-care",
                "patient-experience-88bbaea1-3b81-4636-8255-4b3ab72d3675",
                "interactive-patient-care-systems-ipc",
                "other-patient-experience",
                "patient-case-management",
                "patient-engagement",
                "patient-intake",
                "patient-relationship-management-prm",
                "patient-scheduling",
                "remote-patient-monitoring-rpm",
                "patient-identity-resolution",
                "pharmacy",
                "medication-dispensing",
                "other-pharmacy",
                "pharmaceutical-distribution",
                "pharmacy-inventory-management",
                "pharmacy-management-systems",
                "pharmacy-pos-systems",
                "population-health-management",
                "provider-data-management-pdm",
                "specialty-practice-management",
                "chiropractic",
                "dental",
                "dental-imaging",
                "dental-practice-management",
                "other-dental",
                "medical-spa",
                "optometry",
                "other-specialty-practice-management",
                "telemedicine",
                "value-based-performance-management-analytics",
                "vendor-neutral-archives-vna",
                "home-furnishing",
                "hospitality",
                "hotel",
                "catering",
                "channel-management-aec9a9bb-956c-47e7-ab47-2f3b42d9546e",
                "concierge",
                "guest-messaging",
                "hotel-management",
                "hotel-revenue-management-systems-rms",
                "other-hospitality",
                "reservation",
                "hotel-reservations",
                "other-reservations",
                "restaurant-reservations",
                "restaurant",
                "cloud-kitchen-management",
                "restaurant-business-intelligence-analytics",
                "restaurant-inventory-management",
                "restaurant-management",
                "restaurant-pos",
                "restaurant-scheduling",
                "tip-distribution",
                "integrated-revenue-and-customer-management-ircm-for-csps",
                "jewelry-store-management",
                "laboratory",
                "electronic-lab-notebook-eln",
                "lab-inventory-management",
                "lims",
                "other-laboratory",
                "scientific-data-management-system-sdms",
                "landscape-design",
                "legal",
                "ai-legal-assistant",
                "conflict-check",
                "ediscovery",
                "e-filing",
                "e-notary",
                "enterprise-legal-management-elm",
                "immigration",
                "intellectual-property-management",
                "legal-billing-software",
                "legal-case-management",
                "legal-crm",
                "legal-document-drafting",
                "legal-document-management",
                "legal-hold",
                "legal-practice-management",
                "legal-research",
                "legal-transaction-management",
                "other-legal",
                "patent-research",
                "social-discovery",
                "life-sciences",
                "clinical-research",
                "clinical-trial-management-systems",
                "electronic-data-capture-edc",
                "electronic-trial-master-file-etmf",
                "drug-discovery",
                "medical-qms",
                "other-life-sciences",
                "pharma-and-biotech",
                "regulatory-information-management-rim-systems",
                "marine",
                "harbor-operations",
                "marina-management",
                "other-marine",
                "terminal-operating-systems-tos",
                "vessel-tracking",
                "mining",
                "mobile-device-testing",
                "moving-company",
                "mpm-and-mbm-technology-for-process-manufacturing",
                "museum",
                "collections-management",
                "gallery-management",
                "museum-management",
                "newsroom-management-systems",
                "nonprofit",
                "admission-based-nonprofit",
                "donor-management",
                "donor-prospect-research",
                "fundraising",
                "human-services",
                "nonprofit-accounting-software",
                "nonprofit-crm",
                "nonprofit-payment-gateway",
                "other-nonprofit",
                "volunteer-management",
                "oil-and-gas",
                "exploration",
                "geology-and-seismic",
                "oil-and-gas-asset-management",
                "oil-and-gas-back-office",
                "oil-and-gas-engineering",
                "oil-and-gas-project-management",
                "oil-and-gas-simulation-and-modeling",
                "oil-and-gas-training",
                "oil-production",
                "other-oil-and-gas",
                "other-child-care",
                "other-vertical-industry",
                "parking-management",
                "parks-and-recreation",
                "performing-arts",
                "production-management",
                "screenwriting",
                "theater-venue-management",
                "pest-control-software",
                "pet-care",
                "kennel",
                "pet-grooming",
                "pet-sitting-and-daycare",
                "physical-security",
                "political",
                "other-political",
                "political-campaign",
                "public-affairs-and-advocacy",
                "postal-presort",
                "protective-intelligence-platforms",
                "public-safety",
                "armory-management",
                "critical-event-management-cem-platforms",
                "emergency-management",
                "emergency-medical-services",
                "fire-department",
                "law-enforcement",
                "court-management",
                "crime-analytics",
                "evidence-management",
                "jail-management",
                "officer-field-training",
                "other-law-enforcement",
                "police-records-management-system-rms",
                "other-public-safety",
                "public-sector",
                "citizen-engagement",
                "citizen-request-software",
                "government-procurement",
                "other-government-d4c8acd9-570b-4c29-a393-3556c677048d",
                "public-financial-management-pfm-system",
                "public-records-management",
                "public-transportation",
                "tax-revenue-collection",
                "public-works",
                "real-estate",
                "brokerage-management",
                "integrated-workplace-management-systems-iwms",
                "lease-administration",
                "property-management",
                "real-estate-crm",
                "multiple-listing-service-mls",
                "real-estate-marketing",
                "real-estate-activities-management",
                "community-association-management",
                "home-inspection",
                "lease-accounting",
                "other-real-estate",
                "package-tracking",
                "property-intelligence",
                "real-estate-investment-management",
                "real-estate-license-school",
                "real-estate-virtual-tour",
                "rental-payment",
                "self-storage-facility-management",
                "title-production",
                "vacation-rental",
                "repair-shop",
                "smart-cities",
                "spa-and-salon-management",
                "sports",
                "athlete-management",
                "athletic-competition-management",
                "golf",
                "other-sports",
                "sports-league-management",
                "sports-marketing-intelligence",
                "sports-performance-analytics",
                "sustainability-management",
                "transportation",
                "heavy-duty-repair",
                "non-emergency-medical-transportation-nemt",
                "other-transportation",
                "taxi-limousine",
                "trucking",
                "travel-arrangement",
                "other-travel-arrangement",
                "tour-operator",
                "travel-agency",
                "utilities",
                "advanced-distribution-management-systems",
                "energy-management",
                "meter-data-management-systems",
                "other-utilities",
                "smart-utilities",
                "utilities-customer-information-system-cis",
                "wastewater-pipeline-inspection",
                "veterinary",
                "other-veterinary",
                "veterinary-practice-management",
                "voting-management",
                "waste-management",
                "wine-beer-and-spirits",
                "brewery",
                "winery",
                "vineyard-management",
                "winery-management",
                "0",
                "zero-trust-architecture",
                "zero-trust-networking",
                "zero-trust-platforms"
              ],
              "enumTitles": [
                "📁 Artificial Intelligence",
                "-- Active Learning Tools",
                "-- Agentic AI",
                "--- AI Agent Builders",
                "--- AI Agents",
                "---- AI Agents For Business Operations",
                "---- AI Customer Support Agents",
                "---- AI IT Agents",
                "---- AI SDRs",
                "-- AI Avatar Generators",
                "-- AI Governance Tools",
                "-- AI Note-Taking Software",
                "-- AI Orchestration",
                "-- AI Storyboard Generators",
                "-- AI Voice Assistants",
                "-- AI Writing Assistant",
                "-- Conversational AI Survey Platforms",
                "-- Conversational Intelligence",
                "--- Bot Platforms",
                "--- Chatbots",
                "--- Natural Language Processing (NLP)",
                "---- Natural Language Generation (NLG)",
                "---- Natural Language Processing (NLP) Platforms",
                "---- Natural Language Understanding (NLU)",
                "-- Data Labeling",
                "-- Data Science and Machine Learning Platforms",
                "-- Deep Learning",
                "--- Artificial Neural Network",
                "--- Image Recognition",
                "--- Voice Recognition",
                "-- Emerging AI Software",
                "-- Emotion AI",
                "-- Generative AI",
                "--- AI App Builder",
                "--- AI Chatbots",
                "--- AI Code Generation",
                "--- AI Coding Assistants",
                "--- AI Content Creation Platforms",
                "--- AI Software Testing Tools",
                "--- Generative AI Infrastructure",
                "--- Large Language Model Operationalization (LLMOps)",
                "--- Large Language Models (LLMs)",
                "--- Synthetic Media",
                "---- AI Content Detectors",
                "---- AI Image Generators",
                "---- AI Video Generators",
                "---- Other Synthetic Media",
                "---- Text to Speech",
                "-- Generative Engine Optimization (GEO)",
                "-- Machine Learning",
                "-- MLOps Platforms",
                "-- Prompt Management Tools",
                "-- Proofreading",
                "-- Synthetic Data",
                "-- Text-to-Music",
                "-- Video Surveillance",
                "-- Video Translation",
                "📁 Sales Tools",
                "-- CRM",
                "-- Sales Compensation",
                "-- AI Sales Assistant",
                "-- Auto Dialer",
                "-- Contract Analytics",
                "-- Contract Lifecycle Management (CLM)",
                "-- Contract Management",
                "-- Customer Revenue Optimization",
                "-- E-Signature",
                "-- Field Sales",
                "-- Other Sales",
                "-- Partnerships Management",
                "--- Channel Incentives Management (CIM) ",
                "--- Cloud GTM Platforms",
                "--- Partner Ecosystem Platforms",
                "--- Partner Relationship Management (PRM)",
                "--- Through-Channel Marketing",
                "-- PreSales",
                "--- Demo Automation",
                "--- PreSales Management",
                "--- Value Selling Tools",
                "-- Quote Management",
                "--- CPQ",
                "--- Pricing",
                "--- Proposal",
                "--- Quote-to-Cash",
                "--- Visual Configuration",
                "-- Revenue Operations & Intelligence (RO&I)",
                "-- Sales Acceleration",
                "--- Conversation Intelligence",
                "--- Digital Sales Room",
                "--- Email Tracking",
                "--- Lead-to-Account Matching and Routing",
                "--- Outbound Call Tracking",
                "--- Sales Coaching",
                "--- Sales Enablement",
                "--- Sales Engagement",
                "--- Salesforce CRM Document Generation",
                "--- Sales Performance Management",
                "--- Sales Planning",
                "--- Sales Training and Onboarding",
                "-- Sales Analytics",
                "-- Sales Gamification",
                "-- Sales Intelligence",
                "📁 Marketing",
                "-- Account-Based Marketing",
                "--- Account-Based Analytics",
                "--- Account-Based Data",
                "---- Buyer Intent Data Providers",
                "---- Competitive Intelligence",
                "---- Marketing Account Intelligence",
                "--- Account-Based Execution",
                "---- Account-Based Advertising",
                "---- Account-Based Direct Mail",
                "---- Account-Based Web and Content Experiences",
                "---- Attribution",
                "--- Account-Based Orchestration Platforms",
                "--- Account Data Management",
                "-- Affiliate Marketing",
                "-- App Store Optimization",
                "-- Audience Intelligence Platforms",
                "-- B2B Services Review Platforms",
                "-- Blogger Outreach",
                "-- Book Marketing Tools",
                "-- Brand Intelligence",
                "-- Consumer Video Feedback",
                "-- Content Curation",
                "-- Content Marketing",
                "--- Content Analytics",
                "--- Content Creation",
                "--- Content Distribution",
                "--- Content Experience Platforms",
                "--- Owned Media",
                "-- Conversational Marketing",
                "-- Conversion Rate Optimization Tools",
                "--- A/B Testing",
                "--- Customer Journey Mapping",
                "--- Heatmap Tools",
                "--- Landing Page Builders",
                "--- Other Conversion Rate Optimization",
                "--- Product Analytics",
                "--- Session Replay",
                "-- Customer Data Platform (CDP)",
                "-- Customer Journey Analytics",
                "-- Customer-to-Customer (C2C) Community Marketing",
                "-- Demand Generation",
                "--- Brand Advocacy",
                "---- Customer Advocacy",
                "---- Employee Advocacy",
                "--- Lead Generation",
                "---- Lead Capture",
                "---- Lead Intelligence",
                "---- Lead Mining",
                "---- Lead Scoring",
                "---- Other Lead Generation",
                "---- Visitor Identification",
                "--- Loyalty Management",
                "-- Digital Analytics",
                "-- Digital Product Sampling",
                "-- Digital Signage",
                "-- Direct Mail Automation",
                "-- Email Deliverability",
                "-- Email Marketing",
                "-- Email Signature",
                "-- Email Template Builder",
                "-- Email Testing",
                "-- Event Management",
                "--- Audience Response",
                "--- Box Office",
                "--- Event Management Platforms",
                "--- Event Marketing",
                "--- Event Networking and Matchmaking",
                "--- Event Planning",
                "--- Event Registration & Ticketing",
                "--- Lead Retrieval",
                "--- Mobile Event Apps",
                "--- Other Event Management",
                "--- Venue Management",
                "--- Virtual Event Platforms",
                "-- Gamification",
                "-- Inbound Call Tracking",
                "-- Local Marketing",
                "--- Local Listing Management",
                "--- Local SEO",
                "--- Store Locator",
                "-- Location-Based Marketing",
                "-- Marketing Analytics",
                "-- Marketing Automation",
                "-- Marketing Calendar",
                "-- Marketing Resource Management",
                "-- Market Intelligence",
                "-- Mobile Attribution",
                "-- Mobile Marketing",
                "-- Multi-level Marketing (MLM)",
                "-- Multi-Location Marketing Platforms",
                "-- Online Community Management",
                "-- Online Reputation Management",
                "-- Other Marketing",
                "-- Personalization",
                "-- Personalization Engines",
                "-- Pop-Up Builder",
                "-- Print Fulfillment Services",
                "-- Promotional Product Management",
                "-- Public Relations (PR)",
                "--- Media and Influencer Targeting",
                "--- Media Monitoring",
                "--- Online Newsroom",
                "--- Other Public Relations",
                "--- PR Analytics",
                "--- PR CRM",
                "--- Press Release Distribution",
                "-- Push Notification",
                "-- QR Code Generator",
                "-- Rewards and Incentives",
                "-- SEO Tools",
                "-- Smart Link",
                "-- SMS Marketing",
                "-- Social Media Marketing",
                "--- Influencer Marketing Platforms",
                "--- Other Social Media",
                "--- Social Media Analytics",
                "--- Social Media Listening Tools",
                "--- Social Media Management",
                "--- Social Media Suites",
                "-- Sweepstakes",
                "-- Tag Management Systems",
                "-- Technology Research Services",
                "-- Technology Review Platforms",
                "-- Transactional Email",
                "-- URL Shortener",
                "-- User Research",
                "-- Webinar",
                "-- WhatsApp Marketing",
                "📁 Security",
                "-- Cloud Security",
                "--- API Security",
                "--- Application Security Posture Management (ASPM)",
                "--- Cloud Compliance",
                "--- Cloud Data Security",
                "--- Cloud Detection and Response (CDR)",
                "--- Cloud Edge Security",
                "--- Cloud File Security",
                "--- Cloud Infrastructure Entitlement Management (CIEM)",
                "--- Cloud-Native Application Protection Platform (CNAPP)",
                "--- Cloud Security Monitoring and Analytics",
                "--- Cloud Security Posture Management (CSPM)",
                "--- Cloud Workload Protection Platforms",
                "--- Extended Detection and Response (XDR) Platforms",
                "--- SaaS Security Posture Management (SSPM) Solutions",
                "--- Secure Access Service Edge (SASE) Platforms",
                "--- Service Mesh Tools",
                "-- System Security",
                "--- Incident Response",
                "--- Security Information and Event Management (SIEM)",
                "--- Threat Intelligence",
                "--- AI SOC Agents",
                "--- Breach and Attack Simulation (BAS)",
                "--- Deception Technology",
                "--- Digital Forensics",
                "--- Digital Risk Protection (DRP) Platforms",
                "--- IoT Security Solutions",
                "--- Malware Analysis Tools",
                "--- Managed Detection and Response (MDR)",
                "--- OT Secure Remote Access",
                "--- OT Security Tools",
                "--- Security Orchestration, Automation, and Response (SOAR)",
                "-- Application Security",
                "--- Application Shielding",
                "--- Runtime Application Self-Protection (RASP) Tools",
                "--- SAP Security Software",
                "-- Cloud Access Security Broker (CASB)",
                "-- Confidentiality",
                "--- Encryption",
                "--- Certificate Lifecycle Management (CLM)",
                "--- DMARC",
                "--- Proxy Networks",
                "--- SSL & TLS Certificate Tools",
                "-- Data Security",
                "--- Database Security",
                "--- Data Center Security Solutions",
                "--- Data-Centric Security",
                "--- Data Loss Prevention (DLP)",
                "--- Data Masking",
                "--- Encryption Key Management",
                "--- Mobile Data Security",
                "--- Secrets Management Tools",
                "-- DevSecOps",
                "--- Static Code Analysis",
                "--- Container Security",
                "--- Dynamic Application Security Testing (DAST)",
                "--- Interactive Application Security Testing (IAST)",
                "--- Log Analysis",
                "--- Penetration Testing",
                "--- Secure Code Review",
                "--- Software Bill of Materials (SBOM)",
                "--- Software Composition Analysis",
                "--- Static Application Security Testing (SAST)",
                "--- Vulnerability Scanner",
                "--- Web Application Firewall (WAF)",
                "-- Email Security",
                "--- Secure Email Gateway",
                "--- Cloud Email Security",
                "--- Email Anti-spam",
                "--- Email Encryption",
                "--- Intelligent Email Protection",
                "-- Endpoint Protection",
                "--- Antivirus",
                "--- Autonomous Endpoint Management (AEM)",
                "--- Endpoint Detection & Response (EDR)",
                "--- Endpoint Management",
                "--- Endpoint Protection Platforms",
                "-- Identity Management",
                "--- Multi-Factor Authentication (MFA)",
                "--- Biometric Authentication",
                "--- Cloud Directory Services",
                "--- Customer Identity and Access Management (CIAM)",
                "--- Decentralized Identity",
                "--- Identity and Access Management (IAM)",
                "--- Passwordless Authentication",
                "--- Password Managers",
                "--- Password Policy Enforcement",
                "--- Privileged Access Management (PAM)",
                "--- Risk-Based Authentication (RBA)",
                "--- Self-Service Password Reset (SSPR) Tools",
                "--- Single Sign-On (SSO)",
                "--- User Provisioning and Governance Tools",
                "-- Network Security",
                "--- Business VPN",
                "--- DNS Security Solutions",
                "--- Firewall Software",
                "--- Intrusion Detection and Prevention Systems (IDPS)",
                "--- Microsegmentation",
                "--- Network Access Control (NAC)",
                "--- Network Detection and Response (NDR)",
                "--- Network Sandboxing",
                "--- Network Security Policy Management (NSPM)",
                "--- Network Traffic Analysis (NTA)",
                "--- Software-Defined Perimeter (SDP)",
                "--- Unified Threat Management (UTM)",
                "-- Other IT Security",
                "-- Risk Assessment",
                "--- Disinformation Detection Tools",
                "--- IT Risk Management",
                "--- Vendor Security and Privacy Assessment",
                "-- User Threat Prevention",
                "--- Identity Threat Detection and Response (ITDR)",
                "--- Insider Threat Management (ITM)",
                "--- User and Entity Behavior Analytics (UEBA)",
                "-- Vulnerability Management",
                "--- Attack Surface Management",
                "--- Cybersecurity Professional Development",
                "--- Exposure Management Platforms",
                "--- Patch Management",
                "--- Risk-Based Vulnerability Management",
                "--- Secure Code Training",
                "--- Security Awareness Training",
                "-- Web Security",
                "--- Secure Web Gateways",
                "--- Bot Detection and Mitigation",
                "--- Browser Isolation",
                "--- Client-Side Protection",
                "--- Dark Web Monitoring",
                "--- DDoS Protection",
                "--- Fraud Detection",
                "--- Secure Enterprise Browser",
                "--- Website Security",
                "📁 Analytics Tools & Software",
                "-- Analytics Platforms",
                "-- Business Intelligence",
                "--- Data Visualization",
                "--- Embedded Business Intelligence",
                "--- Location Intelligence",
                "-- Data Virtualization",
                "-- Drone Analytics",
                "-- Enterprise Search Software",
                "-- Graph Visualization Tools",
                "-- Insight Engines",
                "-- Other Analytics",
                "-- Predictive Analytics",
                "-- Site Search Software",
                "-- Statistical Analysis",
                "-- Text Analysis",
                "-- Time Series Intelligence",
                "-- Visitor Behavior Intelligence",
                "📁 AR/VR",
                "-- Augmented Reality",
                "--- AR Collaboration Tools",
                "--- AR Content Management Systems",
                "--- AR Development",
                "---- AR SDK",
                "---- AR WYSIWYG Editor",
                "--- AR Game Engine",
                "--- AR Training Simulator",
                "--- AR Visualization",
                "--- Industrial AR Platforms",
                "-- Virtual Reality",
                "--- VR Collaboration",
                "--- VR Content Management Systems",
                "--- VR Development",
                "---- VR Marketplace",
                "---- VR SDK",
                "--- VR Game Engine",
                "--- VR Training Simulator",
                "--- VR Visualization",
                "📁 B2B Marketplaces",
                "-- Merchant Marketing",
                "-- On-Demand Delivery",
                "--- Food Delivery",
                "--- Grocery Delivery",
                "--- On-Demand Catering",
                "-- On-Demand Wellness",
                "-- Ride Sharing",
                "📁 CAD & PLM",
                "-- 3D Printing",
                "-- BIM Objects",
                "-- CAD",
                "--- Building Design and Building Information Modeling (BIM)",
                "--- CAD Data Exchange",
                "--- CAD Libraries",
                "--- CAD Viewers",
                "--- Civil Engineering Design",
                "--- General-Purpose CAD",
                "--- Mechanical Computer-aided Design (MCAD)",
                "--- MEP",
                "--- Other CAD",
                "--- PCB Design",
                "--- Sketching",
                "--- Solar Design",
                "-- Computer-Aided Manufacturing (CAM)",
                "-- Engineering Document Management",
                "-- GIS",
                "-- Photogrammetry",
                "-- Plant Design Management Systems",
                "-- Product Data Management (PDM)",
                "-- Product Lifecycle Management (PLM)",
                "-- Simulation & CAE",
                "-- Urban Planning and Design",
                "📁 Collaboration & Productivity",
                "-- Team Collaboration",
                "--- Collaborative Whiteboard",
                "--- Employee Intranet",
                "--- Screen Sharing",
                "--- Virtual Workspaces",
                "--- Visual Collaboration Platforms",
                "-- Other Collaboration",
                "-- AI Meeting Assistants",
                "-- Audio Conferencing",
                "-- Board Management",
                "-- Bookmark Manager",
                "-- Browser",
                "-- Business Scheduling",
                "-- Calendar",
                "-- Cloud PBX Platforms",
                "-- Decision-Making",
                "-- Digital Adoption Platform",
                "-- Document Creation",
                "-- Document Generation",
                "-- Document Scanning",
                "-- Email",
                "-- Email Client",
                "-- Email Management",
                "-- Email Verification",
                "-- File Converter",
                "-- File Reader",
                "-- Flexible Workspace Management ",
                "-- Hackathon Software",
                "-- Handwritten Notes",
                "-- Idea Management",
                "-- Internal Communications",
                "--- Business Instant Messaging",
                "--- Employee Communications",
                "--- Enterprise Social Networking (ESN)",
                "--- Frontline Worker Communication Platforms",
                "-- Internal Newsletter Software",
                "-- Meeting Management",
                "-- Mind Mapping",
                "-- Noise Cancellation",
                "-- Note-Taking Software",
                "-- Objectives and Key Results (OKR)",
                "-- Office Suites",
                "-- Online Appointment Scheduling",
                "-- Online Fax",
                "-- Other Email",
                "-- PDF Editor",
                "-- Plagiarism Checker",
                "-- Presentation",
                "-- Presentation Management",
                "-- Productivity Bots",
                "-- Push-To-Talk (PTT)",
                "-- Screen and Video Capture",
                "-- Shared Inbox",
                "-- Social Networks",
                "-- Spreadsheets",
                "-- Survey",
                "-- Text Expanders",
                "-- Transcription",
                "-- UCaaS Platforms",
                "-- Unified Workspaces",
                "-- Variable Data Printing (VDP)",
                "-- Video Communications",
                "-- Video Conferencing",
                "-- Video Email",
                "-- VoIP Providers",
                "📁 Commerce",
                "-- Consumer Goods Software",
                "--- Retail Execution",
                "--- Trade Promotion Management",
                "-- E-Commerce",
                "--- Catalog Management",
                "--- E-Commerce Platforms",
                "--- E-Commerce Tools",
                "--- E-commerce Fraud Protection",
                "--- E-Merchandising",
                "--- Multichannel Retail",
                "--- Review Management",
                "--- Subscription Management",
                "--- Age Verification",
                "--- Brand Protection",
                "--- Conversational Commerce Platforms",
                "--- Drop Shipping",
                "--- E-Commerce Analytics",
                "--- E-Commerce Personalization",
                "--- E-Commerce Search",
                "--- Live Commerce",
                "--- Marketplace",
                "--- Merchant of Record",
                "--- Mobile E-Commerce",
                "--- Online Marketplace Optimization Tools",
                "--- Print On Demand",
                "--- Product Information Management (PIM)",
                "--- Shopping Cart",
                "--- Social Commerce Platforms",
                "--- Subscription Analytics",
                "--- Subscription Billing",
                "--- Subscription Revenue Management",
                "--- Usage-based billing software",
                "--- Virtual Fitting",
                "--- Visual Product Customization",
                "-- Omnichannel Commerce",
                "-- Payment",
                "--- Payment Gateways",
                "--- Embedded Payments",
                "--- Failed Payment Recovery",
                "--- Installment Payment and Buy Now Pay Later (BNPL)",
                "--- Payment Analytics",
                "--- Payment Card Issuance",
                "--- Payment Processing",
                "--- Payments Orchestration",
                "-- POS",
                "--- Retail POS",
                "-- Retail",
                "--- Other Retail",
                "--- Rebate Management",
                "--- Retail Analytics",
                "--- Retail Assortment Planning",
                "--- Retail Distributed Order Management Systems",
                "--- Retail Intelligence",
                "--- Retail IoT",
                "--- Retail Management Software",
                "--- Retail Pricing",
                "--- Retail Space Planning",
                "--- Retail Task Management",
                "📁 Content Management Systems",
                "-- Brand Asset Management",
                "-- Client Portal",
                "-- Cloud Content Collaboration",
                "-- CMS Tools",
                "-- Commenting Systems",
                "-- Component Content Management Systems",
                "-- Content Moderation Tools",
                "-- Design Systems",
                "-- Desktop Search",
                "-- Digital Asset Management",
                "-- Digital Experience Orchestration (DXO) Platforms",
                "-- Digital Experience Platforms (DXP)",
                "-- Digital Rights Management (DRM)",
                "-- Document Management",
                "-- Enterprise Content Management (ECM)",
                "-- File Migration",
                "-- Headless CMS",
                "-- Image Optimization",
                "-- Knowledge Management",
                "--- IT Documentation",
                "--- Knowledge Base",
                "--- Q&A Platforms",
                "--- Standard Operating Procedures",
                "--- Work Instructions",
                "-- Label and Artwork Management",
                "-- Live Blog",
                "-- Localization",
                "--- Computer-Assisted Translation",
                "--- Machine Translation",
                "--- Other Translation",
                "--- Website Translation Tools",
                "-- Markup Software",
                "-- Mobile Forms Automation",
                "-- OCR",
                "-- Online Form Builder",
                "-- Online Proofing",
                "-- Other Content",
                "-- Translation Management",
                "-- User-Generated Content",
                "-- Video CMS",
                "-- Virtual Data Room (VDR)",
                "-- Web Accessibility",
                "--- Digital Accessibility Platforms",
                "--- Digital Accessibility Tools",
                "--- Other Digital Accessibility",
                "--- Website Accessibility",
                "---- Website Accessibility Plugins",
                "-- Web Content Management",
                "-- Website Builder",
                "-- Website Change Monitoring",
                "-- Website Screenshot",
                "-- WordPress Management Tools",
                "📁 Customer Service",
                "-- Help Desk",
                "-- Live Chat",
                "-- Customer Self-Service",
                "-- Social Customer Service",
                "-- Appointment Reminder",
                "-- Call & Contact Center",
                "--- Call Center Infrastructure (CCI)",
                "--- Contact Center",
                "--- Contact Center Knowledge Base",
                "--- Contact Center Quality Assurance",
                "--- Contact Center Workforce",
                "--- Speech Analytics",
                "-- Co-Browsing",
                "-- Complaint Management",
                "-- Contact Center Payments",
                "-- Conversational Support",
                "-- Customer Communications Management",
                "-- Customer Education",
                "-- Customer Service Automation",
                "-- Customer Success",
                "-- Digital Customer Service Platforms",
                "-- Enterprise Feedback Management",
                "-- Experience Management",
                "-- Feedback Analytics",
                "-- Field Service Management",
                "-- Multilingual Customer Support",
                "-- Other Customer Service",
                "-- Proactive Customer Retention",
                "-- Proactive Notification",
                "-- Remote Video Support",
                "📁 Data Privacy",
                "-- Consent Management Platform (CMP)",
                "-- Cookie Tracking",
                "-- Data Breach Notification",
                "-- Data Clean Room",
                "-- Data De-Identification",
                "-- Data Privacy Management",
                "-- Data Subject Access Request (DSAR)",
                "-- Employee Identity Theft Protection",
                "-- Identity Verification",
                "-- Other Privacy",
                "-- Privacy Impact Assessment (PIA)",
                "-- Privacy Policy Generator",
                "-- Sensitive Data Discovery",
                "📁 Design",
                "-- Virtual Tour",
                "-- 3D Design",
                "--- 3D Modeling",
                "--- 3D Painting",
                "--- 3D Rendering",
                "-- Audio Editing",
                "-- Business Music",
                "-- Creative Portfolio Management",
                "-- Diagramming",
                "-- Display Ad Design",
                "-- Font Management",
                "-- Graphic Design",
                "--- Desktop Publishing",
                "--- Drawing",
                "--- Flipbook",
                "--- Vector Graphics",
                "-- Logo Design Tools",
                "-- Other Design",
                "-- Photography",
                "--- Photo Editing",
                "--- Photo Management",
                "-- Podcast Hosting",
                "-- Software Design",
                "--- Prototyping",
                "--- Software Design Platforms",
                "--- Web Design",
                "--- Wireframing",
                "-- Stock Media",
                "--- Stock Footage",
                "--- Stock Music",
                "--- Stock Photos",
                "-- Video",
                "--- Animation",
                "--- Business Entertainment",
                "--- Live Stream",
                "--- Other Video",
                "--- OTT Platforms",
                "--- Video Content Creation",
                "--- Video Editing",
                "--- Video Effects",
                "--- Video Hosting",
                "-- Web Font Marketplace",
                "📁 Development",
                "-- Cloud Platform as a Service (PaaS)",
                "-- Integrated Development Environments (IDE)",
                "--- C/C++ Integrated Development Environments (IDE)",
                "--- Java Integrated Development Environments (IDE)",
                "--- .NET Integrated Development Environments (IDE)",
                "--- Other Integrated Development Environments (IDE)",
                "--- PHP Integrated Development Environments (IDE)",
                "--- Python Integrated Development Environments (IDE)",
                "--- SQL Integrated Development Environments (IDE)",
                "-- Software Testing",
                "-- Communication Platform as a Service (CPaaS)",
                "-- Help Authoring Tool (HAT)",
                "-- Other Development",
                "-- API Development",
                "-- API Documentation Management",
                "-- API Generation",
                "-- API Management",
                "-- API Marketplace",
                "-- API Mocking",
                "-- API Platforms",
                "-- Application Development",
                "--- Application Development Platforms",
                "--- Java Development Kit (JDK) Distributions",
                "--- Java Development Tools",
                "--- Mobile Development",
                "---- Mobile Development Platforms",
                "---- Drag and Drop App Builder",
                "---- Mobile Development Frameworks",
                "---- Mobile Backend-as-a-Service (mBaaS)",
                "---- Mobile App Debugging",
                "---- Mobile App Testing",
                "---- Enterprise App Store",
                "---- Mobile Analytics",
                "----- Mobile App Analytics",
                "----- Mobile Crash Reporting",
                "---- Mobile App Optimization",
                "---- Other Mobile Development",
                "--- Rapid Application Development (RAD)",
                "---- Low-Code Development Platforms",
                "---- No-Code Development Platforms",
                "---- Workplace Innovation Platforms",
                "-- Component Libraries",
                "-- Crowd Testing Tools",
                "-- Data Visualization Libraries",
                "-- DevOps",
                "--- Bug Tracking",
                "--- ALM Software",
                "--- Application Release Orchestration",
                "--- Automation Testing",
                "--- Batch Management",
                "--- CI/CD Tools",
                "---- Continuous Delivery",
                "---- Continuous Integration",
                "---- Build Automation",
                "---- Configuration Management",
                "---- Other Continuous Delivery",
                "---- Cloud Infrastructure Automation",
                "--- Containerization",
                "---- Container Engine",
                "---- Container Management",
                "---- Container Monitoring",
                "---- Container Networking",
                "---- Container Orchestration",
                "---- Container Registry",
                "---- Runtime",
                "---- Service Discovery",
                "--- Database DevOps Software",
                "--- DevOps Platforms",
                "--- Software Intelligence Platforms",
                "--- Source Code Management",
                "---- Version Control Software",
                "---- Peer Code Review",
                "---- Version Control Clients",
                "---- Version Control Hosting",
                "--- Value Stream Management",
                "-- Editor",
                "--- Text Editor",
                "--- WYSIWYG Editors",
                "-- E-Signature APIs",
                "-- Feature Management",
                "-- Game Development",
                "--- Audio Engine",
                "--- Game Engine",
                "--- Gaming Tools",
                "--- Physics Engine",
                "-- Geofencing",
                "-- Internal Developer Platforms",
                "-- IP Address Intelligence",
                "-- Load Testing Tools",
                "-- Location Platform",
                "-- Notification Infrastructure",
                "-- PDF SDKs",
                "-- Portals",
                "-- Product Management",
                "-- Release Notes Management",
                "-- Repository Management",
                "-- Requirements Management",
                "-- Service Virtualization",
                "-- Software Development Analytics Tools",
                "-- Software Localization Tools",
                "-- Software Supply Chain Security Tools",
                "-- Test Management",
                "-- Unified APIs",
                "-- User Research Repositories",
                "-- Video Platform as a Service (VPaaS)",
                "-- Web Frameworks",
                "--- Other Web Frameworks",
                "--- JavaScript Web Frameworks",
                "--- Java Web Frameworks",
                "--- PHP Web Frameworks",
                "--- Python Web Frameworks",
                "-- WebOps Platforms",
                "📁 Digital Advertising Tech",
                "-- Ad Networks",
                "-- App Monetization Platforms",
                "-- Click Fraud",
                "-- Connected TV (CTV) Advertising Platforms",
                "-- Creative Management Platforms",
                "-- Cross-Channel Advertising",
                "-- Data Management Platform (DMP)",
                "-- Demand Side Platform (DSP)",
                "-- Digital Advertising Intelligence",
                "-- Digital Audio Advertising",
                "-- Display Advertising",
                "-- Identity Resolution",
                "-- Mobile Advertising",
                "-- Native Advertising",
                "-- Other Digital Advertising",
                "-- Other Publisher Management",
                "-- Paid Search Advertising",
                "-- Paid Search Intelligence",
                "-- Publisher Ad Server",
                "-- Retail Media Advertising Platforms",
                "-- Retargeting",
                "-- Search Monetization",
                "-- Social Media Advertising",
                "-- Supply Side Platform (SSP)",
                "-- Video Advertising",
                "📁 ERP",
                "-- Procurement",
                "--- Accounts Payable (AP) and Spend Analysis",
                "--- Contractor Risk Management",
                "--- Procurement Orchestration",
                "--- Procure to Pay",
                "--- Purchasing",
                "--- RFP",
                "--- Spend Management",
                "--- Strategic Sourcing",
                "--- Vendor Management",
                "-- 3D Parts Catalog",
                "-- Accounting & Finance",
                "--- Order Management",
                "--- Accounting",
                "--- Accounting Practice Management",
                "--- Accounts Receivable",
                "--- AP Automation",
                "--- Billing",
                "--- Budgeting and Forecasting",
                "--- Cash Flow Management",
                "--- Corporate Tax",
                "--- Credit and Collections",
                "--- Deduction Management",
                "--- Enterprise Payment",
                "--- Financial Analysis",
                "--- Financial Audit",
                "--- Financial Close",
                "--- Financial Reconciliation",
                "--- Foreign Exchange",
                "--- FP&A (Financial Planning & Analysis)",
                "--- Freelance Tax",
                "--- Invoice Management",
                "--- Other Finance & Admin.",
                "--- Professional Tax",
                "--- Recurring Revenue Finance",
                "--- Remittance & Money Transfer",
                "--- Revenue Management",
                "--- Sales Tax and VAT Compliance",
                "--- Travel & Expense",
                "---- Travel Management",
                "---- Expense Management",
                "---- Mileage Tracking",
                "--- Treasury Management Systems",
                "-- Advanced Planning and Scheduling (APS)",
                "-- Asset Management",
                "--- Facility Management",
                "--- Asset Leasing",
                "--- Asset Performance Management",
                "--- Asset Tracking",
                "--- Calibration",
                "--- CMMS",
                "--- Enterprise Asset Management (EAM)",
                "--- Infrastructure Asset Management",
                "--- Predictive Maintenance",
                "--- Tool Tracking",
                "-- Business Activity Monitoring",
                "-- Business Plan",
                "-- Discrete ERP",
                "-- Distribution ERP",
                "-- Environmental, Quality and Safety Management",
                "--- Environmental Health and Safety",
                "--- Ergonomics",
                "--- Fatigue Risk Management",
                "--- Inspection Management",
                "--- Occupational Health and Safety (OHS)",
                "--- Quality Management (QMS)",
                "--- Specification Management",
                "-- Equity Management",
                "-- ERP Systems",
                "-- ETO ERP",
                "-- Industrial IoT",
                "-- Job Shop Management",
                "-- Manufacturing Execution System",
                "-- Manufacturing Intelligence",
                "-- Mixed Mode ERP",
                "-- Process ERP",
                "-- Professional Services Automation",
                "-- Project-Based ERP",
                "-- Project, Portfolio & Program Management",
                "--- Capital Project Management",
                "--- Client Onboarding",
                "--- Earned Value Management",
                "--- Kanban Project Management",
                "--- Project and Portfolio Management",
                "--- Project Collaboration",
                "--- Project Cost Management",
                "--- Project Management",
                "--- Project Management Tools",
                "--- Resource Management",
                "--- Strategic Planning and Execution",
                "--- Strategic Portfolio Management",
                "--- Task Management",
                "--- Work Management",
                "-- Smart Buildings",
                "-- Stock Plan Administration",
                "-- Strategy and Innovation Roadmapping Tools",
                "-- Supervisory Control and Data Acquisition (SCADA)",
                "-- Systems Engineering And MBSE",
                "-- Tools for ERP",
                "-- Warranty Management",
                "📁 Governance, Risk & Compliance",
                "-- Anti-Money Laundering (AML)",
                "-- Audit Management",
                "-- Business Continuity Management",
                "-- Call Compliance",
                "-- Carbon Accounting",
                "-- Digital Communications Governance",
                "-- Disclosure Management",
                "-- Enterprise Risk Management (ERM)",
                "-- Entity Management",
                "-- Environmental, Social, and Governance (ESG) Reporting",
                "-- Ethics and Compliance Learning",
                "-- GRC Tools",
                "-- Investigation Management",
                "-- Operational Risk Management",
                "-- Policy Management",
                "-- Regulatory Change Management",
                "-- Risk Intelligence",
                "-- Security Compliance",
                "-- Third Party & Supplier Risk Management",
                "📁 Hosting",
                "-- Cloud Application Hosting",
                "-- Content Delivery Network (CDN)",
                "-- Domain Registrars",
                "-- Enterprise Content Delivery Network (eCDN)",
                "-- Load Balancing",
                "-- Managed DNS Providers",
                "-- Other Hosting Services",
                "-- Web Hosting",
                "--- Cloud Web Hosting",
                "--- Colocation Hosting",
                "--- Dedicated Hosting",
                "--- Managed Hosting",
                "--- Reseller Hosting",
                "--- Shared Hosting",
                "--- Virtual Private Servers (VPS)",
                "--- WordPress Hosting",
                "📁 HR",
                "-- HCM Software",
                "-- Recruiting",
                "--- Talent Acquisition Suites",
                "---- Recruitment Marketing",
                "---- Applicant Tracking Systems (ATS)",
                "---- Onboarding",
                "---- Recruitment Platforms",
                "--- Video Interviewing",
                "--- Pre-Employment Screening",
                "---- Talent Assessment",
                "---- Reference Check",
                "---- Background Check",
                "---- Drug Testing",
                "---- Technical Skills Screening",
                "--- Other Recruiting",
                "--- Candidate Relationship Management",
                "--- Diversity Recruiting",
                "--- Employee Referral",
                "--- Interview Scheduling",
                "--- Job Description Management",
                "--- Job Search Sites",
                "--- Programmatic Job Advertising",
                "--- Recruiting Automation",
                "--- Virtual Career Fair Platforms",
                "-- Talent Management",
                "--- Training eLearning",
                "---- Corporate Learning Management Systems",
                "---- Course Authoring",
                "---- Digital Credential Management",
                "---- eLearning Content",
                "---- Harassment Prevention Training",
                "---- Learning Experience Platforms (LXP)",
                "---- Mentoring",
                "---- Microlearning Platforms",
                "---- Training Management Systems",
                "--- Performance Management",
                "--- Employee Engagement",
                "--- Compensation Management",
                "--- 360 Feedback Software",
                "--- Career Management",
                "--- Employee Experience",
                "--- Employee Recognition",
                "--- Employer of Record (EOR)",
                "--- Exit Interview Management",
                "--- Offboarding",
                "--- Relocation Management",
                "--- Salary Benchmarking",
                "--- Skills Management",
                "--- Succession Planning",
                "--- Talent Intelligence",
                "--- Team Building",
                "-- Core HR",
                "-- Benefits Administration",
                "-- Workforce Management",
                "-- Time Tracking",
                "-- Freelance Platforms",
                "-- Staffing",
                "-- Other HR",
                "-- 401(k)",
                "-- Absence Management",
                "-- Benefits Support",
                "-- Compensation Planning",
                "-- Contractor Management",
                "-- Contractor Payments",
                "-- Corporate Social Responsibility (CSR)",
                "-- Corporate Volunteering Platform",
                "-- Corporate Wellness",
                "-- Earned Wage Access",
                "-- Employee Monitoring",
                "-- Employee Perks",
                "-- Employee Scheduling",
                "-- Financial Wellness",
                "-- Freelancer Management Systems",
                "-- Global Employment Platforms (GEP)",
                "-- Health Savings Account (HSA)",
                "-- HR Analytics",
                "-- HR Case Management",
                "-- HR Compliance",
                "-- HR Service Delivery",
                "-- Job Board",
                "-- Lifestyle Spending Account (LSA)",
                "-- Multi-Country Payroll",
                "-- Org Chart",
                "-- Pay Equity",
                "-- Payroll",
                "-- PEO Providers",
                "-- Talent Marketplace Platforms",
                "-- Time & Attendance",
                "-- Vaccine Tracking",
                "-- Whistleblowing",
                "-- Workforce Planning",
                "📁 IoT Management",
                "-- Connected Worker Platform",
                "-- Digital Twin",
                "-- Edge AI Platforms",
                "-- IoT Analytics Platforms",
                "-- IoT Connectivity Management",
                "-- IoT Development Tools",
                "-- IoT Device Management Platforms",
                "-- IoT Edge Platforms",
                "-- IoT Operating Systems",
                "-- IoT Platforms",
                "-- Other IoT",
                "📁 IT Infrastructure",
                "-- Infrastructure as a Service (IaaS)",
                "-- Active Metadata Management",
                "-- Address Verification",
                "-- AIOps Platforms",
                "-- Application Server",
                "-- Blockchain",
                "--- Asset Tokenization Platforms",
                "--- Blockchain Analysis Tools",
                "--- Blockchain as a Service",
                "--- Blockchain Payments",
                "--- Blockchain Platforms",
                "--- Blockchain Security",
                "--- Cryptocurrency",
                "---- Crypto Accounting",
                "---- Cryptocurrency Custody",
                "---- Cryptocurrency Exchanges",
                "---- Cryptocurrency Mining",
                "---- Cryptocurrency Payment Gateways",
                "---- Cryptocurrency Remittance",
                "---- Cryptocurrency Wallets",
                "--- NFT Platforms",
                "--- Smart Contracts",
                "-- Cloud File Storage",
                "-- Database Software",
                "--- Relational Databases",
                "--- NoSQL Databases",
                "---- Document Databases",
                "---- Key Value Databases",
                "---- Object-Oriented Databases",
                "---- Other Non-Relational Databases",
                "---- RDF Databases",
                "---- Wide Column Database",
                "---- XML Databases",
                "--- Database Management Systems (DBMS)",
                "--- Big Data",
                "---- Big Data Analytics",
                "---- Big Data Processing and Distribution",
                "---- Event Stream Processing",
                "--- Database as a Service (DBaaS)",
                "--- Database Comparison",
                "--- Desktop Database",
                "--- Real-time Analytic Database",
                "--- Structured Data Archiving and Application Retirement",
                "--- Time Series Databases",
                "--- Vector Database",
                "-- Data Center Infrastructure Management (DCIM)",
                "-- Data Center Networking",
                "-- Data Exchange Platforms",
                "-- Data Fabric",
                "-- Data Integration Tools",
                "--- Cloud Data Integration",
                "---- Big Data Integration Platforms",
                "---- Cloud Migration",
                "---- Embedded Integration Platforms",
                "---- Enterprise Service Bus (ESB)",
                "---- ETL Tools",
                "---- iPaaS",
                "---- Reverse ETL",
                "---- Stream Analytics",
                "--- E-Commerce Data Integration",
                "--- Electronic Data Interchange (EDI)",
                "--- File Transfer Protocol (FTP)",
                "--- Integration Brokerage",
                "--- On-Premise Data Integration",
                "-- Data Management Software",
                "-- Data Mapping",
                "-- DataOps Platforms",
                "-- Data Preparation",
                "-- Data Quality",
                "-- Data Warehouse",
                "-- Data Warehouse Automation",
                "-- DDI Management Platform",
                "-- Desktop as a Service (DaaS)",
                "-- Graph Databases",
                "-- Guest Wi-Fi Providers",
                "-- Hyperconverged Infrastructure (HCI) Solutions",
                "-- Machine Learning Data Catalog",
                "-- Managed File Transfer (MFT)",
                "-- Managed Workplace Services (MWS)",
                "-- Master Data Management (MDM)",
                "-- Monitoring",
                "--- Application Performance Monitoring (APM)",
                "--- Cloud Infrastructure Monitoring",
                "--- Database Monitoring",
                "--- Enterprise Monitoring",
                "--- Hardware Monitoring",
                "--- Log Monitoring",
                "--- Network Monitoring",
                "--- Observability Pipeline",
                "--- Observability Software",
                "--- Other Monitoring",
                "--- Website Monitoring",
                "-- Network Management Tools",
                "-- Operating System",
                "-- Other Cloud Integration",
                "-- Other IT Infrastructure",
                "-- Remote Desktop",
                "-- Remote Support",
                "-- Server Monitoring",
                "-- Server Virtualization",
                "-- Storage Management",
                "--- Archive Storage Solutions",
                "--- Block Storage",
                "--- Hybrid Cloud Storage Solutions",
                "--- Object Storage Solutions",
                "-- Virtual Desktop Infrastructure (VDI)",
                "-- Virtual Private Cloud (VPC)",
                "-- Virtual Routers",
                "-- WAN Edge Infrastructure",
                "-- WAN Optimization",
                "-- Web Accelerator",
                "--- Web Client Accelerator",
                "--- Web Server Accelerator",
                "-- Web Data Providers",
                "📁 IT Management",
                "-- Application Portfolio Management",
                "-- Auto Scaling",
                "-- Cloud Cost Management",
                "-- Cloud Management Platforms",
                "-- Cloud Migration Assessment Tools",
                "-- Columnar Databases",
                "-- Data as a Service (DaaS)",
                "-- Data Destruction",
                "-- Data Extraction",
                "-- Data Governance",
                "-- Data Observability",
                "-- Data Recovery",
                "--- Disaster Recovery as a Service (DRaaS)",
                "--- Backup",
                "---- Database Backup",
                "---- Data Replication",
                "---- Email Backup",
                "---- File Recovery",
                "---- Hard Drive Cloning",
                "---- Online Backup",
                "---- PC Backup",
                "---- SaaS Backup",
                "---- Server Backup",
                "--- Disaster Recovery",
                "--- Email Archiving",
                "-- Digital Employee Experience (DEX) Management",
                "-- Digital Experience Monitoring (DEM)",
                "-- Digital Governance",
                "-- Disk Cleanup",
                "-- Enterprise Architecture Tools",
                "-- Enterprise Information Archiving",
                "-- Enterprise IT Management",
                "-- Enterprise Mobility Management",
                "-- File Analysis",
                "-- Hard Drive Partitioning",
                "-- Incident Management",
                "-- IT Alerting",
                "-- IT Asset Management",
                "-- IT Resilience Orchestration Automation (ITRO)",
                "-- IT Service Management (ITSM) Tools",
                "-- Message Queue (MQ)",
                "-- Mobile Application Management",
                "-- Mobile Device Management (MDM)",
                "-- Network Automation Tools",
                "-- Office 365 Management",
                "-- OS Imaging & Deployment",
                "-- Other IT Management",
                "-- Process Automation",
                "--- Business Automation Platforms (BAPs)",
                "--- Business Process Management",
                "--- Business Process Simulation",
                "--- Decision Management Platforms",
                "--- Digital Process Automation (DPA)",
                "--- Intelligent Document Processing (IDP)",
                "--- Other Process Automation",
                "--- Process Mining",
                "--- Process Orchestration",
                "--- Robotic Process Automation (RPA)",
                "--- Workflow Management",
                "-- Remote Monitoring & Management (RMM)",
                "-- Runbook Automation",
                "-- SaaS Management Platforms (SMP)",
                "-- SaaS Spend Management",
                "-- SD-WAN",
                "-- Service Desk",
                "-- Software Asset Management Tools",
                "-- Software Licensing Management",
                "-- Technology Scouting",
                "-- Telecom Expense Management (TEM) Services",
                "-- Terminal Emulator",
                "-- Unified Endpoint Management (UEM)",
                "-- Virtual IT Labs",
                "-- Virtual Waiting Room",
                "-- Wireless Expense Management (WEM)",
                "-- Workload Automation",
                "📁 Marketplace Apps",
                "-- ADP Marketplace Apps",
                "-- Autodesk Construction Cloud Integration Partners",
                "-- AWS Marketplace",
                "-- Genesys AppFoundry Marketplace",
                "-- Google Workspace Academic",
                "-- Google Workspace Administration",
                "-- Google Workspace Communication Tools",
                "-- Google Workspace Creative Tools",
                "-- Google Workspace Development Tools",
                "-- Google Workspace ERP",
                "-- Google Workspace for Finance",
                "-- Google Workspace for HR",
                "-- Google Workspace for Marketing",
                "-- Google Workspace for Sales",
                "-- Google Workspace Office Tools",
                "-- Google Workspace Productivity Tools",
                "-- Google Workspace Project Management",
                "-- Google Workspace Teacher Resources",
                "-- Google Workspace Utilities",
                "-- Marketo LaunchPoint Apps",
                "-- Procore App Marketplace Partners",
                "-- Salesforce AppExchange Apps",
                "-- SAP Store",
                "-- ServiceNow Store Apps",
                "-- UKG Marketplace",
                "📁 Office Management",
                "-- Business Card Scanning",
                "-- Desk Booking",
                "-- Digital Business Card",
                "-- Digital Wayfinding",
                "-- Emergency Notification",
                "-- Hybrid Enablement",
                "-- Lost and Found",
                "-- Meeting Room Booking Systems",
                "-- Other Office",
                "-- Phone Verification",
                "-- Print Management",
                "-- Queue Management",
                "-- Room Systems",
                "-- Space Management",
                "-- Virtual Mailbox",
                "-- Visitor Management",
                "📁 Supply Chain & Logistics",
                "-- Demand Planning",
                "-- Distribution",
                "--- 3PL",
                "--- Fleet Maintenance",
                "--- Fleet Management",
                "--- Fleet Tracking",
                "--- Freight Management",
                "--- Load Board",
                "--- Picking",
                "--- Route Planning",
                "--- Transportation Management Systems (TMS)",
                "-- Inventory Management",
                "--- Warehouse Management",
                "--- Barcode",
                "--- Inventory Control",
                "--- Label Printing",
                "--- RFID",
                "--- Shipping Insurance",
                "-- Other Supply & Logistics",
                "-- Shipping",
                "-- Commodity Trading, Transaction, and Risk Management (CTRM)",
                "-- Cross Border E-Commerce",
                "-- Direct Store Delivery",
                "-- Global Trade Management",
                "-- Last Mile Delivery",
                "-- Logistics Intelligence",
                "-- Multicarrier Parcel Management Solutions",
                "-- Returns Management",
                "-- Sales & Ops Planning",
                "-- Supply Chain Management",
                "--- Supply Chain Suites",
                "--- Supplier Relationship Management (SRM)",
                "--- Supply Chain Business Networks",
                "--- Supply Chain Cost-To-Serve Analytics",
                "--- Supply Chain Planning",
                "--- Supply Chain Visibility",
                "-- Yard Management",
                "📁 Vertical Industry",
                "-- Agriculture",
                "--- Connected Agriculture",
                "--- Crop Management",
                "--- Farm Accounting",
                "--- Farm Management",
                "--- Livestock Management",
                "--- Other Agriculture",
                "--- Precision Agriculture",
                "--- Smart Irrigation Systems",
                "--- UAV",
                "-- Alumni Management",
                "-- Amusement Park Management Software",
                "-- Apparel",
                "--- Apparel Business Management and ERP",
                "--- Apparel Design",
                "--- Other Apparel",
                "-- Architecture",
                "--- Architectural Rendering",
                "-- Association Management",
                "-- Auction",
                "-- Automotive",
                "--- Automotive Digital Retailing",
                "--- Automotive Marketing",
                "--- Auto Repair",
                "--- Auto Shop Management",
                "--- Car Dealer",
                "--- Car Rental",
                "--- Connected Car",
                "--- Other Automotive",
                "--- Towing",
                "-- Aviation",
                "--- Airline Reservations",
                "--- Airline Route Planning",
                "--- Aviation Authoring",
                "--- Aviation Compliance Monitoring",
                "--- Aviation Document Distribution",
                "--- Aviation MRO",
                "--- Flight Operation Manual Authoring",
                "-- Awards Management",
                "-- Bakery",
                "-- Camp Management",
                "-- Cannabis Industry",
                "--- Cannabis POS Systems",
                "--- Other Cannabis",
                "--- Seed to Sale Software",
                "-- Cemetery",
                "-- Child Care",
                "-- Church",
                "--- Church Management",
                "--- Church Presentation",
                "--- Church Website Builder",
                "--- Other Religious Institutions",
                "-- Cleaning Services",
                "-- Coaching",
                "-- Construction",
                "--- Construction CRM",
                "--- Construction Management",
                "---- Construction Project Management",
                "---- Bid Management",
                "---- Construction Accounting",
                "---- Construction Data Analytics",
                "---- Construction Drawing Management",
                "---- Construction ERP",
                "---- Construction Estimating",
                "---- Construction Risk Assessment Software",
                "---- Construction Scheduling",
                "---- Jobsite Management",
                "---- Prequalification",
                "---- Punch List",
                "---- Takeoff",
                "--- Earthworks",
                "--- HVAC",
                "--- Masonry",
                "--- Other Construction",
                "--- Property Restoration",
                "--- Roofing",
                "-- Courier",
                "-- Currency Exchange Bureau",
                "-- Driving School",
                "-- Dry Cleaning",
                "-- Education",
                "--- Learning Management System (LMS)",
                "--- Student Information Systems (SIS)",
                "---- K-12 Student Information Systems",
                "--- Classroom Management",
                "--- Assessment",
                "--- Study Tools",
                "--- Language Learning",
                "--- Online Course Providers",
                "--- School Management",
                "--- Special Education",
                "--- Reference Management",
                "--- Other Education",
                "--- Academic Advising",
                "--- Academic Scheduling",
                "--- Admissions and Enrollment Management",
                "--- Classroom Messaging",
                "--- Curriculum Management",
                "--- Digital Learning Platforms",
                "--- Education ERP",
                "---- Education ERP Suites",
                "---- Education Finance Software",
                "---- Education HR",
                "--- Financial Aid Software",
                "--- Library Management Systems",
                "--- Online Learning Platform",
                "--- Online Proctoring",
                "--- Scholarship Management",
                "--- School Transportation",
                "--- Student Health Records",
                "--- Technical Skills Development",
                "--- Tutoring",
                "--- Virtual Classroom",
                "-- Equipment Rental",
                "-- eSports Management",
                "-- Financial Services",
                "--- Banking as a Service (BaaS)",
                "--- Brokerage Trading Platforms",
                "--- Construction Loan Management",
                "--- Core Banking",
                "--- Deal Sourcing",
                "--- Debt Management",
                "--- Digital Banking Platforms",
                "--- Digital Customer Onboarding",
                "--- Digital Mortgage Closing",
                "--- Financial Analytics",
                "--- Financial Data APIs",
                "--- Financial Predictive Analytics",
                "--- Financial Research",
                "--- Financial Risk Management",
                "--- Financial Services CRM",
                "--- Fixed Income Pricing Data",
                "--- Insurance",
                "---- Health Insurance Software",
                "---- Insurance Agency Management Systems",
                "---- Insurance Analytics",
                "---- Insurance Billing",
                "---- Insurance Claims Management",
                "---- Insurance Compliance",
                "---- Insurance Policy Administration Systems",
                "---- Insurance Suites",
                "---- Life & Health Insurance Agency Management",
                "---- Life Insurance Policy Administration Systems",
                "---- Other Insurance",
                "---- Property & Casualty Insurance Agency Management",
                "---- Property & Casualty Policy Administration Systems",
                "---- Underwriting & Rating",
                "--- Investment Accounting",
                "--- Investment Portfolio Management",
                "--- Investor Relations",
                "---- Investor Relationship Management",
                "---- Investor Relations (IR) Website Builder",
                "---- Investor Reporting",
                "--- Loan",
                "---- Loan Origination",
                "---- Loan Pricing",
                "---- Loan Servicing",
                "---- Mortgage CRM",
                "--- M&A Software",
                "--- Mobile Banking",
                "--- Mortgage Point of Sale (POS)",
                "--- Other Finance & Insurance",
                "--- Robo-Advisory",
                "--- Tax Practice Management",
                "--- Venture Capital Management",
                "-- Fitness",
                "--- Gym Management",
                "--- Martial Arts",
                "--- Other Fitness",
                "--- Other Gym",
                "--- Personal Training",
                "--- Studio Management",
                "--- Swim Club Management",
                "-- Florist",
                "-- Food",
                "--- Beverage Distribution",
                "--- Food Safety Management",
                "--- Foodservice Distribution",
                "--- Foodservice Management",
                "--- Food Traceability",
                "--- Other Food",
                "-- Forestry",
                "-- Funeral Home",
                "-- Grant Management",
                "-- Health Care",
                "--- Ambulatory",
                "---- Applied Behavior Analysis (ABA)",
                "---- Assisted Living",
                "---- Home Care Agency Management",
                "---- Hospice",
                "---- Mental Health",
                "---- Physical Therapy",
                "---- Private Duty Home Care",
                "---- Radiology Information Systems",
                "--- Clinical Documentation",
                "--- Disease Management",
                "--- EHR",
                "--- E-Prescribing",
                "--- Healthcare Learning Management Systems (LMS)",
                "--- Health Care Operations",
                "---- Bundled Pay Management",
                "---- Clinical Communication and Collaboration",
                "---- Clinical Decision Support",
                "---- Healthcare Analytics",
                "---- Healthcare Claims Management",
                "---- Healthcare Commercial Intelligence",
                "---- Healthcare Compliance",
                "---- Health Care Credentialing",
                "---- Healthcare HR",
                "---- Healthcare Integration Engines",
                "---- Healthcare Payer Care Management Workflow Applications",
                "---- Healthcare Payers' Core Administrative Processing Solutions",
                "---- Healthcare Risk Management",
                "---- Healthcare Supply Chain",
                "---- Medical Billing",
                "---- Medical Coding",
                "---- Medical Staff Scheduling",
                "---- Other Health Care Operations",
                "---- Prior Authorization",
                "---- Referral Management",
                "---- Revenue Cycle Management",
                "---- Utilization Management",
                "---- Value-Based Reimbursement",
                "--- HIPAA Compliant Messaging",
                "--- Medical 3D Visualization",
                "--- Medical IoT",
                "--- Medical Lab",
                "--- Medical Practice Management",
                "--- Medical Simulation",
                "--- Medical Transcription",
                "--- Neurodiversity Cognitive Assessment",
                "--- Nutritionist",
                "--- Other Health Care",
                "--- Patient Experience",
                "---- Interactive Patient Care Systems (IPC)",
                "---- Other Patient Experience",
                "---- Patient Case Management",
                "---- Patient Engagement",
                "---- Patient Intake",
                "---- Patient Relationship Management (PRM)",
                "---- Patient Scheduling",
                "---- Remote Patient Monitoring (RPM)",
                "--- Patient Identity Resolution",
                "--- Pharmacy",
                "---- Medication Dispensing",
                "---- Other Pharmacy",
                "---- Pharmaceutical Distribution",
                "---- Pharmacy Inventory Management",
                "---- Pharmacy Management Systems",
                "---- Pharmacy POS Systems",
                "--- Population Health Management",
                "--- Provider Data Management (PDM)",
                "--- Specialty Practice Management",
                "---- Chiropractic",
                "---- Dental",
                "----- Dental Imaging",
                "----- Dental Practice Management",
                "----- Other Dental",
                "---- Medical Spa",
                "---- Optometry",
                "---- Other Specialty Practice Management",
                "--- Telemedicine",
                "--- Value-Based Performance Management Analytics",
                "--- Vendor-Neutral Archives (VNA)",
                "-- Home Furnishing",
                "-- Hospitality",
                "--- Hotel",
                "---- Catering",
                "---- Channel Management",
                "---- Concierge",
                "---- Guest Messaging",
                "---- Hotel Management",
                "---- Hotel Revenue Management Systems (RMS)",
                "--- Other Hospitality",
                "--- Reservation",
                "---- Hotel Reservations",
                "---- Other Reservations",
                "---- Restaurant Reservations",
                "--- Restaurant",
                "---- Cloud Kitchen Management",
                "---- Restaurant Business Intelligence & Analytics",
                "---- Restaurant Inventory Management",
                "---- Restaurant Management",
                "---- Restaurant POS",
                "---- Restaurant Scheduling",
                "---- Tip Distribution",
                "-- Integrated Revenue and Customer Management (IRCM) for CSPs",
                "-- Jewelry Store Management",
                "-- Laboratory",
                "--- Electronic Lab Notebook (ELN)",
                "--- Lab Inventory Management",
                "--- LIMS",
                "--- Other Laboratory",
                "--- Scientific Data Management System (SDMS)",
                "-- Landscape Design",
                "-- Legal",
                "--- AI Legal Assistant",
                "--- Conflict Check",
                "--- eDiscovery",
                "--- E-Filing",
                "--- E-Notary",
                "--- Enterprise Legal Management (ELM)",
                "--- Immigration",
                "--- Intellectual Property Management",
                "--- Legal Billing",
                "--- Legal Case Management",
                "--- Legal CRM",
                "--- Legal Document Drafting",
                "--- Legal Document Management",
                "--- Legal Hold",
                "--- Legal Practice Management",
                "--- Legal Research",
                "--- Legal Transaction Management",
                "--- Other Legal",
                "--- Patent Research",
                "--- Social Discovery",
                "-- Life Sciences",
                "--- Clinical Research",
                "---- Clinical Trial Management Systems",
                "---- Electronic Data Capture (EDC)",
                "---- Electronic Trial Master File (eTMF)",
                "--- Drug Discovery",
                "--- Medical QMS",
                "--- Other Life Sciences",
                "--- Pharma and Biotech",
                "--- Regulatory Information Management (RIM) Systems",
                "-- Marine",
                "--- Harbor Operations",
                "--- Marina Management",
                "--- Other Marine",
                "--- Terminal Operating Systems (TOS)",
                "--- Vessel Tracking",
                "-- Mining",
                "-- Mobile Device Testing",
                "-- Moving Company",
                "-- MPM and MbM Technology for Process Manufacturing",
                "-- Museum",
                "--- Collections Management",
                "--- Gallery Management",
                "--- Museum Management",
                "-- Newsroom Management Systems ",
                "-- Nonprofit",
                "--- Admission-Based Nonprofit",
                "--- Donor Management",
                "--- Donor Prospect Research",
                "--- Fundraising",
                "--- Human Services",
                "--- Nonprofit Accounting",
                "--- Nonprofit CRM",
                "--- Nonprofit Payment Gateway",
                "--- Other Nonprofit",
                "--- Volunteer Management",
                "-- Oil and Gas",
                "--- Exploration",
                "--- Geology and Seismic",
                "--- Oil and Gas Asset Management",
                "--- Oil and Gas Back Office",
                "--- Oil and Gas Engineering",
                "--- Oil and Gas Project Management",
                "--- Oil and Gas Simulation and Modeling",
                "--- Oil and Gas Training",
                "--- Oil Production",
                "--- Other Oil and Gas",
                "-- Other Child Care",
                "-- Other Vertical Industry",
                "-- Parking Management",
                "-- Parks and Recreation",
                "-- Performing Arts",
                "--- Production Management",
                "--- Screenwriting",
                "--- Theater Venue Management",
                "-- Pest Control",
                "-- Pet Care",
                "--- Kennel",
                "--- Pet Grooming",
                "--- Pet Sitting and Daycare",
                "-- Physical Security",
                "-- Political",
                "--- Other Political",
                "--- Political Campaign",
                "--- Public Affairs and Advocacy",
                "-- Postal Presort",
                "-- Protective Intelligence Platforms",
                "-- Public Safety",
                "--- Armory Management",
                "--- Critical Event Management (CEM) Platforms",
                "--- Emergency Management",
                "--- Emergency Medical Services",
                "--- Fire Department",
                "--- Law Enforcement",
                "---- Court Management",
                "---- Crime Analytics",
                "---- Evidence Management",
                "---- Jail Management",
                "---- Officer Field Training",
                "---- Other Law Enforcement",
                "---- Police Records Management System (RMS)",
                "--- Other Public Safety",
                "-- Public Sector",
                "--- Citizen Engagement",
                "--- Citizen Request Software",
                "--- Government Procurement",
                "--- Other Government",
                "--- Public Financial Management (PFM) System",
                "--- Public Records Management",
                "--- Public Transportation",
                "--- Tax & Revenue Collection",
                "-- Public Works",
                "-- Real Estate",
                "--- Brokerage Management",
                "--- Integrated Workplace Management Systems (IWMS)",
                "--- Lease Administration",
                "--- Property Management",
                "--- Real Estate CRM",
                "--- Multiple Listing Service (MLS)",
                "--- Real Estate Marketing",
                "--- Real Estate Activities Management",
                "--- Community Association Management",
                "--- Home Inspection",
                "--- Lease Accounting",
                "--- Other Real Estate",
                "--- Package Tracking",
                "--- Property Intelligence",
                "--- Real Estate Investment Management",
                "--- Real Estate License School",
                "--- Real Estate Virtual Tour",
                "--- Rental Payment",
                "--- Self-Storage Facility Management",
                "--- Title Production",
                "--- Vacation Rental",
                "-- Repair Shop",
                "-- Smart Cities",
                "-- Spa and Salon Management",
                "-- Sports",
                "--- Athlete Management",
                "--- Athletic Competition Management",
                "--- Golf",
                "--- Other Sports",
                "--- Sports League Management",
                "--- Sports Marketing Intelligence",
                "--- Sports Performance Analytics",
                "-- Sustainability Management",
                "-- Transportation",
                "--- Heavy-Duty Repair",
                "--- Non-Emergency Medical Transportation (NEMT)",
                "--- Other Transportation",
                "--- Taxi & Limousine",
                "--- Trucking",
                "-- Travel Arrangement",
                "--- Other Travel Arrangement",
                "--- Tour Operator",
                "--- Travel Agency",
                "-- Utilities",
                "--- Advanced Distribution Management Systems",
                "--- Energy Management",
                "--- Meter Data Management Systems",
                "--- Other Utilities",
                "--- Smart Utilities",
                "--- Utilities’ Customer Information System (CIS)",
                "--- Wastewater Pipeline Inspection",
                "-- Veterinary",
                "--- Other Veterinary",
                "--- Veterinary Practice Management",
                "-- Voting Management",
                "-- Waste Management",
                "-- Wine, Beer and Spirits",
                "--- Brewery",
                "--- Winery",
                "---- Vineyard Management",
                "---- Winery Management",
                "📁 Zero Trust",
                "-- Zero Trust Architecture",
                "--- Zero Trust Networking",
                "-- Zero Trust Platforms"
              ]
            }
          },
          "service_categories": {
            "title": "📁 Services Providers",
            "type": "array",
            "description": "💡 Service Providers (slugs)",
            "items": {
              "type": "string",
              "enum": [
                "ecosystem-service-providers",
                "datadog-consulting-services",
                "adobe-consulting-services",
                "atlassian-consulting-services",
                "aws-consulting-services",
                "braze-consulting-services",
                "citrix-consulting-services",
                "datarobot-consulting-services",
                "dayforce-consulting-services",
                "deltek-resellers",
                "genesys-consulting-services",
                "google-consulting-services",
                "hubspot-consulting-services",
                "ibm-consulting-services",
                "infor-consulting-services",
                "microsoft-ecosystem-services",
                "microsoft-consulting-services",
                "microsoft-resellers",
                "netsuite-ecosystem-services",
                "netsuite-consulting-services",
                "netsuite-resellers",
                "oracle-consulting-services",
                "oracle-resellers",
                "sage-resellers",
                "salesforce-consulting-services",
                "sap-consulting-services",
                "sap-resellers",
                "servicenow-consulting-services",
                "snowflake-consulting-services",
                "ukg-consulting-services",
                "workday-consulting-services",
                "marketing-services",
                "affiliate-marketing-agencies",
                "amazon-marketing-services",
                "brand-advocacy-services",
                "branding-agencies",
                "event-management-services",
                "inbound-marketing",
                "content-marketing-agencies",
                "search-engine-marketing-sem",
                "ppc-services",
                "seo-services",
                "social-media-marketing-smm-companies",
                "lead-generation-services",
                "marketing-analytics-services",
                "marketing-automation-consulting",
                "marketing-strategy",
                "market-research-services",
                "other-marketing-services",
                "outbound-marketing",
                "advertising-agencies",
                "digital-marketing",
                "experiential-marketing-agencies",
                "traditional-advertising",
                "email-marketing-services",
                "mobile-marketing-companies",
                "pr-firms",
                "reputation-management-services",
                "business-services",
                "business-filing-and-licensing",
                "business-finance",
                "409a-valuations-providers",
                "accounting-firms",
                "auditing-services",
                "bookkeeping-services",
                "business-process-outsourcing-bpo-service",
                "enterprise-performance-management-epm-consultants",
                "financial-consulting",
                "investment-firms",
                "other-business-finance",
                "tax-credit-providers",
                "tax-services",
                "business-plan-consulting",
                "business-travel-management-services",
                "contact-center-consulting",
                "customer-success-training",
                "data-center-infrastructure",
                "energy-consulting",
                "expert-networks",
                "global-hiring-services",
                "hr-services",
                "ai-bias-audit-services",
                "benefits-consulting",
                "corporate-wellness-consulting",
                "diversity-inclusion-consulting",
                "health-safety",
                "hr-analytics-consulting",
                "hr-consulting",
                "leadership-training",
                "negotiation-training",
                "other-hr-services",
                "outplacement",
                "payroll-services",
                "relocation-management-services",
                "training-development",
                "internet-service-providers-isps",
                "legal-services",
                "corporate-law-firms",
                "court-reporting-services",
                "intellectual-property-ip-law",
                "other-legal-services",
                "managed-print-services",
                "management-consulting",
                "nonprofit-consulting",
                "outsourced-sales-providers",
                "revenue-operations-services",
                "sales-consulting",
                "sales-training",
                "supply-chain-consulting-firms",
                "virtual-receptionist-services",
                "win-loss-analysis-services",
                "customer-service",
                "contact-center-outsourcing-services",
                "greentech",
                "batteries",
                "battery-storage-systems",
                "other-services",
                "coworking-spaces",
                "fleet-management-consulting",
                "freight-forwarding-services",
                "health-services",
                "ancillary-care",
                "healthcare-service",
                "laboratory-services",
                "medical-billing-companies",
                "medical-transcription-services",
                "other-healthcare-services",
                "iot-testing-services",
                "it-outsourcing",
                "itsm-tool-implementation-consulting-and-managed-services",
                "managed-live-chat",
                "online-program-management-in-higher-education",
                "other-b2b-services",
                "third-party-logistics",
                "professional-services",
                "ab-tasty-consulting",
                "anaplan-partners",
                "brightpearl-consulting",
                "broadleaf-commerce-consulting",
                "cloud-migration-services",
                "constant-contact-consulting",
                "creative-services",
                "3d-web-design-services",
                "blog-writing-services",
                "content-editing-services",
                "content-writing-services",
                "graphic-design-services",
                "interior-design-services",
                "other-creative-services",
                "product-design-services",
                "professional-headshot-photography-services",
                "resume-writing-services",
                "user-experience-ux-design-services",
                "video-production-companies",
                "website-design",
                "wordpress-site-management-service",
                "data-extraction-services-f8d7dc20-f5c1-416b-a1d0-d8692c9a4f61",
                "data-governance-services",
                "development-services",
                "blockchain-developers",
                "mobile-app-development",
                "android-developers",
                "cross-platform-developers",
                "internet-of-things-iot-developers",
                "ios-developers",
                "wearable-app-development",
                "windows-developers",
                "other-development-services",
                "software-developer-services",
                "testing-and-qa",
                "web-developers",
                "ai-development-services",
                "drupal-development",
                "e-commerce-development",
                "java-development",
                "javascript-developers",
                "net-developers",
                "node-js-developers",
                "php-developers",
                "python-and-django-developers",
                "ruby-on-rails-developers",
                "sitecore-developers",
                "wordpress-developers",
                "digital-document-destruction-services",
                "document-scanning-services",
                "dotdigital-consulting",
                "dynamic-yield-consulting",
                "emarsys-consulting",
                "episerver-consulting",
                "hatchbuck-agency-partners",
                "implementation-services",
                "account-based-marketing-agencies",
                "acumatica-erp-consulting",
                "acumatica-consulting-ffe98fcd-3853-44cc-a547-92d69dd966db",
                "drift-consulting",
                "financialforce-consulting",
                "iot-implementation-services",
                "other-implementation-services",
                "pegasystems-consulting",
                "ukg-consulting",
                "it-infrastructure-utility-services",
                "klaviyo-consulting",
                "listrak-consulting",
                "managed-iot-services",
                "managed-it-services",
                "managed-mobility-services-mms",
                "managed-services",
                "miva-consulting",
                "nextopia-consulting",
                "physical-document-destruction-services",
                "records-storage-services",
                "robotic-process-automation-rpa-consultancy-services",
                "rootstock-consulting",
                "shopify-consulting-partners",
                "shopify-designers",
                "shopify-marketing-experts",
                "shopify-photographers",
                "shopify-setup-experts",
                "shopify-web-developers",
                "solution-consulting",
                "artificial-intelligence-consulting",
                "business-intelligence-bi-consulting",
                "business-process-management-bpm-services",
                "cloud-consulting",
                "data-labeling-services",
                "digital-transformation-consulting",
                "iot-consulting-services",
                "it-infrastructure-consulting",
                "it-strategy-consulting",
                "mobility-consulting",
                "other-solution-consulting",
                "quote-to-cash-consulting",
                "teamwork-consulting-partners",
                "trustpilot-consulting",
                "twilio-consulting",
                "vidyard-consulting",
                "zoho-consulting",
                "security-and-privacy-services",
                "application-security-services",
                "certificate-solution-providers",
                "cybersecurity-consulting",
                "data-privacy-services",
                "data-security-services",
                "email-security-services",
                "endpoint-security-services",
                "incident-response-services",
                "iot-security-services",
                "it-compliance-services",
                "managed-security-services-mssp",
                "managed-siem-services",
                "network-as-a-service-naas",
                "network-security-services",
                "other-security-services",
                "penetration-testing-services",
                "smart-contract-audit-services",
                "threat-hunting-services",
                "threat-intelligence-services",
                "vulnerability-assessment-services",
                "staffing-services",
                "data-entry-services",
                "executive-recruiting-firms",
                "healthcare-staffing-services",
                "hire-train-deploy-services",
                "on-demand-staffing-services",
                "other-staffing-services",
                "recruitment-agencies",
                "recruitment-marketing-agencies",
                "recruitment-process-outsourcing-rpo",
                "staffing-agencies",
                "translation-services",
                "closed-captioning-services",
                "interpretation",
                "localization-services",
                "app-localization",
                "elearning-localization",
                "game-localization",
                "marketing-localization",
                "multimedia-localization",
                "software-localization",
                "website-localization",
                "multilingual-desktop-publishing",
                "transcription-services",
                "translation",
                "audio-translation",
                "document-translation",
                "real-time-text-translation",
                "video-translation-services",
                "website-translation",
                "value-added-resellers-vars",
                "acumatica-channel-partners",
                "adobe-channel-partners",
                "amazon-web-services-channel-partners",
                "autodesk-channel-partners",
                "cisco-channel-partners",
                "cisco-cloud-resellers",
                "cisco-data-center-resellers",
                "cisco-hardware-resellers",
                "cisco-unified-communications-resellers",
                "other-cisco-resellers",
                "epicor-channel-partners",
                "genesys-vars",
                "host-analytics-channel-partners",
                "ibm-channel-partners",
                "ibm-security-vars",
                "ibm-server-vars",
                "ibm-storage-vars",
                "infor-channel-partners",
                "infor-crm-resellers",
                "infor-eam-resellers",
                "infor-erp-resellers",
                "infor-distribution-facts-resellers",
                "infor-distribution-sx-e-resellers",
                "infor-ln-resellers",
                "infor-m3-resellers",
                "infor-syteline-resellers",
                "infor-visual-resellers",
                "infor-xa-resellers",
                "infor-sunsystems-resellers",
                "infor-xi-resellers",
                "other-infor-resellers",
                "oracle-channel-partners",
                "oracle-cloud-application-resellers",
                "oracle-database-resellers",
                "oracle-erp-resellers",
                "oracle-e-business-suite-resellers",
                "oracle-jd-edwards-enterpriseone-resellers",
                "oracle-peoplesoft-resellers",
                "oracle-fusion-applications-resellers",
                "oracle-hyperion-resellers",
                "oracle-primavera-resellers",
                "oracle-siebel-resellers",
                "other-oracle-resellers",
                "other-vars",
                "qlik-channel-partners",
                "sage-channel-partners",
                "other-sage-resellers",
                "sage-100-resellers",
                "sage-300-resellers",
                "sage-500-resellers",
                "sage-50-resellers",
                "sage-businessvision-resellers",
                "sage-businessworks-resellers",
                "sage-crm-resellers",
                "sage-fixed-assets-resellers",
                "sage-hrms-resellers",
                "sage-intacct-channel-partners",
                "sage-x3-resellers",
                "salesforce-channel-partners",
                "tableau-vars",
                "unified-communication-vars"
              ],
              "enumTitles": [
                "📁 Ecosystem Service Providers",
                "-- Datadog Consulting Services",
                "-- Adobe Consulting Services",
                "-- Atlassian Consulting Services",
                "-- AWS Consulting Services",
                "-- Braze Consulting Services",
                "-- Citrix Consulting Services",
                "-- DataRobot Consulting Services",
                "-- Dayforce Consulting Services",
                "-- Deltek Resellers",
                "-- Genesys Consulting Services",
                "-- Google Consulting Services",
                "-- HubSpot Consulting Services",
                "-- IBM Consulting Services",
                "-- Infor Consulting Services",
                "-- Microsoft Ecosystem Services",
                "--- Microsoft Consulting Services",
                "--- Microsoft Resellers",
                "-- NetSuite Ecosystem Services",
                "--- NetSuite Consulting Services",
                "--- NetSuite Resellers",
                "-- Oracle Consulting Services",
                "-- Oracle Resellers",
                "-- Sage Resellers",
                "-- Salesforce Consulting Services",
                "-- SAP Consulting Services",
                "-- SAP Resellers",
                "-- ServiceNow Consulting Services",
                "-- Snowflake Consulting Services",
                "-- UKG Consulting Services",
                "-- Workday Consulting Services",
                "📁 Marketing Services Providers",
                "-- Affiliate Marketing Agencies",
                "-- Amazon Marketing Services",
                "-- Brand Advocacy Services",
                "-- Branding Agencies",
                "-- Event Management Services",
                "-- Inbound Marketing",
                "--- Content Marketing Agencies",
                "--- Search Engine Marketing (SEM)",
                "---- PPC Services",
                "---- SEO Services",
                "--- Social Media Marketing (SMM) Companies",
                "-- Lead Generation Services",
                "-- Marketing Analytics Services",
                "-- Marketing Automation Consulting",
                "-- Marketing Strategy",
                "-- Market Research Services",
                "-- Other Marketing Services",
                "-- Outbound Marketing",
                "--- Advertising Agencies",
                "---- Digital Marketing",
                "---- Experiential Marketing Agencies",
                "---- Traditional Advertising",
                "--- Email Marketing Services",
                "--- Mobile Marketing Companies",
                "-- PR Firms",
                "-- Reputation Management Services",
                "📁 Business Services Providers",
                "-- Business Filing and Licensing",
                "-- Business Finance",
                "--- 409A Valuations Providers",
                "--- Accounting Firms",
                "--- Auditing Services",
                "--- Bookkeeping Services",
                "--- Business Process Outsourcing (BPO) Service",
                "--- Enterprise Performance Management (EPM) Consultants",
                "--- Financial Consulting",
                "--- Investment Firms",
                "--- Other Business Finance",
                "--- Tax Credit Providers",
                "--- Tax Services",
                "-- Business Plan Consulting",
                "-- Business Travel Management Services",
                "-- Contact Center Consulting",
                "-- Customer Success Training",
                "-- Data Center Infrastructure",
                "-- Energy Consulting",
                "-- Expert Networks",
                "-- Global Hiring Services",
                "-- HR Services",
                "--- AI Bias Audit Services",
                "--- Benefits Consulting",
                "--- Corporate Wellness Consulting",
                "--- Diversity & Inclusion Consulting",
                "--- Health & Safety",
                "--- HR Analytics Consulting",
                "--- HR Consulting",
                "--- Leadership Training",
                "--- Negotiation Training",
                "--- Other HR Services",
                "--- Outplacement",
                "--- Payroll Services",
                "--- Relocation Management Services",
                "--- Training & Development",
                "-- Internet Service Providers (ISPs)",
                "-- Legal Services",
                "--- Corporate Law Firms",
                "--- Court Reporting Services",
                "--- Intellectual Property (IP) Law",
                "--- Other Legal Services",
                "-- Managed Print Services",
                "-- Management Consulting",
                "-- Nonprofit Consulting",
                "-- Outsourced Sales Providers",
                "-- Revenue Operations Services",
                "-- Sales Consulting",
                "-- Sales Training",
                "-- Supply Chain Consulting Firms",
                "-- Virtual Receptionist Services",
                "-- Win-Loss Analysis Services",
                "📁 Customer Service Software",
                "-- Contact Center Outsourcing Services",
                "📁 Greentech Providers",
                "-- Batteries",
                "-- Battery Storage Systems",
                "📁 Other Services Providers",
                "-- Coworking Spaces",
                "-- Fleet Management Consulting",
                "-- Freight Forwarding Services",
                "-- Health Services",
                "--- Ancillary Care",
                "--- Healthcare Service",
                "--- Laboratory Services",
                "--- Medical Billing Companies",
                "--- Medical Transcription Services",
                "--- Other Healthcare Services",
                "-- IoT Testing Services",
                "-- IT Outsourcing",
                "-- ITSM Tool Implementation, Consulting, and Managed Services",
                "-- Managed Live Chat",
                "-- Online Program Management in Higher Education",
                "-- Other B2B Services",
                "-- Third-Party Logistics",
                "📁 Professional Services Providers",
                "-- AB Tasty Consulting",
                "-- Anaplan Partners",
                "-- Brightpearl Consulting",
                "-- Broadleaf Commerce Consulting",
                "-- Cloud Migration Services",
                "-- Constant Contact Consulting",
                "-- Creative Services",
                "--- 3D Web Design Services",
                "--- Blog Writing Services",
                "--- Content Editing Services",
                "--- Content Writing Services",
                "--- Graphic Design Services",
                "--- Interior Design Services",
                "--- Other Creative Services",
                "--- Product Design Services",
                "--- Professional Headshot Photography Services",
                "--- Resume Writing Services",
                "--- User Experience (UX) Design Services",
                "--- Video Production Companies",
                "--- Website Design",
                "--- Wordpress Site Management Service",
                "-- Data Extraction Services",
                "-- Data Governance Services",
                "-- Development Services",
                "--- Blockchain Developers",
                "--- Mobile App Development",
                "---- Android Developers",
                "---- Cross-Platform Developers",
                "---- Internet of Things (IoT) Developers",
                "---- iOS Developers",
                "---- Wearable App Development",
                "---- Windows Developers",
                "--- Other Development Services",
                "--- Software Developer Services",
                "--- Testing and QA",
                "--- Web Developers",
                "---- AI Development Services",
                "---- Drupal Development",
                "---- E-Commerce Development",
                "---- Java Development",
                "---- JavaScript Developers",
                "---- .NET Developers",
                "---- Node.js Developers",
                "---- PHP Developers",
                "---- Python and Django Developers",
                "---- Ruby on Rails Developers",
                "---- Sitecore Developers",
                "---- WordPress Developers",
                "-- Digital Document Destruction Services",
                "-- Document Scanning Services",
                "-- Dotdigital Consulting",
                "-- Dynamic Yield Consulting",
                "-- Emarsys Consulting",
                "-- Episerver Consulting",
                "-- Hatchbuck Agency Partners",
                "-- Implementation Services",
                "--- Account-Based Marketing Agencies",
                "--- Acumatica ERP Consulting",
                "---- Acumatica Consulting",
                "--- Drift Consulting",
                "--- FinancialForce Consulting",
                "--- IoT Implementation Services",
                "--- Other Implementation Services",
                "--- Pegasystems Consulting",
                "--- UKG Consulting",
                "-- IT Infrastructure Utility Services",
                "-- Klaviyo Consulting",
                "-- Listrak Consulting",
                "-- Managed IoT Services",
                "-- Managed IT Services",
                "-- Managed Mobility Services (MMS)",
                "-- Managed Services",
                "-- Miva Consulting",
                "-- Nextopia Consulting",
                "-- Physical Document Destruction Services",
                "-- Records Storage Services",
                "-- Robotic Process Automation (RPA) Consultancy Services",
                "-- Rootstock Consulting",
                "-- Shopify Consulting Partners",
                "--- Shopify Designers",
                "--- Shopify Marketing Experts",
                "--- Shopify Photographers",
                "--- Shopify Setup Experts",
                "--- Shopify Web Developers",
                "-- Solution Consulting",
                "--- Artificial Intelligence Consulting",
                "--- Business Intelligence (BI) Consulting",
                "--- Business Process Management (BPM) Services",
                "--- Cloud Consulting",
                "--- Data Labeling Services",
                "--- Digital Transformation Consulting",
                "--- IoT Consulting Services",
                "--- IT Infrastructure Consulting",
                "--- IT Strategy Consulting",
                "--- Mobility Consulting",
                "--- Other Solution Consulting",
                "--- Quote-to-Cash Consulting",
                "-- Teamwork Consulting Partners",
                "-- Trustpilot Consulting",
                "-- Twilio Consulting",
                "-- Vidyard Consulting",
                "-- Zoho Consulting",
                "📁 Security and Privacy Services Providers",
                "-- Application Security Services",
                "-- Certificate Solution Providers",
                "-- Cybersecurity Consulting",
                "-- Data Privacy Services",
                "-- Data Security Services",
                "-- Email Security Services",
                "-- Endpoint Security Services",
                "-- Incident Response Services",
                "-- IoT Security Services",
                "-- IT Compliance Services",
                "-- Managed Security Services (MSSP)",
                "-- Managed SIEM Services",
                "-- Network as a Service (NaaS)",
                "-- Network Security Services",
                "-- Other Security Services",
                "-- Penetration Testing Services",
                "-- Smart Contract Audit Services",
                "-- Threat Hunting Services",
                "-- Threat Intelligence Services",
                "-- Vulnerability Assessment Services",
                "📁 Staffing Services Providers",
                "-- Data Entry Services",
                "-- Executive Recruiting Firms",
                "-- Healthcare Staffing Services",
                "-- Hire Train Deploy Services",
                "-- On-Demand Staffing Services",
                "-- Other Staffing Services",
                "-- Recruitment Agencies",
                "-- Recruitment Marketing Agencies",
                "-- Recruitment Process Outsourcing (RPO)",
                "-- Staffing Agencies",
                "📁 Translation Services Providers",
                "-- Closed Captioning Services",
                "-- Interpretation",
                "-- Localization Services",
                "--- App Localization",
                "--- eLearning Localization",
                "--- Game Localization",
                "--- Marketing Localization",
                "--- Multimedia Localization",
                "--- Software Localization",
                "--- Website Localization",
                "-- Multilingual Desktop Publishing",
                "-- Transcription Services",
                "-- Translation",
                "--- Audio Translation",
                "--- Document Translation",
                "--- Real-Time Text Translation",
                "--- Video Translation Services",
                "--- Website Translation",
                "📁 Value-Added Resellers (VARs)",
                "-- Acumatica Channel Partners",
                "-- Adobe Channel Partners",
                "-- Amazon Web Services Channel Partners",
                "-- Autodesk Channel Partners",
                "-- Cisco Channel Partners",
                "--- Cisco Cloud Resellers",
                "--- Cisco Data Center Resellers",
                "--- Cisco Hardware Resellers",
                "--- Cisco Unified Communications Resellers",
                "--- Other Cisco Resellers",
                "-- Epicor Channel Partners",
                "-- Genesys VARs",
                "-- Host Analytics Channel Partners",
                "-- IBM Channel Partners",
                "--- IBM Security VARs",
                "--- IBM Server VARs",
                "--- IBM Storage VARs",
                "-- Infor Channel Partners",
                "--- Infor CRM Resellers",
                "--- Infor EAM Resellers",
                "--- Infor ERP Resellers",
                "---- Infor Distribution FACTS Resellers",
                "---- Infor Distribution SX.e Resellers",
                "---- Infor LN Resellers",
                "---- Infor M3 Resellers",
                "---- Infor SyteLine Resellers",
                "---- Infor VISUAL Resellers",
                "---- Infor XA Resellers",
                "--- Infor SunSystems Resellers",
                "--- Infor Xi Resellers",
                "--- Other Infor Resellers",
                "-- Oracle Channel Partners",
                "--- Oracle Cloud Application Resellers",
                "--- Oracle Database Resellers",
                "--- Oracle ERP Resellers",
                "---- Oracle E-Business Suite Resellers",
                "---- Oracle JD Edwards EnterpriseOne Resellers",
                "---- Oracle PeopleSoft Resellers",
                "--- Oracle Fusion Applications Resellers",
                "--- Oracle Hyperion Resellers",
                "--- Oracle Primavera Resellers",
                "--- Oracle Siebel Resellers",
                "--- Other Oracle Resellers",
                "-- Other VARs",
                "-- Qlik Channel Partners",
                "-- Sage Channel Partners",
                "--- Other Sage Resellers",
                "--- Sage 100 Resellers",
                "--- Sage 300 Resellers",
                "--- Sage 500 Resellers",
                "--- Sage 50 Resellers",
                "--- Sage BusinessVision Resellers",
                "--- Sage BusinessWorks Resellers",
                "--- Sage CRM Resellers",
                "--- Sage Fixed Assets Resellers",
                "--- Sage HRMS Resellers",
                "--- Sage Intacct Channel Partners",
                "--- Sage X3 Resellers",
                "-- Salesforce Channel Partners",
                "-- Tableau VARS",
                "-- Unified Communication VARs"
              ]
            }
          },
          "include_article_content": {
            "title": "Include Contents",
            "type": "boolean",
            "description": "💡 WARNING: The results size could be huge."
          },
          "sort_discuss": {
            "title": "Sorting",
            "enum": [
              "comment",
              "helpful",
              "newest",
              "pinned"
            ],
            "type": "string",
            "description": "💡 Sorting key"
          },
          "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_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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}