Marketplace
Sketchfab logo

Sketchfab API

sketchfab.com

3D model marketplace - model search, details, comments, and category browse.

Actions
5
Category
Marketplace
Login
Not required
Output
JSON

Call the Sketchfab API

Submit a task, then poll the job until it settles. This example runs act_sketchfab_collection_thumbnails.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_sketchfab_collection_thumbnails",
    "params": {
      "collection_uids": "c2f9a48ae60b4db6965747b5527a24c1"
    }
  }'

5 actions on sketchfab.com

Read

  • Collection Thumbnails

    act_sketchfab_collection_thumbnailsread1 credit / call

    Returns preview thumbnail image URLs for the given collection UIDs.

    collection_uids
    string · required
  • Model Comments

    act_sketchfab_model_commentsread1 credit / call

    Returns public comments on a model with bodies, authors, and total count.

    model_uid
    string · required
  • Model Details

    act_sketchfab_model_detailread1 credit / call

    Returns a model's name, description, images, creator, category, and ratings.

    model_uid
    string · required
  • Model Likes

    act_sketchfab_model_likesread1 credit / call

    Returns users who liked a model and the total like count.

    model_uid
    string · required
  • Related Collections

    act_sketchfab_related_collectionsread1 credit / call

    Returns collections related to a model with names and model counts.

    model_uid
    string · required

Sketchfab API questions

Is there an API for Sketchfab?
Sketchfab does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for sketchfab.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Sketchfab data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when sketchfab.com changes its markup, Anakin updates the action.
Do I need a Sketchfab account?
No. Every Sketchfab action listed here runs anonymously — no account and no credentials required.
What does the Sketchfab API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Marketplace APIs

All Marketplace sites