# Extract Gaming Miniatures 3D Model Details & Licenses

**Use case:** 

Gather detailed information on gaming miniatures, including print settings, files, and licensing, to support game developers and miniature manufacturers. Unders

## Input

```json
{
  "mode": "search",
  "searchQuery": "gaming miniature",
  "designerHandleOrId": "Prusa3D",
  "modelUrlOrId": "https://www.printables.com/model/3161-3d-benchy",
  "collectionUrlOrId": "2687005",
  "sortBy": "topRated",
  "licenseType": "1",
  "paidStatus": "all",
  "aiGeneratedFilter": "include",
  "minWeightGrams": 5,
  "maxWeightGrams": 50,
  "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.