# Most downloaded Civitai Models

**Use case:** 

Extract Civitai Models data filtered by Most downloaded. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "sort": "Most Downloaded",
  "nsfw": false
}
```

## Output

```json
{
  "id": {
    "label": "🆔 ID",
    "format": "number"
  },
  "name": {
    "label": "🎨 Name",
    "format": "text"
  },
  "type": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "creator": {
    "label": "👤 Creator",
    "format": "text"
  },
  "downloadCount": {
    "label": "⬇️ Downloads",
    "format": "number"
  },
  "favoriteCount": {
    "label": "❤️ Favorites",
    "format": "number"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "tags": {
    "label": "🏷️ Tags",
    "format": "array"
  },
  "nsfw": {
    "label": "🔞 NSFW",
    "format": "boolean"
  },
  "baseModel": {
    "label": "🧠 Base Model",
    "format": "text"
  },
  "versions": {
    "label": "🔖 Versions",
    "format": "number"
  },
  "fileSize": {
    "label": "💾 File Size (KB)",
    "format": "number"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Civitai Models Scraper](https://apify.com/parseforge/civitai-models-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/civitai-models-scraper) to learn more, explore other use cases, and run it yourself.