# Most Downloads Modrinth Mods

**Use case:** 

Extract Modrinth Mods data filtered by Most Downloads. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "sortBy": "downloads"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Icon",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "slug": {
    "label": "🔖 Slug",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "author": {
    "label": "👤 Author",
    "format": "text"
  },
  "downloads": {
    "label": "⬇️ Downloads",
    "format": "number"
  },
  "follows": {
    "label": "⭐ Follows",
    "format": "number"
  },
  "categories": {
    "label": "🏷 Categories",
    "format": "text"
  },
  "loaders": {
    "label": "🧩 Loaders",
    "format": "text"
  },
  "gameVersions": {
    "label": "🎮 Game Versions",
    "format": "text"
  },
  "license": {
    "label": "📄 License",
    "format": "text"
  },
  "latestVersionNumber": {
    "label": "🆕 Latest",
    "format": "text"
  },
  "fileUrl": {
    "label": "📦 File",
    "format": "link"
  },
  "dateModified": {
    "label": "🕒 Updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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