Makerworld: Search Models
Makerworld via Parse · marketplace
Search for 3D models on MakerWorld by keyword. Returns paginated listings with title, images, tags, creator info, and stats such as downloads, likes, and prints. An empty keyword returns trending/popular models. Pagination is offset-based; each page returns up to `limit` items starting from `offset`. Search and retrieve 3D model listings from MakerWorld.com, including titles, images, print profiles, and filament requirements. Fulfilled by Parse from makerworld.com.
- developer-tools
- ecommerce
- makerworld
- makerworld-com
- marketplace
- parse
- platform-key
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ebc3d50a-0fe2-4bcf-9cbe-3429e1410ab2/search_models
- Interface artifact
- sha256:9ae596a9d24a4174b5fa1884fed3b0501f9db5000b41e9c8725a92474925ba32
- Manifest digest
- sha256:c5b8da433c50b15faec47938ee0c5550d3a8242c7b7476ae4aa222dfd4abd9dd
Request fields
- limit (integer): Number of results per page (max 50).
- offset (integer): Pagination offset (number of results to skip).
- keyword (string): Search keyword (e.g., 'dragon', 'vase'). Empty string returns trending/popular models.
- order_by (string): Sort order for results.: Allowed values: score, downloadCount, likeCount, createTime
Example queries
- {"limit":"5","offset":"0","keyword":"dragon","order_by":"score"}