# Popularity CurseForge Mods | Export Minecraft Mod Data

**Use case:** 

Extract CurseForge Mods | Export Minecraft Mod Data CSV/JSON data filtered by Popularity. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "searchQuery": "jei",
  "maxItems": 10,
  "sortField": "Popularity"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Logo",
    "format": "image"
  },
  "name": {
    "label": "🧩 Name",
    "format": "text"
  },
  "slug": {
    "label": "🔖 Slug",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "🆔 ID",
    "format": "number"
  },
  "summary": {
    "label": "📝 Summary",
    "format": "text"
  },
  "primaryCategory": {
    "label": "🏷️ Primary Category",
    "format": "text"
  },
  "categories": {
    "label": "🗂️ Categories",
    "format": "array"
  },
  "author": {
    "label": "👤 Author",
    "format": "text"
  },
  "modLoader": {
    "label": "⚙️ Mod Loader",
    "format": "text"
  },
  "gameVersion": {
    "label": "🎮 Game Version",
    "format": "text"
  },
  "downloadCount": {
    "label": "⬇️ Downloads",
    "format": "number"
  },
  "licenseType": {
    "label": "📜 License",
    "format": "text"
  },
  "dateCreated": {
    "label": "📅 Created",
    "format": "date"
  },
  "updateDate": {
    "label": "🕒 Updated",
    "format": "date"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CurseForge Mods Scraper | Export Minecraft Mod Data CSV/JSON](https://apify.com/parseforge/curseforge-mods-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/curseforge-mods-scraper) to learn more, explore other use cases, and run it yourself.