# Makerworld Models Details Scraper (`stealth_mode/makerworld-models-details-scraper`) Actor

Extract comprehensive data from MakerWorld.com, Bambu Lab's official 3D printing model repository. Scrape detailed design specifications, creator information, print statistics, licensing data, and community engagement metrics for market analysis and 3D printing industry insights.

- **URL**: https://apify.com/stealth\_mode/makerworld-models-details-scraper.md
- **Developed by:** [Stealth mode](https://apify.com/stealth_mode) (community)
- **Categories:** Automation, Developer tools, E-commerce
- **Stats:** 15 total users, 2 monthly users, 96.9% runs succeeded, 0 bookmarks
- **User rating**: 3.00 out of 5 stars

## Pricing

$20.00/month + usage

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

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

## What's an Apify Actor?

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

## How to integrate an Actor?

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

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

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

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

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

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

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

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

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

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

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


# README

## MakerWorld.com Models Details Scraper: Extract Complete 3D Printing Design Data

### Why MakerWorld.com Data Matters for the 3D Printing Industry

MakerWorld.com represents Bambu Lab's strategic entry into the 3D printing model sharing ecosystem, positioning itself as a direct competitor to established platforms like Thingiverse and Printables. As Bambu Lab's official model repository, it provides unique insights into one of the fastest-growing segments of the consumer 3D printing market.

The platform's integration with Bambu Lab's printer ecosystem creates a rich dataset that reflects actual printing behavior, not just browsing or downloads. Print counts, success rates, and community engagement metrics on MakerWorld offer genuine indicators of design quality and user preferences. For market researchers, designers, and businesses in the 3D printing space, this data reveals emerging trends, popular design categories, and the economics of digital manufacturing.

Understanding what designs succeed on MakerWorld helps manufacturers identify product opportunities, enables designers to optimize their creations for market demand, and provides researchers with concrete data about the maker movement's evolution. Manual collection of this information across hundreds or thousands of models would be impractical, making automated extraction essential.

### Scraper Capabilities and Target Users

The MakerWorld Models Details Scraper extracts complete information from individual model pages, capturing everything from basic metadata to complex engagement statistics and licensing information. Unlike simple scrapers that grab only titles and images, this tool retrieves the full data structure that MakerWorld uses internally, including translated content, customization options, and Bambu Lab's unique features like CyberBrick integration and point redemption systems.

This scraper serves diverse professional needs. 3D printing businesses can analyze market trends and identify high-performing design categories. Design creators can benchmark their work against successful models and understand what drives community engagement. Market researchers gain quantitative insights into the maker economy, including how designs spread, what licenses creators prefer, and how gamification features (like points and rewards) influence behavior.

E-commerce platforms selling 3D printing supplies can identify trending designs to inform inventory decisions. Content creators and educators can discover popular models for tutorials or case studies. Investment analysts tracking the 3D printing industry can use this data to assess platform growth and user engagement patterns.

### Input Configuration and URL Structure

The scraper accepts model detail page URLs from MakerWorld.com. These are the specific pages displaying complete information about individual 3D printing designs, not search results or category listings.

**Understanding the Input Structure:**

```json
{
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"],
    "apifyProxyCountry": "US"
  }, // Optional
  "urls": [
    "https://makerworld.com/en/models/2003920-christmas-reindeer?from=search#profileId-2157911"
  ] // Support multiple URLs
}
````

#### Example Screenshot:

![](https://i.ibb.co/ync6vt0R/Screenshot-from-2025-12-06-16-57-40.png)

**Proxy Configuration Explained:**

The `useApifyProxy: true` setting enables Apify's proxy service, which rotates IP addresses to prevent detection and blocking. This is crucial because platforms monitor scraping activity and may throttle or block requests from single IP addresses.

`apifyProxyGroups: ["RESIDENTIAL"]` specifies residential proxies, which route requests through real residential IP addresses rather than datacenter IPs. Residential proxies appear as legitimate user traffic, significantly reducing detection risk. While more expensive than datacenter proxies, they provide much higher success rates for platforms with robust anti-bot measures.

`apifyProxyCountry: "US"` sets the geographic origin of requests. Choosing the US often provides optimal performance and access, though you might select other countries based on your target audience or to match regional content variations. Some platforms serve different content or languages based on geographic location.

**URL Parameters Breakdown:**

The URL structure contains several components. The model ID (`2003920`) uniquely identifies the design in MakerWorld's database. The design name slug (`christmas-reindeer`) provides SEO-friendly identification but isn't required for scraping. Query parameters like `?from=search` indicate the traffic source, while hash fragments like `#profileId-2157911` may reference specific design instances or variations. The scraper handles these parameters appropriately, extracting the core model data regardless.

You can include multiple URLs in the array, enabling batch processing of dozens or hundreds of models. The scraper processes each URL sequentially, ensuring complete data extraction for every model.

### Comprehensive Output Fields and Their Applications

The scraper returns extensive structured data for each model. Understanding these fields enables you to leverage the full value of the dataset.

**Core Identity Fields:**

**ID** and **Model ID** provide unique identifiers for database integration and tracking. **Slug** offers URL-friendly identification, useful when generating links or building related applications. **Title** and **Translated Title** capture the design name in original and localized versions, essential for international market analysis.

**Design Type** categorizes the model (e.g., functional part, toy, decoration, tool), enabling classification and trend analysis across categories. This field helps identify which design types gain most traction.

**Visual Assets:**

**Cover URL**, **Cover Landscape**, and **Cover Portrait** provide image assets in different aspect ratios. These are crucial for building model galleries, recommendation systems, or marketing materials. Multiple formats ensure compatibility across various display contexts.

**Content and Descriptions:**

**Summary** and **Translated Summary** contain design descriptions, including printing recommendations, use cases, and creator notes. This text data can be analyzed for keywords, sentiment, or used to train recommendation algorithms. Translations enable multilingual applications and market analysis across regions.

**Engagement Metrics:**

**Like Count**, **Collection Count**, **Share Count**, **Print Count**, **Download Count**, and **Read Count** provide quantitative measures of community engagement. These metrics reveal which designs resonate most with users and can predict future trends.

**Print Count** is particularly valuable as it represents actual usage rather than just interest. High print counts with lower download counts suggest designs that users return to repeatedly, indicating exceptional quality or utility.

**Raw Model File Download Count** specifically tracks STL/3MF downloads versus in-app usage, revealing how users interact with designs across different workflows.

**Creator Information:**

**Design Creator** identifies the model's author, enabling creator performance tracking and community analysis. **Design Creator Customization** indicates whether the creator has enabled Bambu Lab's parametric customization features, a unique platform capability that allows users to modify designs without 3D modeling skills.

**Customized by Maker Lab** shows if the design uses Bambu's official customization system, which has implications for licensing and commercial use. **Preset** indicates pre-configured customization templates.

**Categorization and Discovery:**

**Categories** array classifies the model within MakerWorld's taxonomy, essential for competitive analysis within specific niches. **Tags** and **Translated Tags** provide user-generated and platform-assigned keywords, valuable for search optimization and trend identification.

**Original Tags** preserves the creator's original classification intent, useful for understanding how creators position their designs versus how the platform categorizes them.

**Licensing and Usage Rights:**

**License** specifies the legal framework governing design use (Creative Commons, proprietary, etc.), critical for commercial applications. **Allow Re-Creation** indicates whether remixing is permitted, affecting derivative work potential.

**NSFW** flags adult content, important for content moderation and platform safety. **Official** indicates Bambu Lab-created or endorsed models, which often receive preferential treatment in recommendations.

**Point Redeemable** and **Point Redeem Detail** relate to MakerWorld's gamification system where users earn and spend platform currency. **Already Redeemed** tracks whether you've claimed point rewards, relevant for user behavior analysis.

**Monetization and Exclusivity:**

**Paid Setting** indicates commercial models requiring payment, revealing monetization patterns. **Has Backed** shows if the model is part of a crowdfunding campaign. **Crowdfunding Info** provides campaign details, useful for analyzing the economics of creator funding.

**Exclusive** flags platform-exclusive designs, which may indicate partnership agreements or competitive positioning strategies. **Contest** indicates competition submissions, helping identify high-quality designs that passed judging criteria.

**Technical Specifications:**

**Instances** array contains multiple versions or variations of the design, each with specific print settings, file formats, and parameters. This structure reflects how MakerWorld handles multi-part designs or different optimization profiles.

**Steps** provides assembly or printing instructions, valuable for complexity assessment. **Design Extension** indicates the file format (.3mf, .stl, etc.), important for compatibility analysis.

**Printable** confirms whether the model has been validated for printing, while **Staff Pick** indicates editorial curation. **Pick Reason** explains why staff featured the model, offering qualitative insights into platform values.

**Bambu Lab Ecosystem Features:**

**Cyber Brick** and **Cyber Brick Needed** relate to Bambu Lab's digital parts library system for modular designs. **Featured Cyber Brick** indicates promoted components. This ecosystem feature is unique to MakerWorld and represents their attempt to standardize modular design.

**Featured BOMs** (Bills of Materials) list required hardware components, crucial for designs requiring additional parts like screws, bearings, or electronics. This data helps assess design complexity and cost beyond printing.

**Social and Discovery Features:**

**Has Like**, **Has Dislike**, and **Has Collect** indicate your personal interaction status, relevant when analyzing user-specific collections. **Originals** tracks if this design inspired derivatives, indicating influential designs.

**Related Design Detail** and **Related Design Info** provide platform-suggested similar models, revealing MakerWorld's recommendation algorithm patterns. Analyzing these connections can uncover design clusters and trend propagation.

**Metadata and Status:**

**Create Time** and **Update Time** timestamps enable temporal analysis, tracking design evolution and platform growth patterns. **Model Source** indicates origin (direct upload, imported, generated), relevant for understanding content acquisition strategies.

**Status** shows publication state (active, pending, removed), important for tracking content moderation or creator activity. **Default Instance ID** points to the recommended version for multi-instance models.

**Advanced Features:**

**AIGC** (AI-Generated Content) flags designs created or modified using AI, reflecting the growing intersection of AI and 3D printing. **A/B Test Variations** indicates experimental features or designs, revealing platform development priorities.

**License Description Info** provides detailed legal text, essential for compliance verification. **Preset** indicates template configurations for customizable designs.

**Example Output Structure:**

````json
[
  {
  "id": 2003920,
  "design_type": 0,
  "title": "Christmas Reindeer",
  "slug": "christmas-reindeer",
  "title_translated": "",
  "cover_url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/design/2025-11-16_c540fbdd15f248.png",
  "summary": "<p>Modern Japandi Reindeer decoration, great contemporary deco for the winter season. Standard size is 135 mm tall and 130% version is 175 mm tall. Models are printed with 1 wall to save filament, ears and antlers are printed with 3 walls and gyroid infill to ensure enough strength. Short antler version is available exclusively through my patreon!<br><br><strong>If you want to support me or get commercial licenses you can join a patreon membership:</strong><span style=\"background-color: rgb(255,255,255); color: rgb(33,43,54); font-size: 16px\"> </span><br><a target=\"_blank\" rel=\"noopener noreferrer ugc\" href=\"https://www.patreon.com/SabreDesign\"><strong>https://www.patreon.com/SabreDesign</strong></a></p><p>&nbsp;</p><p><strong>For one time support you can also buy me a coffee here: </strong><a target=\"_blank\" rel=\"noopener noreferrer ugc\" href=\"https://buymeacoffee.com/sabredesign\"><strong>https://buymeacoffee.com/sabredesign</strong></a></p><boostme><boosttitle>Boost Me</boosttitle></boostme><p><strong>Complete your reindeer set by getting the short antler deer with a patreon commercial license or in the patreon shop:</strong><br><strong> </strong><a target=\"_blank\" rel=\"noopener noreferrer ugc\" href=\"https://www.patreon.com/sabredesign/shop\"><strong>https://www.patreon.com/sabredesign/shop</strong></a></p><figure class=\"image\"><img src=\"https://makerworld.bblmw.com/makerworld/model/DSM00000002003920/design/2025-11-16_cc5895f3a82bd.png\"></figure><p><strong>Check out more of my designs below and on my profile:</strong></p><figure class=\"image\"><img src=\"https://makerworld.bblmw.com/makerworld/model/DSM00000002003920/design/2025-11-16_974887f1c8e4a.png\"></figure><figure class=\"image\"><img src=\"https://makerworld.bblmw.com/makerworld/model/DSM00000002003920/design/2025-11-16_8b2dbb8081049.png\"></figure><figure class=\"image\"><img src=\"https://makerworld.bblmw.com/makerworld/model/DSM00000002003920/design/2025-11-16_f12666dda00838.png\"></figure><figure class=\"image\"><img src=\"https://makerworld.bblmw.com/makerworld/model/DSM00000002003920/design/2025-11-16_4ac10add283cd.png\"></figure>",
  "summary_translated": "",
  "like_count": 4367,
  "collection_count": 11418,
  "share_count": 0,
  "print_count": 12004,
  "comment_count": 1290,
  "download_count": 17694,
  "raw_model_file_download_count": 2513,
  "read_count": 0,
  "tags": [
    "reindeer",
    "deer",
    "christmas",
    "modern",
    "japandi",
    "reh",
    "rentier",
    "deer",
    "Deer",
    "renne",
    "cerf",
    "noel",
    "Christmas",
    "Christmas"
  ],
  "tags_translated": [
    "reindeer",
    "deer",
    "christmas",
    "modern",
    "japandi",
    "reh",
    "rentier",
    "deer",
    "Deer",
    "renne",
    "cerf",
    "noel",
    "Christmas",
    "Christmas"
  ],
  "design_creator": {
    "uid": 4044076662,
    "name": "SabreDesign",
    "avatar": "https://public-cdn.bblmw.com/avatar/4044076662/2025-03-09_7a4a5e2987b4e.png",
    "fan_count": 62209,
    "follow_count": 18,
    "is_followed": false,
    "is_blacklist": false,
    "certificated": true,
    "handle": "SabreDesign",
    "level": 30,
    "grade_type": 4,
    "can_be_subscribed": true,
    "available_creator_membership_level_cnt": 0,
    "goto_personal_homepage": true,
    "social_preference_main_switch": 1,
    "block_user_chat": 1,
    "block_user_comment_or_rating_on_model_or_profile": 0,
    "block_user_comment_on_post": 0,
    "block_user_mention_me": 0
  },
  "design_creator_customization": {
    "design_header": "",
    "design_header_translated": "",
    "design_footer": "",
    "design_footer_translated": ""
  },
  "categories": [
    {
      "id": 401,
      "name": "Decor",
      "slug": "",
      "pic_url": "",
      "desc": "",
      "desc_pic": "",
      "banner_name": ""
    },
    {
      "id": 400,
      "name": "Household",
      "slug": "",
      "pic_url": "https://public-cdn.bambulab.com/category/household.svg",
      "desc": "",
      "desc_pic": "",
      "banner_name": ""
    }
  ],
  "model_id": "US54e683eb15165c",
  "has_like": false,
  "has_dislike": false,
  "has_collect": false,
  "instances": [
    {
      "id": 2157911,
      "profile_id": 478597394,
      "profile2d_id": "",
      "status": 1,
      "title": "Reindeer 135 mm ",
      "title_translated": "",
      "summary": "<p>0.2mm layer, 1 walls, 0% infill, antlers and ears, 3 walls, 15% gyroid infill, top of head variable layer height. </p>",
      "summary_translated": "",
      "create_time": "2025-11-16T14:27:17Z",
      "update_time": "2025-12-06T09:43:29Z",
      "extention": {
        "model_info": {
          "auxiliary_pictures": [
            {
              "name": "Reindeer 05.png",
              "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/478597394/instance/2025-11-16_94e461787cb838.png",
              "is_real_life_photo": -1
            },
            {
              "name": "Reindeer print 01.jpeg",
              "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/478597394/instance/2025-11-16_ed95a7cbaa15e8.jpeg",
              "is_real_life_photo": 1
            }
          ],
          "auxiliary_bom": null,
          "auxiliary_guide": null,
          "auxiliary_other": null,
          "compatibility": {
            "dev_model_name": "C12",
            "dev_product_name": "P1S",
            "nozzle_diameter": 0.4
          },
          "other_compatibility": [
            {
              "dev_model_name": "O1E",
              "dev_product_name": "H2D Pro",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "BL-P001",
              "dev_product_name": "X1 Carbon",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "BL-P002",
              "dev_product_name": "X1",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "N1",
              "dev_product_name": "A1 mini",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "C11",
              "dev_product_name": "P1P",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1S",
              "dev_product_name": "H2S",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1D",
              "dev_product_name": "H2D",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "C13",
              "dev_product_name": "X1E",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "N2S",
              "dev_product_name": "A1",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "N7",
              "dev_product_name": "P2S",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1C2",
              "dev_product_name": "H2C",
              "nozzle_diameter": 0.4
            }
          ],
          "plates": [
            {
              "index": 1,
              "name": "",
              "thumbnail": {
                "name": "plate_1.png",
                "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/478597394/instance/plate_1.png"
              },
              "top_picture": {
                "name": "",
                "dir": "",
                "url": ""
              },
              "pick_picture": {
                "name": "",
                "dir": "",
                "url": ""
              },
              "objects": null,
              "skipped_objects": null,
              "label_object_enabled": false,
              "prediction": 4685,
              "weight": 21,
              "filaments": [
                {
                  "id": "1",
                  "type": "PLA",
                  "color": "#4D3324",
                  "used_m": "6.57",
                  "used_g": "21"
                }
              ],
              "warning": null
            }
          ]
        },
        "instance_setting": {
          "submit_as_private": false,
          "is_printer_preset_changed": false,
          "is_printer_tested": true,
          "is_donate_to_author": false,
          "instance_customized_by_maker_lab": false,
          "authors_choice": false,
          "maker_lab": "",
          "maker_lab_version": ""
        }
      },
      "prediction": 4685,
      "weight": 21,
      "instance_creator": {
        "uid": 4044076662,
        "name": "SabreDesign",
        "avatar": "https://public-cdn.bblmw.com/avatar/4044076662/2025-03-09_7a4a5e2987b4e.png",
        "fan_count": 62209,
        "follow_count": 18,
        "is_followed": false,
        "is_blacklist": false,
        "certificated": true,
        "handle": "SabreDesign",
        "level": 30,
        "grade_type": 4,
        "can_be_subscribed": true,
        "available_creator_membership_level_cnt": 0,
        "goto_personal_homepage": true,
        "social_preference_main_switch": 1,
        "block_user_chat": 1,
        "block_user_comment_or_rating_on_model_or_profile": 0,
        "block_user_comment_on_post": 0,
        "block_user_mention_me": 0
      },
      "cover": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/478597394/instance/2025-11-16_94e461787cb838.png",
      "material_cnt": 1,
      "is_default": false,
      "material_color_cnt": 1,
      "need_ams": false,
      "instance_filaments": [
        {
          "type": "PLA",
          "color": "#4D3324",
          "used_m": "6.57",
          "used_g": "21"
        }
      ],
      "rating_score_total": 2292,
      "rating_count": 463,
      "score": 0.9970303291547123,
      "publish_time": "2025-11-16T14:27:10Z",
      "download_count": 6431,
      "print_count": 4924,
      "is_official": false,
      "app_can_print": true,
      "has_zip_stl": true,
      "pictures": [
        {
          "name": "Reindeer 05.png",
          "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/478597394/instance/2025-11-16_94e461787cb838.png",
          "is_real_life_photo": -1
        },
        {
          "name": "Reindeer print 01.jpeg",
          "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/478597394/instance/2025-11-16_ed95a7cbaa15e8.jpeg",
          "is_real_life_photo": 1
        }
      ],
      "lac_info": {
        "machine_name": "",
        "process_types": [],
        "material_ids": [],
        "plates": null,
        "custom_materials": []
      },
      "lac_custom_info": {
        "other_tools": "",
        "compatible_devices_selected": null
      },
      "model2_d_info": {
        "process_group": [],
        "device_type": {
          "id": "",
          "image": "",
          "display": ""
        },
        "compatible_devices": [],
        "laser_modules": null,
        "cutting_modules": null,
        "materials": [],
        "custom_materials": []
      }
    },
    {
      "id": 2157927,
      "profile_id": 478600437,
      "profile2d_id": "",
      "status": 1,
      "title": "Reindeer 175 mm",
      "title_translated": "",
      "summary": "<p>0.2mm layer, 1 walls, 0% infill, antlers and ears, 3 walls, 15% gyroid infill, top of head variable layer height. </p>",
      "summary_translated": "",
      "create_time": "2025-11-16T14:29:40Z",
      "update_time": "2025-12-06T09:42:32Z",
      "extention": {
        "model_info": {
          "auxiliary_pictures": [
            {
              "name": "Reindeer 02.png",
              "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/478600437/instance/2025-11-16_cbd9d7057b636.png",
              "is_real_life_photo": -1
            },
            {
              "name": "Reindeer print 01.jpeg",
              "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/478600437/instance/2025-11-16_70fc4572dde9f8.jpeg",
              "is_real_life_photo": 1
            }
          ],
          "auxiliary_bom": null,
          "auxiliary_guide": null,
          "auxiliary_other": null,
          "compatibility": {
            "dev_model_name": "C12",
            "dev_product_name": "P1S",
            "nozzle_diameter": 0.4
          },
          "other_compatibility": [
            {
              "dev_model_name": "O1E",
              "dev_product_name": "H2D Pro",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "BL-P001",
              "dev_product_name": "X1 Carbon",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "BL-P002",
              "dev_product_name": "X1",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "N1",
              "dev_product_name": "A1 mini",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "C11",
              "dev_product_name": "P1P",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1S",
              "dev_product_name": "H2S",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1D",
              "dev_product_name": "H2D",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "C13",
              "dev_product_name": "X1E",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "N2S",
              "dev_product_name": "A1",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "N7",
              "dev_product_name": "P2S",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1C2",
              "dev_product_name": "H2C",
              "nozzle_diameter": 0.4
            }
          ],
          "plates": [
            {
              "index": 1,
              "name": "",
              "thumbnail": {
                "name": "plate_1.png",
                "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/478600437/instance/plate_1.png"
              },
              "top_picture": {
                "name": "",
                "dir": "",
                "url": ""
              },
              "pick_picture": {
                "name": "",
                "dir": "",
                "url": ""
              },
              "objects": null,
              "skipped_objects": null,
              "label_object_enabled": false,
              "prediction": 6368,
              "weight": 36,
              "filaments": [
                {
                  "id": "1",
                  "type": "PLA",
                  "color": "#4D3324",
                  "used_m": "11.28",
                  "used_g": "36"
                }
              ],
              "warning": null
            }
          ]
        },
        "instance_setting": {
          "submit_as_private": false,
          "is_printer_preset_changed": false,
          "is_printer_tested": true,
          "is_donate_to_author": false,
          "instance_customized_by_maker_lab": false,
          "authors_choice": false,
          "maker_lab": "",
          "maker_lab_version": ""
        }
      },
      "prediction": 6368,
      "weight": 36,
      "instance_creator": {
        "uid": 4044076662,
        "name": "SabreDesign",
        "avatar": "https://public-cdn.bblmw.com/avatar/4044076662/2025-03-09_7a4a5e2987b4e.png",
        "fan_count": 62209,
        "follow_count": 18,
        "is_followed": false,
        "is_blacklist": false,
        "certificated": true,
        "handle": "SabreDesign",
        "level": 30,
        "grade_type": 4,
        "can_be_subscribed": true,
        "available_creator_membership_level_cnt": 0,
        "goto_personal_homepage": true,
        "social_preference_main_switch": 1,
        "block_user_chat": 1,
        "block_user_comment_or_rating_on_model_or_profile": 0,
        "block_user_comment_on_post": 0,
        "block_user_mention_me": 0
      },
      "cover": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/478600437/instance/2025-11-16_cbd9d7057b636.png",
      "material_cnt": 1,
      "is_default": false,
      "material_color_cnt": 1,
      "need_ams": false,
      "instance_filaments": [
        {
          "type": "PLA",
          "color": "#4D3324",
          "used_m": "11.28",
          "used_g": "36"
        }
      ],
      "rating_score_total": 2803,
      "rating_count": 566,
      "score": 0.9920369223446911,
      "publish_time": "2025-11-16T14:29:40Z",
      "download_count": 7335,
      "print_count": 5607,
      "is_official": false,
      "app_can_print": true,
      "has_zip_stl": true,
      "pictures": [
        {
          "name": "Reindeer 02.png",
          "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/478600437/instance/2025-11-16_cbd9d7057b636.png",
          "is_real_life_photo": -1
        },
        {
          "name": "Reindeer print 01.jpeg",
          "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/478600437/instance/2025-11-16_70fc4572dde9f8.jpeg",
          "is_real_life_photo": 1
        }
      ],
      "lac_info": {
        "machine_name": "",
        "process_types": [],
        "material_ids": [],
        "plates": null,
        "custom_materials": []
      },
      "lac_custom_info": {
        "other_tools": "",
        "compatible_devices_selected": null
      },
      "model2_d_info": {
        "process_group": [],
        "device_type": {
          "id": "",
          "image": "",
          "display": ""
        },
        "compatible_devices": [],
        "laser_modules": null,
        "cutting_modules": null,
        "materials": [],
        "custom_materials": []
      }
    },
    {
      "id": 2185191,
      "profile_id": 486468325,
      "profile2d_id": "",
      "status": 1,
      "title": "Improved Print quality,0.2mm layer, 2 walls, 0% infill",
      "title_translated": "",
      "summary": "<p>Print Quality Outer/Inner to reduce layer lines and improve visual quality of print</p><p>Wall Loops: 2</p><p>Layer hight: 0.2mm </p><p>&nbsp;</p>",
      "summary_translated": "",
      "create_time": "2025-11-22T12:29:14Z",
      "update_time": "2025-12-06T09:40:20Z",
      "extention": {
        "model_info": {
          "auxiliary_pictures": [
            {
              "name": "deer.jpg",
              "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/486468325/instance/2025-11-22_bca7c8c3ffbce8.jpg",
              "is_real_life_photo": 1
            }
          ],
          "auxiliary_bom": null,
          "auxiliary_guide": null,
          "auxiliary_other": null,
          "compatibility": {
            "dev_model_name": "C12",
            "dev_product_name": "P1S",
            "nozzle_diameter": 0.4
          },
          "other_compatibility": [
            {
              "dev_model_name": "N2S",
              "dev_product_name": "A1",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "N7",
              "dev_product_name": "P2S",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "C11",
              "dev_product_name": "P1P",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1S",
              "dev_product_name": "H2S",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "BL-P002",
              "dev_product_name": "X1",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "BL-P001",
              "dev_product_name": "X1 Carbon",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1C2",
              "dev_product_name": "H2C",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1D",
              "dev_product_name": "H2D",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "C13",
              "dev_product_name": "X1E",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1E",
              "dev_product_name": "H2D Pro",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "N1",
              "dev_product_name": "A1 mini",
              "nozzle_diameter": 0.4
            }
          ],
          "plates": [
            {
              "index": 1,
              "name": "",
              "thumbnail": {
                "name": "plate_1.png",
                "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/486468325/instance/plate_1.png"
              },
              "top_picture": {
                "name": "",
                "dir": "",
                "url": ""
              },
              "pick_picture": {
                "name": "",
                "dir": "",
                "url": ""
              },
              "objects": null,
              "skipped_objects": null,
              "label_object_enabled": false,
              "prediction": 7374,
              "weight": 36,
              "filaments": [
                {
                  "id": "1",
                  "type": "PLA",
                  "color": "#4D3324",
                  "used_m": "11.09",
                  "used_g": "36"
                }
              ],
              "warning": null
            }
          ]
        },
        "instance_setting": {
          "submit_as_private": false,
          "is_printer_preset_changed": false,
          "is_printer_tested": true,
          "is_donate_to_author": true,
          "instance_customized_by_maker_lab": false,
          "authors_choice": false,
          "maker_lab": "",
          "maker_lab_version": ""
        }
      },
      "prediction": 7374,
      "weight": 36,
      "instance_creator": {
        "uid": 245953336,
        "name": "CraftyRoux",
        "avatar": "https://public-cdn.bblmw.com/avatar/245953336/2025-11-17_1956c6e40a8ae8.png",
        "fan_count": 1,
        "follow_count": 0,
        "is_followed": false,
        "is_blacklist": false,
        "certificated": false,
        "handle": "craftyruser",
        "level": 11,
        "grade_type": 1,
        "can_be_subscribed": false,
        "available_creator_membership_level_cnt": 0,
        "goto_personal_homepage": true,
        "social_preference_main_switch": 1,
        "block_user_chat": 1,
        "block_user_comment_or_rating_on_model_or_profile": 0,
        "block_user_comment_on_post": 0,
        "block_user_mention_me": 0
      },
      "cover": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/486468325/instance/2025-11-22_bca7c8c3ffbce8.jpg",
      "material_cnt": 1,
      "is_default": false,
      "material_color_cnt": 1,
      "need_ams": false,
      "instance_filaments": [
        {
          "type": "PLA",
          "color": "#4D3324",
          "used_m": "11.09",
          "used_g": "36"
        }
      ],
      "rating_score_total": 493,
      "rating_count": 99,
      "score": 0.9864633075913385,
      "publish_time": "2025-11-22T12:29:14Z",
      "download_count": 1867,
      "print_count": 1286,
      "is_official": false,
      "app_can_print": true,
      "has_zip_stl": true,
      "pictures": [
        {
          "name": "deer.jpg",
          "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/486468325/instance/2025-11-22_bca7c8c3ffbce8.jpg",
          "is_real_life_photo": 1
        }
      ],
      "lac_info": {
        "machine_name": "",
        "process_types": [],
        "material_ids": [],
        "plates": null,
        "custom_materials": []
      },
      "lac_custom_info": {
        "other_tools": "",
        "compatible_devices_selected": null
      },
      "model2_d_info": {
        "process_group": [],
        "device_type": {
          "id": "",
          "image": "",
          "display": ""
        },
        "compatible_devices": [],
        "laser_modules": null,
        "cutting_modules": null,
        "materials": [],
        "custom_materials": []
      }
    },
    {
      "id": 2214219,
      "profile_id": 494756261,
      "profile2d_id": "",
      "status": 1,
      "title": "Reindeer 225 mm",
      "title_translated": "Reindeer 225 mm",
      "summary": "<ul><li>Anpassung der Höhenreichweite auf 160mm - 230mm → 15% Füllung, 3 Wände</li><li>Ab 150mm höhenabhängige Reduzierung der Geschwindigkeit und Beschleunigung um auf einem A1 saubere Ergebnisse zu erzielen</li><li>Oberer Bereich Variable Schichthöhen hinzugefügt</li></ul>",
      "summary_translated": "<ul><li>Height range adjusted to 160mm - 230mm → 15% infill, 3 walls</li><li>From 150mm, height-dependent reduction of speed and acceleration to achieve clean results on an A1</li><li>Variable layer heights added to the upper area</li></ul>",
      "create_time": "2025-11-28T11:53:32Z",
      "update_time": "2025-12-06T09:30:21Z",
      "extention": {
        "model_info": {
          "auxiliary_pictures": [
            {
              "name": "20251128_124029.jpg",
              "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/494756261/instance/2025-11-28_eb5b79cb759a8.jpg",
              "is_real_life_photo": 1
            }
          ],
          "auxiliary_bom": null,
          "auxiliary_guide": null,
          "auxiliary_other": null,
          "compatibility": {
            "dev_model_name": "N2S",
            "dev_product_name": "A1",
            "nozzle_diameter": 0.4
          },
          "other_compatibility": [
            {
              "dev_model_name": "C11",
              "dev_product_name": "P1P",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "N7",
              "dev_product_name": "P2S",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1C2",
              "dev_product_name": "H2C",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1D",
              "dev_product_name": "H2D",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "C13",
              "dev_product_name": "X1E",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "C12",
              "dev_product_name": "P1S",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "BL-P002",
              "dev_product_name": "X1",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1E",
              "dev_product_name": "H2D Pro",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1S",
              "dev_product_name": "H2S",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "BL-P001",
              "dev_product_name": "X1 Carbon",
              "nozzle_diameter": 0.4
            }
          ],
          "plates": [
            {
              "index": 1,
              "name": "225mm",
              "thumbnail": {
                "name": "plate_1.png",
                "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/494756261/instance/plate_1.png"
              },
              "top_picture": {
                "name": "",
                "dir": "",
                "url": ""
              },
              "pick_picture": {
                "name": "",
                "dir": "",
                "url": ""
              },
              "objects": null,
              "skipped_objects": null,
              "label_object_enabled": false,
              "prediction": 13013,
              "weight": 60,
              "filaments": [
                {
                  "id": "1",
                  "type": "PLA",
                  "color": "#68724D",
                  "used_m": "18.89",
                  "used_g": "60"
                }
              ],
              "warning": null
            }
          ]
        },
        "instance_setting": {
          "submit_as_private": false,
          "is_printer_preset_changed": true,
          "is_printer_tested": true,
          "is_donate_to_author": false,
          "instance_customized_by_maker_lab": false,
          "authors_choice": false,
          "maker_lab": "",
          "maker_lab_version": ""
        }
      },
      "prediction": 13013,
      "weight": 60,
      "instance_creator": {
        "uid": 3373234252,
        "name": "Daniel2202",
        "avatar": "https://public-cdn.bblmw.com/avatar/35c9b1d0-d887-11ef-bcf1-47f6221fb7ca.jpg",
        "fan_count": 25,
        "follow_count": 20,
        "is_followed": false,
        "is_blacklist": false,
        "certificated": false,
        "handle": "Daniel2202",
        "level": 24,
        "grade_type": 3,
        "can_be_subscribed": false,
        "available_creator_membership_level_cnt": 0,
        "goto_personal_homepage": true,
        "social_preference_main_switch": 1,
        "block_user_chat": 1,
        "block_user_comment_or_rating_on_model_or_profile": 0,
        "block_user_comment_on_post": 0,
        "block_user_mention_me": 0
      },
      "cover": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/494756261/instance/2025-11-28_eb5b79cb759a8.jpg",
      "material_cnt": 1,
      "is_default": false,
      "material_color_cnt": 1,
      "need_ams": false,
      "instance_filaments": [
        {
          "type": "PLA",
          "color": "#68724D",
          "used_m": "18.89",
          "used_g": "60"
        }
      ],
      "rating_score_total": 117,
      "rating_count": 24,
      "score": 0.943601959337046,
      "publish_time": "2025-11-28T11:53:32Z",
      "download_count": 660,
      "print_count": 495,
      "is_official": false,
      "app_can_print": true,
      "has_zip_stl": true,
      "pictures": [
        {
          "name": "20251128_124029.jpg",
          "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/494756261/instance/2025-11-28_eb5b79cb759a8.jpg",
          "is_real_life_photo": 1
        }
      ],
      "lac_info": {
        "machine_name": "",
        "process_types": [],
        "material_ids": [],
        "plates": null,
        "custom_materials": []
      },
      "lac_custom_info": {
        "other_tools": "",
        "compatible_devices_selected": null
      },
      "model2_d_info": {
        "process_group": [],
        "device_type": {
          "id": "",
          "image": "",
          "display": ""
        },
        "compatible_devices": [],
        "laser_modules": null,
        "cutting_modules": null,
        "materials": [],
        "custom_materials": []
      }
    },
    {
      "id": 2215196,
      "profile_id": 495051179,
      "profile2d_id": "",
      "status": 1,
      "title": "Improved Print quality v2: 0.16mm layer, 2 walls, 0% infill",
      "title_translated": "",
      "summary": "<p>I updated the print profile to really improve the quality, still maintaining 2 outer walls to print outer then inner, the layer Hight has been reduced to 0.16 to reduce layer lines further. </p><p>&nbsp;</p><p>I test printed this in black, only real issue remains seam on antlers so I would suggest playing around with seem lines to get the perfect print, but as far as quality goes this should be pretty spot on without going to a smaller nozzle. </p><p>&nbsp;</p><p>For best quality print ensure your filament is dry, stringing occurs between the antlers if your filament is not dry.</p><p>&nbsp;</p><p>Layer Lines: 0.16mm</p><p>Outer Walls:  2 layers</p><p>Infill: 0% </p><p>&nbsp;</p>",
      "summary_translated": "",
      "create_time": "2025-11-28T16:15:53Z",
      "update_time": "2025-12-06T09:41:28Z",
      "extention": {
        "model_info": {
          "auxiliary_pictures": [
            {
              "name": "Reindeer 2.jpg",
              "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/495051179/instance/2025-11-28_e51552c1e618e.jpg",
              "is_real_life_photo": 1
            },
            {
              "name": "reindeer.jpg",
              "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/495051179/instance/2025-11-28_d2496533d7ab78.jpg",
              "is_real_life_photo": 1
            }
          ],
          "auxiliary_bom": null,
          "auxiliary_guide": null,
          "auxiliary_other": null,
          "compatibility": {
            "dev_model_name": "C12",
            "dev_product_name": "P1S",
            "nozzle_diameter": 0.4
          },
          "other_compatibility": [
            {
              "dev_model_name": "C13",
              "dev_product_name": "X1E",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "N1",
              "dev_product_name": "A1 mini",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1C2",
              "dev_product_name": "H2C",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1D",
              "dev_product_name": "H2D",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1S",
              "dev_product_name": "H2S",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "N7",
              "dev_product_name": "P2S",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1E",
              "dev_product_name": "H2D Pro",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "C11",
              "dev_product_name": "P1P",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "N2S",
              "dev_product_name": "A1",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "BL-P001",
              "dev_product_name": "X1 Carbon",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "BL-P002",
              "dev_product_name": "X1",
              "nozzle_diameter": 0.4
            }
          ],
          "plates": [
            {
              "index": 1,
              "name": "",
              "thumbnail": {
                "name": "plate_1.png",
                "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/495051179/instance/plate_1.png"
              },
              "top_picture": {
                "name": "",
                "dir": "",
                "url": ""
              },
              "pick_picture": {
                "name": "",
                "dir": "",
                "url": ""
              },
              "objects": null,
              "skipped_objects": null,
              "label_object_enabled": false,
              "prediction": 12398,
              "weight": 37,
              "filaments": [
                {
                  "id": "1",
                  "type": "PLA",
                  "color": "#000000",
                  "used_m": "11.42",
                  "used_g": "37"
                }
              ],
              "warning": null
            }
          ]
        },
        "instance_setting": {
          "submit_as_private": false,
          "is_printer_preset_changed": false,
          "is_printer_tested": true,
          "is_donate_to_author": false,
          "instance_customized_by_maker_lab": false,
          "authors_choice": false,
          "maker_lab": "",
          "maker_lab_version": ""
        }
      },
      "prediction": 12398,
      "weight": 37,
      "instance_creator": {
        "uid": 245953336,
        "name": "CraftyRoux",
        "avatar": "https://public-cdn.bblmw.com/avatar/245953336/2025-11-17_1956c6e40a8ae8.png",
        "fan_count": 1,
        "follow_count": 0,
        "is_followed": false,
        "is_blacklist": false,
        "certificated": false,
        "handle": "craftyruser",
        "level": 11,
        "grade_type": 1,
        "can_be_subscribed": false,
        "available_creator_membership_level_cnt": 0,
        "goto_personal_homepage": true,
        "social_preference_main_switch": 1,
        "block_user_chat": 1,
        "block_user_comment_or_rating_on_model_or_profile": 0,
        "block_user_comment_on_post": 0,
        "block_user_mention_me": 0
      },
      "cover": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/495051179/instance/2025-11-28_e51552c1e618e.jpg",
      "material_cnt": 1,
      "is_default": false,
      "material_color_cnt": 1,
      "need_ams": false,
      "instance_filaments": [
        {
          "type": "PLA",
          "color": "#000000",
          "used_m": "11.42",
          "used_g": "37"
        }
      ],
      "rating_score_total": 70,
      "rating_count": 14,
      "score": 0.9123611907616913,
      "publish_time": "2025-11-28T16:15:53Z",
      "download_count": 289,
      "print_count": 213,
      "is_official": false,
      "app_can_print": true,
      "has_zip_stl": true,
      "pictures": [
        {
          "name": "Reindeer 2.jpg",
          "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/495051179/instance/2025-11-28_e51552c1e618e.jpg",
          "is_real_life_photo": 1
        },
        {
          "name": "reindeer.jpg",
          "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/495051179/instance/2025-11-28_d2496533d7ab78.jpg",
          "is_real_life_photo": 1
        }
      ],
      "lac_info": {
        "machine_name": "",
        "process_types": [],
        "material_ids": [],
        "plates": null,
        "custom_materials": []
      },
      "lac_custom_info": {
        "other_tools": "",
        "compatible_devices_selected": null
      },
      "model2_d_info": {
        "process_group": [],
        "device_type": {
          "id": "",
          "image": "",
          "display": ""
        },
        "compatible_devices": [],
        "laser_modules": null,
        "cutting_modules": null,
        "materials": [],
        "custom_materials": []
      }
    },
    {
      "id": 2213247,
      "profile_id": 494428656,
      "profile2d_id": "",
      "status": 1,
      "title": "A1 Series Optimised",
      "title_translated": "",
      "summary": "<p>Filament Used is Bambu Lab PLA Matte White</p>",
      "summary_translated": "",
      "create_time": "2025-11-28T04:27:23Z",
      "update_time": "2025-12-05T22:20:02Z",
      "extention": {
        "model_info": {
          "auxiliary_pictures": [
            {
              "name": "IMG_3909.JPEG",
              "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/494428656/instance/2025-11-27_805f3b4195fe5.jpeg",
              "is_real_life_photo": 1
            },
            {
              "name": "IMG_3910.JPEG",
              "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/494428656/instance/2025-11-27_58253daf9de188.jpeg",
              "is_real_life_photo": 1
            },
            {
              "name": "IMG_3911.JPEG",
              "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/494428656/instance/2025-11-27_30ebf3d1233228.jpeg",
              "is_real_life_photo": 1
            }
          ],
          "auxiliary_bom": null,
          "auxiliary_guide": null,
          "auxiliary_other": null,
          "compatibility": {
            "dev_model_name": "N2S",
            "dev_product_name": "A1",
            "nozzle_diameter": 0.4
          },
          "other_compatibility": [
            {
              "dev_model_name": "N1",
              "dev_product_name": "A1 mini",
              "nozzle_diameter": 0.4
            }
          ],
          "plates": [
            {
              "index": 1,
              "name": "",
              "thumbnail": {
                "name": "plate_1.png",
                "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/494428656/instance/plate_1.png"
              },
              "top_picture": {
                "name": "",
                "dir": "",
                "url": ""
              },
              "pick_picture": {
                "name": "",
                "dir": "",
                "url": ""
              },
              "objects": null,
              "skipped_objects": null,
              "label_object_enabled": false,
              "prediction": 31533,
              "weight": 67,
              "filaments": [
                {
                  "id": "3",
                  "type": "PLA",
                  "color": "#FFFFFF",
                  "used_m": "20.98",
                  "used_g": "67"
                }
              ],
              "warning": null
            }
          ]
        },
        "instance_setting": {
          "submit_as_private": false,
          "is_printer_preset_changed": false,
          "is_printer_tested": true,
          "is_donate_to_author": false,
          "instance_customized_by_maker_lab": false,
          "authors_choice": false,
          "maker_lab": "",
          "maker_lab_version": ""
        }
      },
      "prediction": 31533,
      "weight": 67,
      "instance_creator": {
        "uid": 3789560576,
        "name": "A1",
        "avatar": "https://public-cdn.bblmw.com/avatar/3789560576/2024-09-20_cc43f828c45d3.webp",
        "fan_count": 14,
        "follow_count": 1,
        "is_followed": false,
        "is_blacklist": false,
        "certificated": false,
        "handle": "ThePrintery",
        "level": 14,
        "grade_type": 2,
        "can_be_subscribed": false,
        "available_creator_membership_level_cnt": 0,
        "goto_personal_homepage": true,
        "social_preference_main_switch": 1,
        "block_user_chat": 1,
        "block_user_comment_or_rating_on_model_or_profile": 0,
        "block_user_comment_on_post": 0,
        "block_user_mention_me": 0
      },
      "cover": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/494428656/instance/2025-11-27_805f3b4195fe5.jpeg",
      "material_cnt": 1,
      "is_default": false,
      "material_color_cnt": 1,
      "need_ams": false,
      "instance_filaments": [
        {
          "type": "PLA",
          "color": "#FFFFFF",
          "used_m": "20.98",
          "used_g": "67"
        }
      ],
      "rating_score_total": 0,
      "rating_count": 0,
      "score": 0,
      "publish_time": "2025-11-28T04:27:23Z",
      "download_count": 36,
      "print_count": 9,
      "is_official": false,
      "app_can_print": true,
      "has_zip_stl": true,
      "pictures": [
        {
          "name": "IMG_3909.JPEG",
          "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/494428656/instance/2025-11-27_805f3b4195fe5.jpeg",
          "is_real_life_photo": 1
        },
        {
          "name": "IMG_3910.JPEG",
          "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/494428656/instance/2025-11-27_58253daf9de188.jpeg",
          "is_real_life_photo": 1
        },
        {
          "name": "IMG_3911.JPEG",
          "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/494428656/instance/2025-11-27_30ebf3d1233228.jpeg",
          "is_real_life_photo": 1
        }
      ],
      "lac_info": {
        "machine_name": "",
        "process_types": [],
        "material_ids": [],
        "plates": null,
        "custom_materials": []
      },
      "lac_custom_info": {
        "other_tools": "",
        "compatible_devices_selected": null
      },
      "model2_d_info": {
        "process_group": [],
        "device_type": {
          "id": "",
          "image": "",
          "display": ""
        },
        "compatible_devices": [],
        "laser_modules": null,
        "cutting_modules": null,
        "materials": [],
        "custom_materials": []
      }
    },
    {
      "id": 2240717,
      "profile_id": 503021240,
      "profile2d_id": "",
      "status": 1,
      "title": "By Object combo 135mm & 175mm 0.2mm layer, 1 walls, 0% in",
      "title_translated": "",
      "summary": "<p>same setup as OG</p><p>just with 135mm and 175mm on same plate Print By Object <br><br><span style=\"background-color: rgb(36,36,36); color: rgb(239,239,240); font-size: 16px\">0.2mm layer, 1 walls, 0% infill, antlers and ears, 3 walls, 15% gyroid infill, top of head variable layer height.</span></p>",
      "summary_translated": "",
      "create_time": "2025-12-04T01:12:39Z",
      "update_time": "2025-12-06T08:06:16Z",
      "extention": {
        "model_info": {
          "auxiliary_pictures": [
            {
              "name": "reaindeer.png",
              "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/503021240/instance/2025-12-04_5858de4911667.png",
              "is_real_life_photo": -1
            },
            {
              "name": "277cc573-65eb-40f4-b208-70187600ba35.jfif",
              "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/503021240/instance/2025-12-04_9b1fd3fcf4a2d.jfif",
              "is_real_life_photo": 1
            }
          ],
          "auxiliary_bom": null,
          "auxiliary_guide": null,
          "auxiliary_other": null,
          "compatibility": {
            "dev_model_name": "N2S",
            "dev_product_name": "A1",
            "nozzle_diameter": 0.4
          },
          "other_compatibility": [],
          "plates": [
            {
              "index": 1,
              "name": "",
              "thumbnail": {
                "name": "plate_1.png",
                "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/503021240/instance/plate_1.png"
              },
              "top_picture": {
                "name": "",
                "dir": "",
                "url": ""
              },
              "pick_picture": {
                "name": "",
                "dir": "",
                "url": ""
              },
              "objects": null,
              "skipped_objects": null,
              "label_object_enabled": false,
              "prediction": 12760,
              "weight": 54,
              "filaments": [
                {
                  "id": "1",
                  "type": "PLA",
                  "color": "#F98C36",
                  "used_m": "17.82",
                  "used_g": "54"
                }
              ],
              "warning": null
            }
          ]
        },
        "instance_setting": {
          "submit_as_private": false,
          "is_printer_preset_changed": false,
          "is_printer_tested": true,
          "is_donate_to_author": true,
          "instance_customized_by_maker_lab": false,
          "authors_choice": false,
          "maker_lab": "",
          "maker_lab_version": ""
        }
      },
      "prediction": 12760,
      "weight": 54,
      "instance_creator": {
        "uid": 1575747238,
        "name": "Bades",
        "avatar": "https://public-cdn.bblmw.com/avatar/51fd5600-3d3a-11f0-a992-91b4ecb827e6.jpg",
        "fan_count": 0,
        "follow_count": 23,
        "is_followed": false,
        "is_blacklist": false,
        "certificated": false,
        "handle": "Bades",
        "level": 22,
        "grade_type": 3,
        "can_be_subscribed": false,
        "available_creator_membership_level_cnt": 0,
        "goto_personal_homepage": true,
        "social_preference_main_switch": 1,
        "block_user_chat": 1,
        "block_user_comment_or_rating_on_model_or_profile": 0,
        "block_user_comment_on_post": 0,
        "block_user_mention_me": 0
      },
      "cover": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/503021240/instance/2025-12-04_5858de4911667.png",
      "material_cnt": 1,
      "is_default": false,
      "material_color_cnt": 1,
      "need_ams": false,
      "instance_filaments": [
        {
          "type": "PLA",
          "color": "#F98C36",
          "used_m": "17.82",
          "used_g": "54"
        }
      ],
      "rating_score_total": 0,
      "rating_count": 0,
      "score": 0,
      "publish_time": "2025-12-04T01:30:44Z",
      "download_count": 17,
      "print_count": 6,
      "is_official": false,
      "app_can_print": true,
      "has_zip_stl": true,
      "pictures": [
        {
          "name": "reaindeer.png",
          "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/503021240/instance/2025-12-04_5858de4911667.png",
          "is_real_life_photo": -1
        },
        {
          "name": "277cc573-65eb-40f4-b208-70187600ba35.jfif",
          "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/503021240/instance/2025-12-04_9b1fd3fcf4a2d.jfif",
          "is_real_life_photo": 1
        }
      ],
      "lac_info": {
        "machine_name": "",
        "process_types": [],
        "material_ids": [],
        "plates": null,
        "custom_materials": []
      },
      "lac_custom_info": {
        "other_tools": "",
        "compatible_devices_selected": null
      },
      "model2_d_info": {
        "process_group": [],
        "device_type": {
          "id": "",
          "image": "",
          "display": ""
        },
        "compatible_devices": [],
        "laser_modules": null,
        "cutting_modules": null,
        "materials": [],
        "custom_materials": []
      }
    },
    {
      "id": 2240747,
      "profile_id": 503021778,
      "profile2d_id": "",
      "status": 1,
      "title": "By layer combo 135mm & 175mm 0.2mm layer, 1 walls, 0% infill",
      "title_translated": "",
      "summary": "<p>by layer 135mm and 175mm same plate <br><br><span style=\"background-color: rgb(36,36,36); color: rgb(239,239,240); font-size: 16px\">0.2mm layer, 1 walls, 0% infill, antlers and ears, 3 walls, 15% gyroid infill, top of head variable layer height.</span></p>",
      "summary_translated": "",
      "create_time": "2025-12-04T01:24:50Z",
      "update_time": "2025-12-06T08:47:50Z",
      "extention": {
        "model_info": {
          "auxiliary_pictures": [
            {
              "name": "reaindeer.png",
              "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/503021778/instance/2025-12-04_24b854de040898.png",
              "is_real_life_photo": -1
            },
            {
              "name": "277cc573-65eb-40f4-b208-70187600ba35.jfif",
              "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/503021778/instance/2025-12-04_ec2b0a3dd58298.jfif",
              "is_real_life_photo": 1
            }
          ],
          "auxiliary_bom": null,
          "auxiliary_guide": null,
          "auxiliary_other": null,
          "compatibility": {
            "dev_model_name": "C12",
            "dev_product_name": "P1S",
            "nozzle_diameter": 0.4
          },
          "other_compatibility": [
            {
              "dev_model_name": "BL-P002",
              "dev_product_name": "X1",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "N1",
              "dev_product_name": "A1 mini",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1C2",
              "dev_product_name": "H2C",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1S",
              "dev_product_name": "H2S",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "C11",
              "dev_product_name": "P1P",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "C13",
              "dev_product_name": "X1E",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "N7",
              "dev_product_name": "P2S",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "BL-P001",
              "dev_product_name": "X1 Carbon",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1E",
              "dev_product_name": "H2D Pro",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "N2S",
              "dev_product_name": "A1",
              "nozzle_diameter": 0.4
            },
            {
              "dev_model_name": "O1D",
              "dev_product_name": "H2D",
              "nozzle_diameter": 0.4
            }
          ],
          "plates": [
            {
              "index": 1,
              "name": "",
              "thumbnail": {
                "name": "plate_1.png",
                "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/503021778/instance/plate_1.png"
              },
              "top_picture": {
                "name": "",
                "dir": "",
                "url": ""
              },
              "pick_picture": {
                "name": "",
                "dir": "",
                "url": ""
              },
              "objects": null,
              "skipped_objects": null,
              "label_object_enabled": false,
              "prediction": 10882,
              "weight": 55,
              "filaments": [
                {
                  "id": "1",
                  "type": "PLA",
                  "color": "#F98C36",
                  "used_m": "17.82",
                  "used_g": "55"
                }
              ],
              "warning": null
            }
          ]
        },
        "instance_setting": {
          "submit_as_private": false,
          "is_printer_preset_changed": false,
          "is_printer_tested": true,
          "is_donate_to_author": true,
          "instance_customized_by_maker_lab": false,
          "authors_choice": false,
          "maker_lab": "",
          "maker_lab_version": ""
        }
      },
      "prediction": 10882,
      "weight": 55,
      "instance_creator": {
        "uid": 1575747238,
        "name": "Bades",
        "avatar": "https://public-cdn.bblmw.com/avatar/51fd5600-3d3a-11f0-a992-91b4ecb827e6.jpg",
        "fan_count": 0,
        "follow_count": 23,
        "is_followed": false,
        "is_blacklist": false,
        "certificated": false,
        "handle": "Bades",
        "level": 22,
        "grade_type": 3,
        "can_be_subscribed": false,
        "available_creator_membership_level_cnt": 0,
        "goto_personal_homepage": true,
        "social_preference_main_switch": 1,
        "block_user_chat": 1,
        "block_user_comment_or_rating_on_model_or_profile": 0,
        "block_user_comment_on_post": 0,
        "block_user_mention_me": 0
      },
      "cover": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/503021778/instance/2025-12-04_24b854de040898.png",
      "material_cnt": 1,
      "is_default": false,
      "material_color_cnt": 1,
      "need_ams": false,
      "instance_filaments": [
        {
          "type": "PLA",
          "color": "#F98C36",
          "used_m": "17.82",
          "used_g": "55"
        }
      ],
      "rating_score_total": 0,
      "rating_count": 0,
      "score": 0,
      "publish_time": "2025-12-04T01:31:14Z",
      "download_count": 44,
      "print_count": 32,
      "is_official": false,
      "app_can_print": true,
      "has_zip_stl": true,
      "pictures": [
        {
          "name": "reaindeer.png",
          "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/503021778/instance/2025-12-04_24b854de040898.png",
          "is_real_life_photo": -1
        },
        {
          "name": "277cc573-65eb-40f4-b208-70187600ba35.jfif",
          "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/503021778/instance/2025-12-04_ec2b0a3dd58298.jfif",
          "is_real_life_photo": 1
        }
      ],
      "lac_info": {
        "machine_name": "",
        "process_types": [],
        "material_ids": [],
        "plates": null,
        "custom_materials": []
      },
      "lac_custom_info": {
        "other_tools": "",
        "compatible_devices_selected": null
      },
      "model2_d_info": {
        "process_group": [],
        "device_type": {
          "id": "",
          "image": "",
          "display": ""
        },
        "compatible_devices": [],
        "laser_modules": null,
        "cutting_modules": null,
        "materials": [],
        "custom_materials": []
      }
    }
  ],
  "license": "Standard Digital File License",
  "allow_re_creation": false,
  "nsfw": false,
  "originals": [],
  "create_time": "2025-11-16T14:27:09Z",
  "update_time": "2025-12-06T09:43:30Z",
  "model_source": 1,
  "design_extension": {
    "design_setting": {
      "allow_others_profile": false,
      "submit_as_private": false,
      "design_update_msg": {
        "notice_instance_author": false,
        "notice_download_user": false,
        "content": "",
        "images": null
      },
      "maker_lab": "",
      "maker_lab_version": ""
    },
    "design_pictures": [
      {
        "name": "cover",
        "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/design/2025-11-16_c540fbdd15f248.png",
        "is_real_life_photo": 0
      },
      {
        "name": "Reindeer 27.png",
        "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/design/2025-11-16_e5f21ba237c8.png",
        "is_real_life_photo": 0
      },
      {
        "name": "Reindeer 11.png",
        "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/design/2025-11-16_cd91059ecb16c.png",
        "is_real_life_photo": 0
      },
      {
        "name": "Reindeer 14.png",
        "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/design/2025-11-16_cc6cff360a294.png",
        "is_real_life_photo": 0
      },
      {
        "name": "Reindeer print 01.jpeg",
        "url": "https://makerworld.bblmw.com/makerworld/model/US54e683eb15165c/design/2025-11-16_c3bf8d58f06a58.jpeg",
        "is_real_life_photo": 1
      }
    ],
    "design_bom": [],
    "design_guide": [],
    "design_other": [],
    "model_files": [
      {
        "thumbnail_name": "Reindeer.jpeg",
        "thumbnail_size": 0,
        "thumbnail_url": "",
        "model_name": "Reindeer.3mf",
        "model_size": 7005303,
        "model_url": "",
        "model_type": "3mf",
        "model_update_time": "2025-11-16T14:02:17.313Z",
        "model_file_name": "",
        "scad_status": 0,
        "scad_config": "",
        "fusion_f3_d": {
          "status": "",
          "parameters": "",
          "parameters_url": "",
          "f3_d_urn": "",
          "fusion_id": ""
        },
        "note": "",
        "is_dir": false,
        "dir_name": "",
        "is_auto_generated": false,
        "protected": false,
        "unikey": "134275be-df6d-4959-89a0-4e4e97125fd6",
        "children": null
      }
    ],
    "instances_order": [],
    "boms_needed": false,
    "boms": [],
    "boms_of_filaments": [],
    "boms_of_materials": [],
    "boms_v2": [],
    "boms_of_filaments_v2": [
      {
        "sku": "a01-r4-1.75-1000-splfree",
        "spu_name": "PLA Matte",
        "handle": "pla-matte",
        "quantity": 1,
        "product_propery_list": [
          {
            "key": "Color",
            "key_id": "9000355659912",
            "values": [
              {
                "value": "Matte Ivory White (11100)",
                "value_id": "564681956150505475",
                "color_image": "https://store.bblcdn.com/s7/default/4dfda2ea267145fea524b5b01183a1d3/c8693a709e0442f384bad600d03fe0c3.media"
              },
              {
                "value": "Matte Bone White (11103)",
                "value_id": "564681956150505489",
                "color_image": "https://store.bblcdn.com/s7/default/a4fa9b00833d4034ac3ee2c23b6572fe/Rectangle_4535.png"
              },
              {
                "value": "Matte Lemon Yellow (11400)",
                "value_id": "564681956150505473",
                "color_image": "https://store.bblcdn.com/s7/default/80f14ed4a26d437c87a2c75cd9e2fd61/147b2c8c833e4625a552584ce4ac94e2.media"
              },
              {
                "value": "Matte Mandarin Orange (11300)",
                "value_id": "564681956150505472",
                "color_image": "https://store.bblcdn.com/s7/default/9e35cf5a500946929370ba9bfda7c589/50858ad786c3414daaacb1f29eead215.media"
              },
              {
                "value": "Matte Sakura Pink (11201)",
                "value_id": "564681956150505474",
                "color_image": "https://store.bblcdn.com/s7/default/753cb281a8eb43429252a899494509be/a54f8229fa6e4c2eb714c34972fa6a82.media"
              },
              {
                "value": "Matte Lilac purple (11700)",
                "value_id": "564681956150505478",
                "color_image": "https://store.bblcdn.com/s7/default/98824cdda2ff471e98ceed81607d9244/47be9dad231d4e7c9d84086cd677e8dd.media"
              },
              {
                "value": "Matte Plum (11204)",
                "value_id": "564681956150505490",
                "color_image": "https://store.bblcdn.com/s7/default/1b4fd1fc84064a3b97d75350342f690f/Rectangle_4537.png"
              },
              {
                "value": "Matte Scarlet Red (11200)",
                "value_id": "564681956150505479",
                "color_image": "https://store.bblcdn.com/s7/default/507a8943f9ad475087200d6198752cb1/e97d6f747715417d8c2d5c0aeb2554f0.media"
              },
              {
                "value": "Matte Dark Red (11202)",
                "value_id": "564681956150505480",
                "color_image": "https://store.bblcdn.com/s7/default/f612ed2615aa4c29bbefeed16e8bc46e/16a6cddd38c5427fbe0c043acf4fdec4.media"
              },
              {
                "value": "Matte Apple Green (11502)",
                "value_id": "564681956150505492",
                "color_image": "https://store.bblcdn.com/s7/default/e96f1a0495744cae916e0ebac015a616/Rectangle_4539.png"
              },
              {
                "value": "Matte Grass Green (11500)",
                "value_id": "564681956150505482",
                "color_image": "https://store.bblcdn.com/s7/default/ba9e1c06897c4aea8ccf11f017fa4ecb/f375a162834a4dd6ad40b3d3cd2bd23b.media"
              },
              {
                "value": "Matte Dark Green (11501)",
                "value_id": "564681956150505481",
                "color_image": "https://store.bblcdn.com/s7/default/941042ae51b44dfb9676fe6c466bd427/cf87d8d749a64146abd1f02c4a9a79ad.media"
              },
              {
                "value": "Matte Ice Blue (11601)",
                "value_id": "564681956150505483",
                "color_image": "https://store.bblcdn.com/s7/default/a530c57b4be5472ca6db0fa868c1ba0a/c07627cfd70f4ccfa787d4d12dad6d4b.media"
              },
              {
                "value": "Matte Sky Blue (11603)",
                "value_id": "564681956150505491",
                "color_image": "https://store.bblcdn.com/s7/default/9f13bc24194348eab9cc55f54c1aaa4b/Rectangle_4540.png"
              },
              {
                "value": "Matte Marine Blue (11600)",
                "value_id": "564681956150505484",
                "color_image": "https://store.bblcdn.com/s7/default/9388663cc50f48339710e5bb2444ccfb/c3f24581020141108a78632680271e09.media"
              },
              {
                "value": "Matte Dark Blue (11602)",
                "value_id": "564681956150505488",
                "color_image": "https://store.bblcdn.com/s7/default/f005ddb1b3e94256a6023088a371c915/353e1dc2aced4c808db0c85d394bbee6.media"
              },
              {
                "value": "Matte Desert Tan (11401)",
                "value_id": "564681956150505486",
                "color_image": "https://store.bblcdn.com/s7/default/7f61d6e2c5d646aba88a53cd288c29d6/d05a32c4b098422db92848e2b4d9c90e.media"
              },
              {
                "value": "Matte Latte Brown (11800)",
                "value_id": "564681956150505476",
                "color_image": "https://store.bblcdn.com/s7/default/c0b1bb76cc7a43ce8ba53fc4f4d380f9/80e94033ac314bb58c08c48a93156c8b.media"
              },
              {
                "value": "Matte Caramel (11803)",
                "value_id": "564681956150505494",
                "color_image": "https://store.bblcdn.com/s7/default/ec3690a87060481da0726bea544bcfb4/Rectangle_4541.png"
              },
              {
                "value": "Matte Terracotta (11203)",
                "value_id": "564681956150505495",
                "color_image": "https://store.bblcdn.com/s7/default/beed1f7cc49c46658fc22dd911f75750/Rectangle_4542.png"
              },
              {
                "value": "Matte Dark Brown (11801)",
                "value_id": "564681956150505487",
                "color_image": "https://store.bblcdn.com/s7/default/50f2cab7433b45feadc65018787ceae4/926ff77d477d4f6c9fcb8c76fdefa7b2.media"
              },
              {
                "value": "Matte Dark Chocolate (11802)",
                "value_id": "564681956150505493",
                "color_image": "https://store.bblcdn.com/s7/default/2cd3690d622444d3bd60e2db970c7c0f/Rectangle_4536.png"
              },
              {
                "value": "Matte Ash Gray (11102)",
                "value_id": "564681956150505477",
                "color_image": "https://store.bblcdn.com/s7/default/9501600ddc594f93a8c68cc790601582/bac67500773d4a7fbd285fbfc2aaa9a7.media"
              },
              {
                "value": "Matte Nardo Gray (11104)",
                "value_id": "564681956150505496",
                "color_image": "https://store.bblcdn.com/s7/default/35632053903347a7b4feabe27c0a5fd0/Rectangle_4543.png"
              },
              {
                "value": "Matte Charcoal (11101)",
                "value_id": "564681956150505485",
                "color_image": "https://store.bblcdn.com/s7/default/2588d450183643ad9908c3b2c014493c/9873c26227394682ab9270a8e0868f0f.media"
              }
            ]
          },
          {
            "key": "Type",
            "key_id": "8938657546376",
            "values": [
              {
                "value": "Refill",
                "value_id": "564681956150505497",
                "color_image": ""
              },
              {
                "value": "Filament with spool",
                "value_id": "564681956150505498",
                "color_image": ""
              }
            ]
          },
          {
            "key": "Size",
            "key_id": "8956768190600",
            "values": [
              {
                "value": "1kg",
                "value_id": "564681956150505499",
                "color_image": ""
              }
            ]
          }
        ],
        "product_sku_list": [
          {
            "sku": "a01-w2-1.75-1000-splfree",
            "sku_id": "40489681780872",
            "sku_name": "Matte Ivory White (11100) / Refill / 1kg",
            "price": 19.99,
            "currency": "USD",
            "image": "https://store.bblcdn.com/s7/default/5e5b56df86354802990d37fc23547a01/PLA-Matte_Ivory-White.png",
            "product_properties": [
              {
                "key": "Color",
                "key_id": "9000355659912",
                "value": "Matte Ivory White (11100)",
                "value_id": "564681956150505475"
              },
              {
                "key": "Type",
                "key_id": "8938657546376",
                "value": "Refill",
                "value_id": "564681956150505497"
              },
              {
                "key": "Size",
                "key_id": "8956768190600",
                "value": "1kg",
                "value_id": "564681956150505499"
              }
            ],
            "price_str": "$19.99 USD",
            "promotion_info": {
              "price": 0,
              "price_str": "",
              "price_type": 0,
              "price_full_discount_off_rule": null,
              "price_discount": 0,
              "lowest_price": 11.99,
              "lowest_price_str": "$11.99",
              "lowest_price_type": 2,
              "lowest_price_full_discount_off_rule": {
                "discount_info": {
                  "type": 2,
                  "value": 40,
                  "value_str": "40",
                  "decrease_method": 1
                },
                "threshold_info": {
                  "type": 2,
                  "value": 14,
                  "value_str": "14"
                }
              }
            }
          },
          {
            "sku": "a01-d3-1.75-1000-splfree",
            "sku_id": "40489681813640",
            "sku_name": "Matte Ash Gray (11102) / Refill / 1kg",
            "price": 19.99,
            "currency": "USD",
            "image": "https://store.bblcdn.com/s7/default/502359426c1c4e9687a7f921f741b623/Matte-Ash-Grey.png",
            "product_properties": [
              {
                "key": "Color",
                "key_id": "9000355659912",
                "value": "Matte Ash Gray (11102)",
                "value_id": "564681956150505477"
              },
              {
                "key": "Type",
                "key_id": "8938657546376",
                "value": "Refill",
                "value_id": "564681956150505497"
              },
              {
                "key": "Size",
                "key_id": "8956768190600",
                "value": "1kg",
                "value_id": "564681956150505499"
              }
            ],
            "price_str": "$19.99 USD",
            "promotion_info": {
              "price": 0,
              "price_str": "",
              "price_type": 0,
              "price_full_discount_off_rule": null,
              "price_discount": 0,
              "lowest_price": 11.99,
              "lowest_price_str": "$11.99",
              "lowest_price_type": 2,
              "lowest_price_full_discount_off_rule": {
                "discount_info": {
                  "type": 2,
                  "value": 40,
                  "value_str": "40",
                  "decrease_method": 1
                },
                "threshold_info": {
                  "type": 2,
                  "value": 14,
                  "value_str": "14"
                }
              }
            }
          },
          {
            "sku": "a01-a2-1.75-1000-splfree",
            "sku_id": "40489681846408",
            "sku_name": "Matte Mandarin Orange (11300) / Refill / 1kg",
            "price": 19.99,
            "currency": "USD",
            "image": "https://store.bblcdn.com/s7/default/9d9735b366524d0e82bf75672a00b7c8/Matte-Mandarin-Orange.png",
            "product_properties": [
              {
                "key": "Color",
                "key_id": "9000355659912",
                "value": "Matte Mandarin Orange (11300)",
                "value_id": "564681956150505472"
              },
              {
                "key": "Type",
                "key_id": "8938657546376",
                "value": "Refill",
                "value_id": "564681956150505497"
              },
              {
                "key": "Size",
                "key_id": "8956768190600",
                "value": "1kg",
                "value_id": "564681956150505499"
              }
            ],
            "price_str": "$19.99 USD",
            "promotion_info": {
              "price": 0,
              "price_str": "",
              "price_type": 0,
              "price_full_discount_off_rule": null,
              "price_discount": 0,
              "lowest_price": 11.99,
              "lowest_price_str": "$11.99",
              "lowest_price_type": 2,
              "lowest_price_full_discount_off_rule": {
                "discount_info": {
                  "type": 2,
                  "value": 40,
                  "value_str": "40",
                  "decrease_method": 1
                },
                "threshold_info": {
                  "type": 2,
                  "value": 14,
                  "value_str": "14"
                }
              }
            }
          },
          {
            "sku": "a01-p3-1.75-1000-splfree",
            "sku_id": "40489681879176",
            "sku_name": "Matte Sakura Pink (11201) / Refill / 1kg",
            "price": 19.99,
            "currency": "USD",
            "image": "https://store.bblcdn.com/s7/default/c3e803a11302443a91a30ced332a899a/Matte-Sakura-Pink.png",
            "product_properties": [
              {
                "key": "Color",
                "key_id": "9000355659912",
                "value": "Matte Sakura Pink (11201)",
                "value_id": "564681956150505474"
              },
              {
                "key": "Type",
                "key_id": "8938657546376",
                "value": "Refill",
                "value_id": "564681956150505497"
              },
              {
                "key": "Size",
                "key_id": "8956768190600",
                "value": "1kg",
                "value_id": "564681956150505499"
              }
            ],
            "price_str": "$19.99 USD",
            "promotion_info": {
              "price": 0,
              "price_str": "",
              "price_type": 0,
              "price_full_discount_off_rule": null,
              "price_discount": 0,
              "lowest_price": 11.99,
              "lowest_price_str": "$11.99",
              "lowest_price_type": 2,
              "lowest_price_full_discount_off_rule": {
                "discount_info": {
                  "type": 2,
                  "value": 40,
                  "value_str": "40",
                  "decrease_method": 1
                },
                "threshold_info": {
                  "type": 2,
                  "value": 14,
                  "value_str": "14"
                }
              }
            }
          },
          {
            "sku": "a01-y2-1.75-1000-splfree",
            "sku_id": "40489681911944",
            "sku_name": "Matte Lemon Yellow (11400) / Refill / 1kg",
            "price": 19.99,
            "currency": "USD",
            "image": "https://store.bblcdn.com/s7/default/448b397cc5084c3984eb8b20fe20ebfa/Matte-Lemon-Yellow.png",
            "product_properties": [
              {
                "key": "Color",
                "key_id": "9000355659912",
                "value": "Matte Lemon Yellow (11400)",
                "value_id": "564681956150505473"
              },
              {
                "key": "Type",
                "key_id": "8938657546376",
                "value": "Refill",
                "value_id": "564681956150505497"
              },
              {
                "key": "Size",
                "key_id": "8956768190600",
                "value": "1kg",
                "value_id": "564681956150505499"
              }
            ],
            "price_str": "$19.99 USD",
            "promotion_info": {
              "price": 0,
              "price_str": "",
              "price_type": 0,
              "price_full_discount_off_rule": null,
              "price_discount": 0,
              "lowest_price": 11.99,
              "lowest_price_str": "$11.99",
              "lowest_price_type": 2,
              "lowest_price_full_discount_off_rule": {
                "discount_info": {
                  "type": 2,
                  "value": 40,
                  "value_str": "40",
                  "decrease_method": 1
                },
                "threshold_info": {
                  "type": 2,
                  "value": 14,
                  "value_str": "14"
                }
              }
            }
          },
          {
            "sku": "a01-k1-1.75-1000-splfree",
            "sku_id": "40489681944712",
            "sku_name": "Matte Charcoal (11101) / Refill / 1kg",
            "price": 19.99,
            "currency": "USD",
            "image": "https://store.bblcdn.com/s7/default/3b7c97df9bab4d498df93a569dfb51e7/PLA-Matte_Charcoal.png",
            "product_properties": [
              {
                "key": "Color",
                "key_id": "9000355659912",
                "value": "Matte Charcoal (11101)",
                "value_id": "564681956150505485"
              },
              {
                "key": "Type",
                "key_id": "8938657546376",
                "value": "Refill",
                "value_id": "564681956150505497"
              },
              {
                "key": "Size",
                "key_id": "8956768190600",
                "value": "1kg",
                "value_id": "564681956150505499"
              }
            ],
            "price_str": "$19.99 USD",
            "promotion_info": {
              "price": 0,
              "price_str": "",
              "price_type": 0,
              "price_full_discount_off_rule": null,
              "price_discount": 0,
              "lowest_price": 11.99,
              "lowest_price_str": "$11.99",
              "lowest_price_type": 2,
              "lowest_price_full_discount_off_rule": {
                "discount_info": {
                  "type": 2,
                  "value": 40,
                  "value_str": "40",
                  "decrease_method": 1
                },
                "threshold_info": {
                  "type": 2,
                  "value": 14,
                  "value_str": "14"
                }
              }
            }
          },
          {
            "sku": "a01-g1-1.75-1000-splfree",
            "sku_id": "40489681977480",
            "sku_name": "Matte Grass Green (11500) / Refill / 1kg",
            "price": 19.99,
            "currency": "USD",
            "image": "https://store.bblcdn.com/s7/default/b4f52d1732be4dd784b378aa983c2158/Matte-Grass-Green.png",
            "product_properties": [
              {
                "key": "Color",
                "key_id": "9000355659912",
                "value": "Matte Grass Green (11500)",
                "value_id": "564681956150505482"
              },
              {
                "key": "Type",
                "key_id": "8938657546376",
                "value": "Refill",
                "value_id": "564681956150505497"
              },
              {
                "key": "Size",
                "key_id": "8956768190600",
                "value": "1kg",
                "value_id": "564681956150505499"
              }
            ],
            "price_str": "$19.99 USD",
            "promotion_info": {
              "price": 0,
              "price_str": "",
              "price_type": 0,
              "price_full_discount_off_rule": null,
              "price_discount": 0,
              "lowest_price": 11.99,
              "lowest_price_str": "$11.99",
              "lowest_price_type": 2,
              "lowest_price_full_discount_off_rule": {
                "discount_info": {
                  "type": 2,
                  "value": 40,
                  "value_str": "40",
                  "decrease_method": 1
                },
                "threshold_info": {
                  "type": 2,
                  "value": 14,
                  "value_str": "14"
                }
              }
            }
          },
          {
            "sku": "a01-n1-1.75-1000-splfree",
            "sku_id": "40489682010248",
            "sku_name": "Matte Latte Brown (11800) / Refill / 1kg",
            "price": 19.99,
            "currency": "USD",
            "image": "https://store.bblcdn.com/s7/default/c9ce1efb045a4a7da9503173533e7a35/Matte-Latte-Brown.png",
            "product_properties": [
              {
                "key": "Color",
                "key_id": "9000355659912",
                "value": "Matte Latte Brown (11800)",
                "value_id": "564681956150505476"
              },
              {
                "key": "Type",
                "key_id": "8938657546376",
                "value": "Refill",
                "value_id": "564681956150505497"
              },
              {
                "key": "Size",
                "key_id": "8956768190600",
                "value": "1kg",
                "value_id": "564681956150505499"
              }
            ],
            "price_str": "$19.99 USD",
            "promotion_info": {
              "price": 0,
              "price_str": "",
              "price_type": 0,
              "price_full_discount_off_rule": null,
              "price_discount": 0,
              "lowest_price": 11.99,
              "lowest_price_str": "$11.99",
              "lowest_price_type": 2,
              "lowest_price_full_discount_off_rule": {
                "discount_info": {
                  "type": 2,
                  "value": 40,
                  "value_str": "40",
                  "decrease_method": 1
                },
                "threshold_info": {
                  "type": 2,
                  "value": 14,
                  "value_str": "14"
                }
              }
            }
          },
          {
            "sku": "a01-r1-1.75-1000-splfree",
            "sku_id": "40489682043016",
            "sku_name": "Matte Scarlet Red (11200) / Refill / 1kg",
            "price": 19.99,
            "currency": "USD",
            "image": "https://store.bblcdn.com/s7/default/237a34473c55494694240accd4f9af78/Matte-Scarlet-Red.png",
            "product_properties": [
              {
                "key": "Color",
                "key_id": "9000355659912",
                "value": "Matte Scarlet Red (11200)",
                "value_id": "564681956150505479"
              },
              {
                "key": "Type",
                "key_id": "8938657546376",
                "value": "Refill",
                "value_id": "564681956150505497"
              },
              {
                "key": "Size",
                "key_id": "8956768190600",
                "value": "1kg",
                "value_id": "564681956150505499"
              }
            ],
            "price_str": "$19.99 USD",
            "promotion_info": {
              "price": 0,
              "price_str": "",
              "price_type": 0,
              "price_full_discount_off_rule": null,
              "price_discount": 0,
              "lowest_price": 11.99,
              "lowest_price_str": "$11.99",
              "lowest_price_type": 2,
              "lowest_price_full_discount_off_rule": {
                "discount_info": {
                  "type": 2,
                  "value": 40,
                  "value_str": "40",
                  "decrease_method": 1
                },
                "threshold_info": {
                  "type": 2,
                  "value": 14,
                  "value_str": "14"
                }
              }
            }
          },
          {
            "sku": "a01-b4-1.75-1000-splfree",
            "sku_id": "40489682075784",
            "sku_name": "Matte Ice Blue (11601) / Refill / 1kg",
            "price": 19.99,
            "currency": "USD",
            "image": "https://store.bblcdn.com/s7/default/4c3e25c5c5f647b4881dc19f64648636/Matte-Ice-Blue.png",
            "product_properties": [
              {
                "key": "Color",
                "key_id": "9000355659912",
                "value": "Matte Ice Blue (11601)",
                "value_id": "564681956150505483"
              },
              {
                "key": "Type",
                "key_id": "8938657546376",
                "value": "Refill",
                "value_id": "564681956150505497"
              },
              {
                "key": "Size",
                "key_id": "8956768190600",
                "value": "1kg",
                "value_id": "564681956150505499"
              }
            ],
            "price_str": "$19.99 USD",
            "promotion_info": {
              "price": 0,
              "price_str": "",
              "price_type": 0,
              "price_ful

# Actor input Schema

## `urls` (type: `array`):

Add the URLs of the Specific models urls you want to scrape. You can paste URLs one by one, or use the Bulk edit section to add a prepared list.
## `proxy` (type: `object`):

Select proxies to be used by your scraper.

## Actor input object example

```json
{
  "urls": [
    "https://makerworld.com/en/models/2003920-christmas-reindeer?from=search#profileId-2157911"
  ],
  "proxy": {
    "useApifyProxy": false,
    "apifyProxyGroups": []
  }
}
````

# 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 = {
    "urls": [
        "https://makerworld.com/en/models/2003920-christmas-reindeer?from=search#profileId-2157911"
    ],
    "proxy": {
        "useApifyProxy": false,
        "apifyProxyGroups": []
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("stealth_mode/makerworld-models-details-scraper").call(input);

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

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

```

## Python example

```python
from apify_client import ApifyClient

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

# Prepare the Actor input
run_input = {
    "urls": ["https://makerworld.com/en/models/2003920-christmas-reindeer?from=search#profileId-2157911"],
    "proxy": {
        "useApifyProxy": False,
        "apifyProxyGroups": [],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("stealth_mode/makerworld-models-details-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "urls": [
    "https://makerworld.com/en/models/2003920-christmas-reindeer?from=search#profileId-2157911"
  ],
  "proxy": {
    "useApifyProxy": false,
    "apifyProxyGroups": []
  }
}' |
apify call stealth_mode/makerworld-models-details-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Makerworld Models Details Scraper",
        "description": "Extract comprehensive data from MakerWorld.com, Bambu Lab's official 3D printing model repository. Scrape detailed design specifications, creator information, print statistics, licensing data, and community engagement metrics for market analysis and 3D printing industry insights.",
        "version": "0.0",
        "x-build-id": "LeUn8ywqPlz6LJ1ke"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/stealth_mode~makerworld-models-details-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-stealth_mode-makerworld-models-details-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/stealth_mode~makerworld-models-details-scraper/runs": {
            "post": {
                "operationId": "runs-sync-stealth_mode-makerworld-models-details-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/stealth_mode~makerworld-models-details-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-stealth_mode-makerworld-models-details-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "urls": {
                        "title": "URLs of the Specific models urls to crawl",
                        "type": "array",
                        "description": "Add the URLs of the Specific models urls you want to scrape. You can paste URLs one by one, or use the Bulk edit section to add a prepared list.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "proxy": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Select proxies to be used by your scraper."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
