Modrinth Mods Scraper
Pricing
from $26.62 / 1,000 results
Modrinth Mods Scraper
Search the Modrinth catalog of Minecraft mods, modpacks, resource packs, shaders, plugins and data packs. Returns slugs, authors, downloads, follows, supported versions, mod loaders, license, gallery and more.
Pricing
from $26.62 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share

๐ฎ Modrinth Mods Scraper
๐ Export the Modrinth catalogue in seconds. Search 30,000+ Minecraft mods, modpacks, shaders, resource packs, data packs, and plugins by category, mod loader, or Minecraft version, and pull downloads, follows, license, and gallery data in one run. No sign-up, no token plumbing, no manual paging.
๐ Last updated: 2026-05-15 ยท ๐ 26 fields per record ยท ๐ฎ 30,000+ projects ยท ๐ ๏ธ 6 project types ยท ๐ Live per run
The Modrinth Mods Scraper queries the official Modrinth catalogue and returns 26 fields per project, including title, slug, project type, author, description, categories, supported mod loaders, supported Minecraft versions, license, downloads, follows, gallery URLs, brand colour, and creation/update timestamps. Modrinth is the leading open-source Minecraft modding platform, hosting work from independent creators and well-known modding studios alike.
The catalogue spans 30,000+ projects across 6 project types (mods, modpacks, resource packs, shaders, data packs, plugins), 60+ category tags, and every modern mod loader from Fabric and Forge to NeoForge, Quilt, Paper, Bukkit, and Spigot. This Actor streams matching records as CSV, Excel, JSON, or XML in under five minutes. Filtering runs server-side, so you skip pagination and facet wrangling entirely.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| Modpack creators, server admins, modding studios, content creators, marketplace operators, data researchers, modding-tool builders | Modpack curation, version-compatibility checks, trending-mod tracking, server-tooling discovery, license audits, creator analytics |
๐ What the Modrinth Mods Scraper does
Five filtering workflows in a single run:
- ๐ Keyword search. Free-text query across project titles, slugs, and descriptions.
- ๐ Project-type filter. Restrict to mods, modpacks, resource packs, shaders, data packs, or plugins.
- ๐งฉ Category filter. OR-combine 60+ tags like
optimization,adventure,magic,library,pve,worldgen,pbr,shaders. - ๐ ๏ธ Mod-loader filter. Pick Fabric, Forge, NeoForge, Quilt, Paper, Bukkit, Spigot, Sponge, Velocity, and more.
- ๐ฏ Minecraft version filter. Scope to one or more game versions like
1.21.1,1.20.4,1.19.2.
Sort the result by relevance, downloads, follows, newest, or recently updated. Each record includes the project ID, slug, author and organization, downloads, follows, supported game versions, license, gallery URLs, featured gallery image, brand colour, and timestamps.
๐ก Why it matters: modpack curators and server admins burn hours cross-referencing loader compatibility, Minecraft versions, and trending downloads across thousands of projects. This Actor flattens that into a single dataset so you can plan, audit, or visualise an entire modding ecosystem in one pull.
๐ฌ Full Demo
๐ง Coming soon: a 3-minute walkthrough showing how to go from sign-up to a downloaded Modrinth dataset.
โ๏ธ Input
| Input | Type | Default | Behavior |
|---|---|---|---|
query | string | "fabric" | Free-text search across titles, slugs and descriptions. Empty = browse the full catalogue. |
projectType | string | "" | One of 6 Modrinth project types. Empty = any type. |
index | string | "relevance" | Sort by relevance, downloads, follows, newest, or updated. |
categories | string[] | [] | OR-combined list of category slugs (60+ tags supported). |
loaders | string[] | [] | OR-combined list of mod loaders (Fabric, Forge, NeoForge, Quilt, Paper, etc.). |
gameVersions | string[] | [] | OR-combined list of supported Minecraft versions like "1.21.1". |
maxItems | integer | 10 | Records to return. Free plan caps at 10, paid plan at 1,000,000. |
Example: top 50 Fabric optimization mods for Minecraft 1.21.1.
{"maxItems": 50,"query": "","projectType": "mod","index": "downloads","categories": ["optimization"],"loaders": ["fabric"],"gameVersions": ["1.21.1"]}
Example: most-followed shader packs.
{"maxItems": 100,"query": "","projectType": "shader","index": "follows"}
โ ๏ธ Good to Know: download and follow counts reflect the values published by the catalogue and may lag the live counters by a few minutes. Some projects expose
latestVersiononly when their author has uploaded a primary file. Server-pack-only projects can showserverSide: requiredandclientSide: unsupported.
๐ Output
Each Modrinth project record contains 26 fields. Download the dataset as CSV, Excel, JSON, or XML.
๐งพ Schema
| Field | Type | Example |
|---|---|---|
๐ผ๏ธ iconUrl | string | null | "https://cdn.modrinth.com/data/AANobbMI/icon.png" |
๐ title | string | "Sodium" |
๐ท๏ธ slug | string | "sodium" |
๐ url | string | "https://modrinth.com/mod/sodium" |
๐ projectId | string | "AANobbMI" |
๐ projectType | string | "mod" |
๐ค author | string | "jellysquid3" |
๐ authorId | string | "uhPSqlnd" |
๐ข organization | string | null | "CaffeineMC" |
๐ organizationId | string | null | "caffeinemc" |
๐ description | string | "The fastest and most compatible rendering optimization mod for Minecraft." |
๐ท๏ธ categories | string[] | ["fabric","optimization"] |
๐ท๏ธ displayCategories | string[] | ["optimization"] |
๐ป clientSide | string | "required" |
๐ป serverSide | string | "unsupported" |
๐ license | string | "LGPL-3.0-only" |
๐ downloads | number | 28150412 |
๐ follows | number | 15028 |
๐ท๏ธ latestVersion | string | null | "1.21.1" |
๐ข gameVersionsSupportedCount | number | 47 |
๐ฆ gameVersionsSupported | string[] | ["1.16.5","...","1.21.1"] |
๐ฆ gallery | string[] | ["https://cdn.modrinth.com/data/AANobbMI/images/...png"] |
๐ผ๏ธ featuredGallery | string | null | "https://cdn.modrinth.com/data/AANobbMI/images/featured.png" |
๐จ color | number | null | 2237017 |
๐
dateCreated | ISO 8601 | "2021-01-04T11:13:55Z" |
๐ dateModified | ISO 8601 | "2026-04-21T18:02:44Z" |
๐ scrapedAt | ISO 8601 | "2026-05-15T00:00:00.000Z" |
๐ฆ Sample records
โจ Why choose this Actor
| Capability | |
|---|---|
| ๐ฎ | Catalogue-wide reach. 30,000+ mods, modpacks, shaders, resource packs, data packs, and plugins. |
| ๐ฏ | 5-axis filtering. Query, project type, categories, mod loaders, and Minecraft versions combine freely. |
| ๐งพ | 26 fields per record. Identity, ownership, popularity, version coverage, gallery, and timestamps. |
| ๐ ๏ธ | Loader-aware. Fabric, Forge, NeoForge, Quilt, Paper, Bukkit, Spigot, Sponge, Velocity, and more. |
| โก | Fast. 10 projects in under 5 seconds, 10,000 records in under 90 seconds. |
| ๐ | Always fresh. Every run hits the live catalogue, so download and follow counts reflect run time. |
| ๐ซ | No authentication. Public catalogue access. No login, no token. |
๐ Reliable project metadata is the foundation of every modpack launch, server-side curation, and modding analytics dashboard in the Minecraft community.
๐ How it compares to alternatives
| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| โญ Modrinth Mods Scraper (this Actor) | $5 free credit, then pay-per-use | 30,000+ projects | Live per run | query, type, categories, loaders, versions | โก 2 min |
| In-house Modrinth client | Free + dev time | Full | Per request | Custom code | ๐ข Days |
| Third-party launcher exports | Free | Partial | Per launcher release | Loader-specific | ๐ Variable |
| Manual catalogue browsing | Free | One project at a time | Live | UI only | ๐ Tedious |
Pick this Actor when you want broad catalogue coverage, server-side filters, and zero pipeline maintenance.
๐ How to use
- ๐ Sign up. Create a free account with $5 credit (takes 2 minutes).
- ๐ Open the Actor. Go to the Modrinth Mods Scraper page on the Apify Store.
- ๐ฏ Set input. Enter a query (or leave blank), pick a project type and categories, and set
maxItems. - ๐ Run it. Click Start and let the Actor pull your matching projects.
- ๐ฅ Download. Grab your results in the Dataset tab as CSV, Excel, JSON, or XML.
โฑ๏ธ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.
๐ผ Business use cases
๐ Automating Modrinth Mods Scraper
Control the scraper programmatically for scheduled runs and pipeline integrations:
- ๐ข Node.js. Install the
apify-clientNPM package. - ๐ Python. Use the
apify-clientPyPI package. - ๐ See the Apify API documentation for full details.
The Apify Schedules feature lets you trigger this Actor on any cron interval. Hourly, daily, or weekly refreshes keep modpack dashboards and creator analytics in sync.
๐ Beyond business use cases
The same structured records support research, education, civic projects, and personal initiatives.
๐ค Ask an AI assistant about this scraper
Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:
- ๐ฌ ChatGPT
- ๐ง Claude
- ๐ Perplexity
- ๐ Copilot
โ Frequently Asked Questions
๐งฉ How does it work?
Pick a project type, optionally add categories, loaders, and Minecraft versions, then click Start. The Actor applies the filters server-side and returns one structured record per matching project. No browser automation, no captchas, no setup.
๐ How accurate are the download and follow counts?
Numbers reflect the values published by the catalogue. They can lag the live counters by a few minutes during heavy publishing periods. Every run pulls the freshest figures available at run time.
๐ How often is the catalogue refreshed?
Modrinth updates continuously as creators publish new versions and projects. Every run of this Actor pulls the latest catalogue state.
๐ ๏ธ Which mod loaders are supported?
Fabric, Forge, NeoForge, Quilt, Iris, OptiFine, Paper, Bukkit, Spigot, Sponge, Velocity, BungeeCord, Waterfall, Folia, Purpur, Liteloader, Rift, Babric, Legacy Fabric, Minecraft (vanilla), and more.
๐ฏ Can I scope to a specific Minecraft version?
Yes. Pass any combination of game-version strings like "1.21.1", "1.20.4", or "1.19.2". Versions are OR-combined so you get every project supporting at least one of them.
๐ Can I include resource packs and shaders?
Yes. Set projectType to resourcepack, shader, datapack, or plugin. Leave it empty to include every project type.
โฐ Can I schedule regular runs?
Yes. Use Apify Schedules to run this Actor on any cron interval (hourly, daily, weekly) and keep a downstream database in sync.
โ๏ธ Is this data legal to use?
Project metadata in the catalogue is publicly browsable. Honour each creator's licence when redistributing the actual mod files (the Actor returns metadata only, not the binaries themselves).
๐ผ Can I use this data commercially?
Listing metadata is generally fine for analytics and discovery use. Always honour each project's own licence when bundling or redistributing the actual artefacts.
๐ณ Do I need a paid Apify plan to use this Actor?
No. The free Apify plan is enough for testing and small runs (10 records per run). A paid plan lifts the limit and gives you scheduling, higher concurrency, and larger datasets.
๐ What happens if a run fails or gets interrupted?
Apify automatically retries transient errors. If a run still fails, you can inspect the log in the Runs tab, fix the input, and re-run. Partial datasets from failed runs are preserved so you never lose progress.
๐ What if I need help?
Our support team is here to help. Contact us through the Apify platform or use the Tally form linked below.
๐ Integrate with any app
Modrinth Mods Scraper connects to any cloud service via Apify integrations:
- Make - Automate multi-step workflows
- Zapier - Connect with 5,000+ apps
- Slack - Get run notifications in your channels
- Airbyte - Pipe project data into your warehouse
- GitHub - Trigger runs from commits and releases
- Google Drive - Export datasets straight to Sheets
You can also use webhooks to trigger downstream actions when a run finishes. Push fresh project data into your modpack pipeline, or alert your team in Slack on new releases of watched projects.
๐ Recommended Actors
- ๐ฆ NuGet Packages Scraper - .NET package catalogue and download history
- ๐ฆ Crates.io Scraper - Rust crate metadata and downloads
- ๐ฆ Hex.pm Elixir Packages Scraper - Elixir/Erlang package catalogue
- โ๏ธ cdnjs Libraries Scraper - Front-end JS and CSS libraries hosted on cdnjs
- ๐ฆ Docker Hub Scraper - Container image metadata and pulls
๐ก Pro Tip: browse the complete ParseForge collection for more reference-data scrapers.
๐ Need Help? Open our contact form to request a new scraper, propose a custom data project, or report an issue.
โ ๏ธ Disclaimer: this Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Modrinth, Mojang, Microsoft, or any modding studio. Minecraft is a trademark of Mojang Synergies AB. All trademarks mentioned are the property of their respective owners. Only publicly available project metadata is collected.