Modrinth Scraper avatar

Modrinth Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Modrinth Scraper

Modrinth Scraper

Scrape Modrinth â€" the largest open-source Minecraft mod and plugin registry. Search mods by keyword, filter by categories, loaders, game versions, and project types. Returns download counts, descriptions, author info, and more.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 hours ago

Last modified

Share

Scrape Modrinth — the largest open-source Minecraft mod, plugin, and modpack registry with over 50,000 projects and billions of downloads. Search by keyword, browse by category, or filter by mod loader to find the most popular and recently updated projects.

Features

  • Three search modes: keyword search, category browsing, or loader-specific filtering
  • All project types: mods, plugins, datapacks, shaders, resource packs, and modpacks
  • Flexible sorting: by relevance, downloads, follows, newest, or recently updated
  • Rich metadata: download counts, follower counts, game version compatibility, mod loader support, license info, and direct project URLs
  • No authentication required: uses the public Modrinth REST API

Use Cases

  • Track the most popular Minecraft mods in specific categories
  • Monitor new releases for specific mod loaders (Fabric, Forge, NeoForge)
  • Build Minecraft modding news feeds and recommendation systems
  • Research mod adoption trends and download statistics
  • Find compatible mods for specific Minecraft versions

Input

FieldTypeDescriptionDefault
modeSelectSearch mode: search, byCategory, or byLoadersearch
keywordTextSearch keyword (mode=search)magic
projectTypeSelectType: mod, plugin, datapack, shader, resourcepack, modpackmod
categorySelectCategory filter (mode=byCategory): magic, technology, utility, optimization, etc.magic
loaderSelectMod loader filter (mode=byLoader): fabric, forge, neoforge, quilt, etc.fabric
sortBySelectSort order: relevance, downloads, follows, newest, updatedrelevance
maxItemsIntegerMaximum number of projects to return (1–500)20

Output

Each record contains:

FieldTypeDescription
projectIdStringUnique Modrinth project ID
slugStringURL-friendly project slug
titleStringProject display name
descriptionStringShort project description
authorStringProject author username
projectTypeStringType: mod, plugin, modpack, etc.
categoriesArrayProject category tags
loadersArraySupported mod loaders (Fabric, Forge, etc.)
gameVersionsArraySupported Minecraft versions (up to 10)
downloadsIntegerTotal all-time downloads
followsIntegerNumber of followers
latestVersionStringLatest release version
licenseStringOpen source license identifier
dateCreatedStringISO 8601 creation timestamp
dateModifiedStringISO 8601 last update timestamp
iconUrlStringProject icon image URL
projectUrlStringDirect link to the Modrinth project page
scrapedAtStringISO 8601 scrape timestamp

Example Output

{
"projectId": "9hx3AbJM",
"slug": "easy-magic",
"title": "Easy Magic",
"description": "Enchanting tables as they always should have been!",
"author": "Fuzs",
"projectType": "mod",
"categories": ["magic", "utility"],
"loaders": ["fabric", "forge", "neoforge"],
"gameVersions": ["1.20.1", "1.20", "1.19.4"],
"downloads": 2500000,
"follows": 8500,
"latestVersion": "21.3.4",
"license": "MIT",
"dateCreated": "2021-07-10T12:00:00Z",
"dateModified": "2026-05-15T08:00:00Z",
"iconUrl": "https://cdn.modrinth.com/data/9hx3AbJM/icon.png",
"projectUrl": "https://modrinth.com/mod/easy-magic",
"scrapedAt": "2026-06-04T15:30:00.000000+00:00"
}

FAQs

Does this require an API key? No. The Modrinth API (api.modrinth.com/v2) is fully public and requires no authentication.

What's the difference between categories and loaders? Categories describe the mod's content (magic, technology, optimization). Loaders indicate the Minecraft modding framework it supports (Fabric, Forge, NeoForge).

How do I find mods for a specific Minecraft version? Use keyword search and check the gameVersions field in the output. Future versions of this actor will add explicit version filtering.

Are modpacks included? Yes. Set projectType to modpack to search modpacks specifically.

How many downloads are typical for popular mods? Top mods have hundreds of millions of downloads. The sortBy=downloads option returns the most downloaded projects first.