# Scrape Popular Cosplay 3D Models for Manufacturers

**Use case:** 

Identify trending cosplay 3D models to inform product development and manufacturing strategies for costume and prop companies. Gain insights into user demand an

## Input

```json
{
  "mode": "category",
  "searchQuery": "3d benchy",
  "categoryId": "139",
  "designerHandleOrId": "Prusa3D",
  "modelUrlOrId": "https://www.printables.com/model/3161-3d-benchy",
  "collectionUrlOrId": "2687005",
  "sortBy": "popular",
  "paidStatus": "all",
  "aiGeneratedFilter": "include",
  "minPrintDurationHours": 2,
  "maxPrintDurationHours": 48,
  "publishedWithinDays": 90,
  "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.