# Find Functional PETG 3D Prints for Manufacturing

**Use case:** 

Discover popular and functional 3D models specifically designed for PETG filament, suitable for creating durable and practical items. This task helps small busi

## Input

```json
{
  "mode": "search",
  "searchQuery": "functional print",
  "designerHandleOrId": "Prusa3D",
  "modelUrlOrId": "https://www.printables.com/model/3161-3d-benchy",
  "collectionUrlOrId": "2687005",
  "sortBy": "mostDownloaded",
  "material": "4",
  "paidStatus": "all",
  "aiGeneratedFilter": "include",
  "minPrintDurationHours": 1,
  "maxPrintDurationHours": 72,
  "hasMakesOnly": true,
  "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.