Cults3D 3D Model Marketplace Scraper avatar

Cults3D 3D Model Marketplace Scraper

Pricing

Pay per event

Go to Apify Store
Cults3D 3D Model Marketplace Scraper

Cults3D 3D Model Marketplace Scraper

Scrape 3D model listings from Cults3D, the leading paid 3D-model marketplace. Extracts title, creator, category, tags, price, license, like/download/collection counts, publish date, and thumbnail for each model. Supports filtering by one or more categories.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

a day ago

Last modified

Share

Scrape 3D printable models from Cults3D — the leading marketplace for 3D printing designs. Extract model metadata, pricing, creator details, tags, stats (likes, downloads, views), license type, and thumbnail URLs across all categories.

What you get

Each result contains:

FieldDescription
nameModel name
model_idCults3D design number
creator_usernameDesigner's username
creator_urlLink to designer's profile
categoryCategory slug (art, game, home, etc.)
tagsComma-separated tags
price_usdPrice in USD (EUR converted at 1.08 rate; 0 for free)
is_freeWhether the model is free
licenseLicense type (e.g. Creative Commons)
like_countNumber of likes
download_countNumber of downloads
view_countNumber of views
collection_countNumber of times saved to collections
published_atPublication date
thumbnail_urlPreview image URL
model_urlDirect link to the model page

Input

Scrape by category

{
"categories": ["art", "game", "home"],
"maxItems": 100
}

Available categories: art, game, home, tool, gadget, jewelry, fashion, architecture, various. Leave categories empty to scrape all categories.

Scrape specific model URLs

{
"startUrls": [
"https://cults3d.com/en/3d-model/art/gaze-sculpture",
"https://cults3d.com/en/3d-model/game/chess-set-modular"
]
}

Use startUrls for targeted scraping of known models — faster and more efficient than category crawls for small batches.

Notes

  • Prices are extracted from JSON-LD structured data and converted from EUR to USD.
  • Free models return price_usd: 0 and is_free: true.
  • Stats (likes, downloads, views) are scraped from the detail page and may lag real-time counts by minutes.
  • The scraper respects Cults3D's server load with single-threaded requests and automatic rate-limit backoff.