Sketchfab: Search Models
Sketchfab via Parse · marketplace
Search for 3D models on Sketchfab with filters including category, license, animation, staff picks, and downloadability. Returns paginated results via cursor-based pagination. Without a query, returns all models in default order. Search and browse 3D models, users, collections, categories, tags, and licenses on Sketchfab. Fulfilled by Parse from sketchfab.com.
- developer-tools
- entertainment
- marketplace
- parse
- platform-key
- sketchfab
- sketchfab-com
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/7958d03f-bece-4819-bd6f-8b0ad71f3158/search_models
- Interface artifact
- sha256:d718293eb4f2bd87e4891b924a5e12811825ce210a01d14b03bc8cb6dcb2075a
- Manifest digest
- sha256:c6ef4c2d58dfc6e016ac6caa2fefba5b023b683a4228716bb8391e54f47c9b54
Request fields
- limit (integer): Number of results per page (max 24).: Allowed values: 5, 10, 24
- query (string): Search keyword to filter models by name or description.
- cursor (string): Pagination cursor from a previous response's next_cursor value.
- license (string): Filter by license slug.: Allowed values: by, by-sa, by-nd, by-nc, by-nc-sa, by-nc-nd, cc0, free-st, st, ed
- sort_by (string): Sort order for results.: Allowed values: -likeCount, -viewCount, -createdAt, -publishedAt
- animated (boolean): Filter for animated models only.: Allowed values: true, false
- categories (string): Filter by category slug.: Allowed values: animals-pets, architecture, art-abstract, cars-vehicles, characters-creatures, cultural-heritage-history, electronics-gadgets, fashion-style, food-drink, furniture-home, music, nature-plants, news-politics, people, places-travel, science-technology, sports-fitness, weapons-military
- staffpicked (boolean): Filter for staff-picked models only.: Allowed values: true, false
- downloadable (boolean): Filter for downloadable models only.: Allowed values: true, false
Example queries
- {"limit":"5","query":"robot","license":"by","sort_by":"-likeCount","animated":"true","categories":"animals-pets","staffpicked":"true","downloadable":"true"}