Curseforge: Search Projects
Curseforge via Parse · developer_tools
Search for projects within a game and class (e.g., mc-mods, modpacks, texture-packs). Returns up to 20 results per page. Results include the game and class_slug context for navigating to detail/files/relations endpoints. Scrapes CurseForge for game mods, addons, and modpacks. Supports browsing games, searching projects, viewing project details/files/relations, and listing categories. Fulfilled by Parse from curseforge.com.
- curseforge
- curseforge-com
- developer-tools
- entertainment
- marketplace
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f806094d-902d-4b71-ae23-e90d3dfe4ea5/search_projects
- Interface artifact
- sha256:55a53dee9b95c795a2561c0140233fd60d0754248fa9aa3b486907d9ed9d6f16
- Manifest digest
- sha256:701be2abab486fd410c710ca1b76f98d9d391d469f2e5ae93d2b450c9312e9f4
Request fields
- game (string): Game slug from list_games (e.g., minecraft, wow, sims4).
- page (integer): Page number for pagination.
- class (string): Project class slug (e.g., mc-mods, modpacks, texture-packs, bukkit-plugins).
- query (string): Search query keyword.
- sort_by (string): Sort order for results.: Allowed values: relevancy, popularity, creation, updated, name, downloads
- category (string): Category slug filter from get_categories (e.g., magic, technology, storage).
Example queries
- {"game":"minecraft","page":"1","class":"mc-mods","query":"jei","sort_by":"relevancy"}