VOOZH about

URL: https://apify.com/maximedupre/thingiverse-scraper

⇱ Thingiverse 3D Model Scraper and Data Tool Β· Apify


Pricing

from $0.50 / 1,000 scraped models

Go to Apify Store

Thingiverse Scraper

Scrape public Thingiverse 3D model data from search terms, search URLs, model URLs, or thing IDs. Export titles, creators, tags, images, likes, downloads, licenses, dates, and file metadata.

Pricing

from $0.50 / 1,000 scraped models

Rating

0.0

(0)

Developer

πŸ‘ Maxime DuprΓ©

Maxime DuprΓ©

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

🧩 Thingiverse Scraper for 3D model data

Thingiverse Scraper collects public 3D model data from Thingiverse. Use it to scrape Thingiverse search results, enrich known model URLs, or look up specific thing IDs in one clean Apify dataset.

Start with a plain search term such as phone stand, paste a Thingiverse search URL, add a model URL such as https://www.thingiverse.com/thing:2120591, or enter the numeric thing ID directly. The Actor returns model titles, creators, tags, preview images, engagement metrics, licenses, dates, and file metadata when Thingiverse exposes those values.

For a quick first run, keep the prefilled phone stand target and leave Maximum results at 128. Direct model URLs and thing IDs are processed once, while search targets use the result limit.

βœ… What this Actor does

  • Scrapes public Thingiverse model search results from plain search terms.
  • Accepts Thingiverse search result URLs.
  • Accepts direct Thingiverse model URLs.
  • Accepts numeric thing IDs.
  • Saves one dataset row per successful Thingiverse model.
  • Adds search context with searchQuery and searchPosition when a row comes from a search target.
  • Returns model identity, title, description, creator, tags, images, metrics, license, dates, and file metadata when available.
  • Deduplicates models by stable Thingiverse ID during the run.
  • Charges only for saved model rows.

This Actor focuses on public 3D model metadata. It does not scrape Thingiverse blog posts, private or unavailable models, creator profile pages as separate rows, comments as separate rows, or bulk-download and store 3D model files.

πŸ“¦ Data you can export

Each output row represents one Thingiverse model. Fields include:

  • thingId - stable Thingiverse model ID.
  • title and description - model text when available.
  • creatorName and creatorUsername - creator identity.
  • searchQuery and searchPosition - discovery context for search results.
  • publishedAt and updatedAt - model dates when Thingiverse exposes them.
  • license - license name and URL when available.
  • categories and tags - Thingiverse labels attached to the model.
  • likeCount, collectCount, commentCount, downloadCount, makeCount, and remixCount - source-backed metrics when available.
  • imageUrls - public preview and model image URLs.
  • files - available file names, URLs, and file sizes when available.

Fields can be null or empty when Thingiverse does not expose a value for a model. The dataset does not include skipped-target rows, error rows, raw payloads, or hidden runtime diagnostics.

πŸš€ How to run it

  1. Add one or more Thingiverse targets.
  2. Use search terms, Thingiverse search URLs, model URLs, thing IDs, or a mix of them.
  3. Set Maximum results for search targets.
  4. Run the Actor.
  5. Open the dataset or export the results.

Good first inputs:

{
"targets":["phone stand"],
"maxItems":25
}

For known models:

{
"targets":[
"https://www.thingiverse.com/thing:2120591",
"2120591"
],
"maxItems":25
}

For a source-native search URL:

{
"targets":[
"https://www.thingiverse.com/search?q=raspberry%20pi%20case&page=1&type=things"
],
"maxItems":50
}

βš™οΈ Input options

🎯 Thingiverse targets

Add one target per line. Supported target types are:

  • Plain search terms, such as phone stand or raspberry pi case.
  • Thingiverse search URLs with a q search parameter.
  • Thingiverse model URLs in the https://www.thingiverse.com/thing:2120591 format.
  • Numeric thing IDs, such as 2120591.

Empty targets are ignored. Unsupported targets are handled through logs instead of fake dataset rows.

πŸ”’ Maximum results

maxItems controls how many model rows can be saved from search targets in one run. It does not multiply direct model URLs or thing IDs, because each direct target represents one model.

The default is 128, the minimum is 1, and the maximum is 1000.

🧾 Output example

{
"thingId":"2120591",
"title":"Phone Stand",
"description":"A simple phone stand for desk use.",
"creatorName":"GoAftens",
"creatorUsername":"GoAftens",
"searchQuery":"phone stand",
"searchPosition":1,
"publishedAt":"2017-02-18T22:33:56.000Z",
"updatedAt":"2017-02-18T22:33:56.000Z",
"license":{
"name":"Creative Commons - Attribution",
"url":"https://creativecommons.org/licenses/by/4.0/"
},
"categories":[],
"tags":["desk","dock","iphone","phone","stand"],
"likeCount":37691,
"collectCount":40091,
"commentCount":145,
"downloadCount":410003,
"makeCount":226,
"remixCount":156,
"imageUrls":[
"https://cdn.thingiverse.com/assets/12/eb/52/8e/15/Phone_stand03.jpg"
],
"files":[
{
"name":"Phone_Stand03.STL",
"downloadUrl":"https://cdn.thingiverse.com/assets/0c/60/ed/2e/5a/Phone_Stand03.STL",
"sizeBytes":null
}
]
}

πŸ’³ Pricing

This Actor uses pay-per-event pricing. You are charged for each saved Thingiverse model through the scraped-model event. Skipped targets, duplicate models, no-result searches, and internal diagnostics are not charged as model results.

The pricing configuration is tiered from $0.001 to $0.00025 per saved model, depending on your Apify plan.

🧭 Limits and caveats

  • The Actor returns public metadata exposed by Thingiverse. It does not invent missing descriptions, dates, licenses, counts, categories, tags, or file sizes.
  • File entries are metadata and source URLs. The Actor does not download, zip, host, or mirror model files for you.
  • Search order follows the source result order returned for the target search.
  • Direct model targets have searchQuery and searchPosition set to null.
  • Unavailable, private, removed, invalid, or unsupported targets are reported in logs and are not emitted as dataset rows.

❓ FAQ

πŸ”Ž Can I scrape both search results and direct model URLs in one run?

Yes. Add search terms, search URLs, model URLs, and numeric thing IDs to the same Thingiverse targets list. The Actor deduplicates models by thingId.

🧱 Does this Actor download STL or 3MF files?

No. It returns file metadata and URLs when Thingiverse exposes them. It does not bulk-download, store, zip, or rehost 3D model files.

πŸ” Do I need a Thingiverse account?

No user-provided Thingiverse login, cookie, or source API key is required for the public model metadata workflow.

πŸ“Š Can I export the data?

Yes. After the run, open the Apify dataset and export it as JSON, CSV, Excel, XML, RSS, or HTML. You can also use the Apify API, schedules, webhooks, and integrations.

πŸ“ Changelog

  • 0.0: Initial release.

πŸ†˜ Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫑

πŸ”— Other actors

Made with ❀️ by Maxime Dupré

You might also like

Thingiverse Scraper

automation-lab/thingiverse-scraper

Scrape Thingiverse models, creators, tags, licenses, likes, makes, file counts, and 3D-print metadata from searches or model URLs.

πŸ‘ User avatar

Stas Persiianenko

2

Thingiverse Search Scraper

powerai/thingiverse-search-scraper

Scrape 3D models from Thingiverse.com by providing a search URL, with automatic pagination and comprehensive model information extraction.

Thingiverse Blog Scraper

yourapiservice/thingiverse-blog-scraper

The Thingiverse Blog Scraper lets you easily extract blog content in HTML, JSON and plaintext formats. Get authors, create date, update date, images, readtime, RSS, titles, Seo Titles, Featured Images & Videos, keywords

πŸ‘ User avatar

Your API Service

2

Cults3D 3D Model Marketplace Scraper

jungle_synthesizer/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.

πŸ‘ User avatar

BowTiedRaccoon

12

Sketchfab 3D model Scraper

coolinbex/sketchfab-asset-scraper

Search Sketchfab's 3D model library by keyword and category β€” get metadata, thumbnails, licenses, stats, and download links.

Hugging Face Models Scraper - Low-costπŸ’²πŸ”₯πŸ€–πŸ“Œ

delectable_incubator/hugging-face-models-scraper-low-cost

Scrape Hugging Face model listings πŸ€–πŸ“Š with a powerful AI model scraper. Extract model names, creators, downloads, likes, tags, update dates, model URLs, and popularity metrics from keyword searches. Ideal for AI research, model discovery, ecosystem monitoring and machine learning datasets πŸš€

HuggingFace Model Scraper - AI/ML Model Data

jungle_synthesizer/huggingface-model-scraper

Scrape AI/ML model metadata from the HuggingFace Hub. Extract model names, task types, download counts, likes, libraries, authors, tags, licenses, model sizes, and model card excerpts. Filter by task type, library, author, and search query.

πŸ‘ User avatar

BowTiedRaccoon

2

Hugging Face Models Scraper - Cheap πŸ€—πŸ€–πŸ”Ž

scrapestorm/hugging-face-models-scraper---cheap

🟠 Easily collect Models from Hugging Face Provide one or multiple search keywords and extract structured model data including model name, owner, likes, downloads, tags, last update date, match count & more πŸ€–πŸ“Š Perfect for AI model research, popularity tracking & model ecosystem monitoring πŸš€

2

5.0

Image to 3D Model Generator (Photo to 3D Object)

danitn11/image-to-3d

Turn any image into a high-quality, fully textured 3D object in under a minute, from $0.15/model. Ready for Blender, Unity, Unreal, three.js, AR/VR & 3D printing. No GPU or subscription β€” fast, cheap, pay-as-you-go.