# Tendances 3D du moment — Trending 3D Models This Week

**Use case:** 

Find the 3D models gaining the most likes per day on Thingiverse, ranked by trend score and filtered by popularity. See what's worth printing this week.

## Input

```json
{
  "searchTerm": "dragons",
  "sort": "popular",
  "sortByTrend": true,
  "sortByMakeRatio": false,
  "minLikes": 20,
  "inclureTags": true,
  "maxResults": 20
}
```

## Output

```json
{
  "thumbnail": {
    "label": "Aperçu / Preview",
    "format": "image"
  },
  "name": {
    "label": "Modèle / Model"
  },
  "creatorName": {
    "label": "Créateur / Creator"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "makeCount": {
    "label": "Makes",
    "format": "number"
  },
  "makeRatio": {
    "label": "Imprimé % / Printed %",
    "format": "number"
  },
  "trendScore": {
    "label": "Tendance / Trend",
    "format": "number"
  },
  "ageDays": {
    "label": "Âge (j) / Age (d)",
    "format": "number"
  },
  "url": {
    "label": "Lien / Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Thingiverse Scraper & Trend Extractor](https://apify.com/nicocomt/thingiverse-trends) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nicocomt/thingiverse-trends) to learn more, explore other use cases, and run it yourself.