# Monitor New Prusa3D Models for Industry Analysis

**Use case:** 

Track the latest 3D model uploads from Prusa3D to stay updated on their new product releases, design trends, and community engagement. This provides competitive

## Input

```json
{
  "mode": "byUser",
  "searchQuery": "3d benchy",
  "designerHandleOrId": "Prusa3D",
  "modelUrlOrId": "https://www.printables.com/model/3161-3d-benchy",
  "collectionUrlOrId": "2687005",
  "sortBy": "latest",
  "paidStatus": "all",
  "aiGeneratedFilter": "include",
  "publishedWithinDays": 30,
  "hasMakesOnly": false,
  "maxItems": 50
}
```

## Output

```json
{
  "name": {
    "label": "Name"
  },
  "designerUsername": {
    "label": "Designer username"
  },
  "categoryName": {
    "label": "Category name"
  },
  "likesCount": {
    "label": "Likes count"
  },
  "downloadCount": {
    "label": "Download count"
  },
  "ratingAvg": {
    "label": "Rating avg"
  },
  "modelUrl": {
    "label": "Model url"
  }
}
```

## About this Actor

This example demonstrates how to use [Printables 3D Model Scraper](https://apify.com/crawlerbros/printables-3d-model-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/printables-3d-model-scraper) to learn more, explore other use cases, and run it yourself.