Grabcad: Search Models
Grabcad via Parse · marketplace
Search and list CAD models from the GrabCAD library with pagination. Filter by software type, sort order, and keyword query. Returns paginated results with model summaries including author info and download counts. Paginates via integer page counter. Each model summary carries a slug usable with get_model_details and get_model_files. Search and browse 3D CAD models from the GrabCAD Community Library. Filter by CAD software and keyword, retrieve model details, and list files for any model. Fulfilled by Parse from grabcad.com.
- developer-tools
- grabcad
- grabcad-com
- marketplace
- other
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/c6dc175a-44c2-4d5c-a2e6-d4fcc8058524/search_models
- Interface artifact
- sha256:6adec512c2ed0ed37c99acfb9b0e075a5e53c89623350d9f599f1f5f08a0c2ff
- Manifest digest
- sha256:c5ef8ccc1687134189bff8088c538ca9b52b2b63d9259b315cf46f4ad2d4cee6
Request fields
- page (integer): Page number (1-based)
- sort (string): Sort order for results: Allowed values: recent, popular, trending, most_downloaded
- time (string): Time filter for results: Allowed values: all_time, this_week, this_month, this_year
- query (string): Search keyword to filter models (e.g. 'fan', 'gear')
- per_page (integer): Results per page (max ~100)
- software (string): Filter by software slug (e.g. 'solidworks', 'autocad', 'fusion-360')
Example queries
- {"page":"1","sort":"recent","time":"all_time","query":"gear","per_page":"5","software":"solidworks"}