# Odoo Apps Store Market Intelligence (`foxpink/odoo-apps-market-intelligence`) Actor

Scrape Odoo Apps Store with filters (search, version, category, price). Extract title, author, price, rating, downloads, estimated revenue, technical name, license, dependencies. Export to CSV/JSON for market research.

- **URL**: https://apify.com/foxpink/odoo-apps-market-intelligence.md
- **Developed by:** [Nguyễn Anh Duy](https://apify.com/foxpink) (community)
- **Categories:** AI, Developer tools, Business
- **Stats:** 2 total users, 0 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

from $0.01 / 1,000 results

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.

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

## What's an Apify Actor?

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

## How to integrate an Actor?

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

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

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

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

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

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

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

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

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

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

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


# README

## Odoo Apps Store Market Intelligence

[![Run on Apify](https://img.shields.io/badge/Run%20on%20Apify-FF7754?style=for-the-badge&logo=apify)](https://console.apify.com/actors/foxpink/odoo-apps-market-intelligence)
[![Apify Marketplace](https://img.shields.io/badge/Marketplace-FF7754?style=for-the-badge&logo=apify)](https://apify.com/foxpink/odoo-apps-market-intelligence)
[![GitHub Repo](https://img.shields.io/badge/Source%20Code-181717?style=for-the-badge&logo=github)](https://github.com/FoxPink/odoo-apps-market-intelligence)
[![Version](https://img.shields.io/badge/v1.4-blue?style=for-the-badge)]()

> Scrape, analyze, and export Odoo Apps Store data with filters. Find market gaps, estimate competitor revenue, and discover profitable niches. **NEW: Version comparison across Odoo 15-18.**

---

### Features

- **Browse & Filter** — Search by keyword, Odoo version, category, price (Free/Paid), and author
- **Smart Sorting** — Sort by downloads, estimated revenue, or rating
- **Free-Only Mode** — Override price filter to show only free apps
- **Rich Data** — Title, author, price, rating, purchases, technical name, license, lines of code, supported versions, screenshots, reviews, dependencies, version adoption stats
- **Killer Feature: Estimated Revenue** — `price × purchases` — sort by this to find goldmine modules
- **CSV/JSON Export** — 6 API endpoints ready for Excel or ETL pipelines
- **Zero DOM** — Cheerio-based, no browser, fast and cheap

### Use Cases

| Who | Why |
|-----|-----|
| Odoo Developers | Find high-demand, low-competition niches |
| Odoo Partners | Track competitor pricing and market share |
| Investors | Estimate module revenue before acquisition |
| Product Managers | Validate new module ideas with real market data |

### Input

| Field | Type | Default | Description |
|-------|------|---------|-------------|
| `searchKeyword` | string | `""` | Search for specific apps |
| `odooVersion` | enum | All | Filter by Odoo version (10.0–19.0) |
| `category` | enum | All | Filter by category (18 categories) |
| `filterType` | enum | All | Free, Paid, or All |
| `freeAppsOnly` | boolean | `false` | Override: show only free apps (ignores filterType) |
| `authorSearch` | string | `""` | Filter by developer/author name |
| `sortBy` | enum | — | Sort order: `downloads`, `revenue`, or `rating` |
| `maxItems` | integer | `500` | Max apps to scrape (max 5000) |
| `scrapeDetails` | boolean | `true` | Visit detail pages for richer data |

### Output

Each record:

| Field | Type | Example |
|-------|------|---------|
| `title` | string | "Shopify Odoo Connector" |
| `technicalName` | string | "shopify_ept" |
| `author` | string | "Emipro Technologies" |
| `category` | string | "eCommerce" |
| `price` | number | 465.06 |
| `currency` | string | "EUR" |
| `purchases` | integer | 2301 |
| `estimatedRevenue` | number | 1070103.06 |
| `rating` | number | 4.8 |
| `ratingCount` | integer | 270 |
| `latestVersion` | string | "17.0" |
| `supportedVersions` | array | ["16.0","17.0","18.0"] |
| `license` | string | "OPL-1" |
| `linesOfCode` | integer | 14329 |
| `summary` | string | "Shopify Odoo Connector" |
| `appUrl` | string | "https://apps.odoo.com/..." |
| `website` | string | "https://www.emiprotechnologies.com" |
| `summary` | string | "Shopify Odoo Connector by Emipro..." |
| `screenshots` | array | `["https://apps.odoo.com/...jpg", "..."]` |
| `lastUpdated` | string | "2026-03-15" |
| `createdOn` | string | "2019-06-01" |
| `dependencies` | array | `["sale_management", "mail"]` |
| `reviews` | array | `[{ rating, text, author, date }]` |
| `versionAdoptionPercent` | object | `{ "17.0": 65, "18.0": 35 }` — install distribution across supported versions |

Plus a `summary` entry with aggregate stats (total, avg price, estimated total revenue).

### Pricing

**$0.01 per 1,000 results.** One result = one app record. Lightweight Cheerio scraper keeps compute costs minimal.

### Quick Start

```bash
curl -X POST https://api.apify.com/v2/acts/foxpink~odoo-apps-market-intelligence/runs \
  -H "Content-Type: application/json" \
  -d '{
    "searchKeyword": "payment",
    "odooVersion": "18.0",
    "filterType": "Paid",
    "freeAppsOnly": false,
    "authorSearch": "VentorTech",
    "sortBy": "revenue",
    "maxItems": 100,
    "scrapeDetails": true
  }' \
  "https://api.apify.com/v2/acts/foxpink~odoo-apps-market-intelligence/runs?token=YOUR_API_TOKEN"
````

### Compatibility

- 100% Node.js (18+)
- No browser, no headless, no DOM
- CheerioCrawler — fast, low memory
- ESM (ECMAScript Modules)

### MCP / AI Agent Usage

```json
{
  "mcpServers": {
    "apify": {
      "command": "npx",
      "args": ["-y", "@apify/mcp-server"],
      "env": { "APIFY_TOKEN": "YOUR_API_TOKEN" }
    }
  }
}
```

# Actor input Schema

## `searchKeyword` (type: `string`):

Search for specific apps (e.g., 'account', 'vietnam', 'payment'). Leave empty to browse all.

## `odooVersion` (type: `string`):

Filter by Odoo version

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

Filter by app category

## `filterType` (type: `string`):

Filter by price type

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

Maximum number of apps to scrape (max 5000). Controls compute cost.

## `freeAppsOnly` (type: `boolean`):

When enabled, only return free/open-source apps. Overrides Price Filter setting.

## `authorSearch` (type: `string`):

Filter by developer or company name (e.g., 'Odoo', 'VentorTech', 'Emipro').

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

Sort results by a specific metric. Only applies to new searches (no effect when browsing categories).

## `scrapeDetails` (type: `boolean`):

Visit each app's detail page for richer data (technical name, license, dependencies, lines of code, screenshots, last updated). Increases compute time ~5x.

## `enableVersionComparison` (type: `boolean`):

Compare app features across supported Odoo versions (price, screenshots, dependencies per version). Increases compute time ~3x per app.

## Actor input object example

```json
{
  "maxItems": 500,
  "freeAppsOnly": false,
  "scrapeDetails": true,
  "enableVersionComparison": false
}
```

# Actor output Schema

## `allApps` (type: `string`):

Primary output: JSON array of all scraped Odoo apps with full details. Each record includes title, technicalName, author, category, price, purchases, estimatedRevenue, rating, ratingCount, supportedVersions, license, linesOfCode, dependencies. Use this endpoint for market analysis, competitive research, or portfolio planning.

## `topRevenue` (type: `string`):

Filtered view: highest estimated revenue apps sorted by price \* purchases descending. Useful for identifying market leaders, pricing benchmarks, and high-value modules to analyze or clone.

## `topRated` (type: `string`):

Filtered view: highest rated apps sorted by rating descending. Combined with ratingCount to distinguish popular consensus from niche appeal. Ideal for quality benchmarking.

## `competitorMatrix` (type: `string`):

Category-by-category breakdown showing top 5 competitors per category ranked by estimated revenue. Includes free/paid counts and average price per category. Ideal for competitive analysis and market positioning.

## `topAuthors` (type: `string`):

Top 10 app authors ranked by total apps published. Includes total revenue and category coverage. Useful for identifying dominant Odoo development partners and potential acquisition targets.

## `summary` (type: `string`):

Aggregate statistics for the entire run: total apps found, total scraped, filters applied, estimated total revenue, average price, free vs paid count, category breakdown, and top authors. Stored as the last dataset item with key '\_summary'. Useful for quick market snapshots and automated reporting.

## `csvExport` (type: `string`):

Download all app records as a CSV file ready for Excel, Google Sheets, or any spreadsheet tool. Columns: title, technicalName, author, category, price, currency, purchases, estimatedRevenue, rating, ratingCount, latestVersion, supportedVersions, license, website, linesOfCode, summary, appUrl.

## `jsonExport` (type: `string`):

Download all app records as a formatted JSON file with indentation. Suitable for API pipelines, data analysis with Python/R, ETL processes, and developer handoff.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

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

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "searchKeyword": "",
    "odooVersion": "",
    "category": "",
    "filterType": "",
    "maxItems": 500,
    "authorSearch": "",
    "sortBy": ""
};

// Run the Actor and wait for it to finish
const run = await client.actor("foxpink/odoo-apps-market-intelligence").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "searchKeyword": "",
    "odooVersion": "",
    "category": "",
    "filterType": "",
    "maxItems": 500,
    "authorSearch": "",
    "sortBy": "",
}

# Run the Actor and wait for it to finish
run = client.actor("foxpink/odoo-apps-market-intelligence").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "searchKeyword": "",
  "odooVersion": "",
  "category": "",
  "filterType": "",
  "maxItems": 500,
  "authorSearch": "",
  "sortBy": ""
}' |
apify call foxpink/odoo-apps-market-intelligence --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Odoo Apps Store Market Intelligence",
        "description": "Scrape Odoo Apps Store with filters (search, version, category, price). Extract title, author, price, rating, downloads, estimated revenue, technical name, license, dependencies. Export to CSV/JSON for market research.",
        "version": "1.4",
        "x-build-id": "NZcfEgH2Y6SEyRfJ5"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/foxpink~odoo-apps-market-intelligence/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-foxpink-odoo-apps-market-intelligence",
                "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/foxpink~odoo-apps-market-intelligence/runs": {
            "post": {
                "operationId": "runs-sync-foxpink-odoo-apps-market-intelligence",
                "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/foxpink~odoo-apps-market-intelligence/run-sync": {
            "post": {
                "operationId": "run-sync-foxpink-odoo-apps-market-intelligence",
                "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": {
                    "searchKeyword": {
                        "title": "Search Keyword",
                        "type": "string",
                        "description": "Search for specific apps (e.g., 'account', 'vietnam', 'payment'). Leave empty to browse all."
                    },
                    "odooVersion": {
                        "title": "Odoo Version",
                        "enum": [
                            "",
                            "19.0",
                            "18.0",
                            "17.0",
                            "16.0",
                            "15.0",
                            "14.0",
                            "13.0",
                            "12.0",
                            "11.0",
                            "10.0"
                        ],
                        "type": "string",
                        "description": "Filter by Odoo version"
                    },
                    "category": {
                        "title": "Category",
                        "enum": [
                            "",
                            "Accounting",
                            "Discuss",
                            "Document Management",
                            "eCommerce",
                            "Human Resources",
                            "Industries",
                            "Localization",
                            "Manufacturing",
                            "Marketing",
                            "Point of Sale",
                            "Productivity",
                            "Project",
                            "Purchases",
                            "Sales",
                            "Warehouse",
                            "Website",
                            "Extra Tools",
                            "Tutorial"
                        ],
                        "type": "string",
                        "description": "Filter by app category"
                    },
                    "filterType": {
                        "title": "Price Filter",
                        "enum": [
                            "",
                            "Free",
                            "Paid"
                        ],
                        "type": "string",
                        "description": "Filter by price type"
                    },
                    "maxItems": {
                        "title": "Max Apps",
                        "minimum": 1,
                        "maximum": 5000,
                        "type": "integer",
                        "description": "Maximum number of apps to scrape (max 5000). Controls compute cost.",
                        "default": 500
                    },
                    "freeAppsOnly": {
                        "title": "Free Apps Only",
                        "type": "boolean",
                        "description": "When enabled, only return free/open-source apps. Overrides Price Filter setting.",
                        "default": false
                    },
                    "authorSearch": {
                        "title": "Author / Developer",
                        "type": "string",
                        "description": "Filter by developer or company name (e.g., 'Odoo', 'VentorTech', 'Emipro')."
                    },
                    "sortBy": {
                        "title": "Sort By",
                        "enum": [
                            "",
                            "downloads",
                            "revenue",
                            "rating"
                        ],
                        "type": "string",
                        "description": "Sort results by a specific metric. Only applies to new searches (no effect when browsing categories)."
                    },
                    "scrapeDetails": {
                        "title": "Scrape Detail Pages",
                        "type": "boolean",
                        "description": "Visit each app's detail page for richer data (technical name, license, dependencies, lines of code, screenshots, last updated). Increases compute time ~5x.",
                        "default": true
                    },
                    "enableVersionComparison": {
                        "title": "Version Comparison",
                        "type": "boolean",
                        "description": "Compare app features across supported Odoo versions (price, screenshots, dependencies per version). Increases compute time ~3x per app.",
                        "default": false
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
