Sketchfab 3d Ai Model Search

Sketchfab 3d Ai Model Search

by amonsharma

An intelligent Sketchfab search tool using AI to filter 3D models by keywords, users, technical specs, and licenses, returning clean JSON data.

131 runs
2 users
Try This Actor

Opens on Apify.com

About Sketchfab 3d Ai Model Search

Need to find the right 3D model on Sketchfab without the endless scrolling? I built this actor to solve exactly that. It taps into the Sketchfab API, but instead of basic keyword matching, it uses Gemini 2.5 Flash and LangGraph to understand your search intent more intelligently. You can filter by all the important stuff—keywords, specific users, tags, categories, or even technical details like polygon count, PBR materials, rigging, and file formats. Want to find downloadable models from last week with animations? Or sort by popularity within a specific license? You can do that. It handles the messy API calls and logic, then hands you back clean, structured JSON data that's ready to plug into your app, analysis, or workflow. I use it for populating asset libraries, tracking competitor uploads, and curating collections for projects. It just saves a ton of manual time.

What does this actor do?

Sketchfab 3d Ai Model Search is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Sketchfab 3D AI Model Search Actor

An Apify actor that searches Sketchfab for 3D models using a combined strategy of query, tags, and categories. It includes an optional AI layer (LangGraph + Google Gemini) to convert natural language descriptions into optimized search parameters.

Overview

This actor performs searches on Sketchfab's API. It has two modes: a manual mode where you specify search parameters directly, and an AI mode where you provide a plain-text description. The AI processes your description and extracts relevant search terms, tags, and categories. All searches support pagination to browse through large result sets.

Key Features

  • Dual Search Modes: Use precise manual filters or let the AI convert natural language into search parameters.
  • Combined Search Strategy: Searches use a combination of the query (q), tags, and categories simultaneously for better results.
  • AI-Powered NLP: Leverages Google Gemini to break down long user descriptions into concise, SEO-optimized queries and relevant tags.
  • Full Pagination: Implements cursor-based pagination to navigate through all available results.
  • Structured Output: Returns validated, type-safe data using Pydantic models, including pagination metadata.
  • Smart Defaults: Automatically sets downloadable=true and can infer categories from the search context.

How to Use

Configure the actor run via input JSON. You must provide either manual parameters or a natural language query for the AI.

Mode 1: AI-Powered Natural Language Search

Set useAI to true and provide a descriptive naturalQuery. You must also supply a googleApiKey.

{
  "useAI": true,
  "naturalQuery": "a futuristic cyberpunk sports car with neon lights, low-poly for a game",
  "googleApiKey": "your-gemini-api-key",
  "count": 24
}

The AI will transform this into structured search parameters like q: "cyberpunk sports car", tags: ["cyberpunk", "low-poly"], and categories: ["cars-vehicles"].

Mode 2: Manual Search

Set useAI to false (or omit it) and specify parameters directly.

{
  "useAI": false,
  "q": "robot warrior",
  "tags": ["sci-fi", "mech"],
  "categories": ["science-technology"],
  "animated": true,
  "downloadable": true,
  "count": 24
}

Pagination

To get more results, use the cursor value returned in the output.

Input for next page:

{
  "useAI": false,
  "q": "cars",
  "cursor": "cD0yNA==",
  "count": 24
}

Input/Output

Input Schema (JSON):
* useAI (boolean): Required. Switches between AI and manual mode.
* naturalQuery (string): Required if useAI=true. The text description for the AI to process.
* googleApiKey (string): Required if useAI=true. Your Google AI Studio API key for Gemini.
* q (string): The main search query (used in manual mode or overrides AI query).
* tags (array of strings): Filter by tags.
* categories (array of strings): Filter by Sketchfab categories.
* cursor (string): Pagination cursor from a previous result.
* count (integer, default 24): Number of results per page.
* downloadable (boolean, default true): Filter for downloadable models.
* animated (boolean): Filter for animated models.

Output:
The actor stores results in the Apify dataset. Each item is a structured 3D model object from Sketchfab. The dataset also contains a _metadata object with pagination information:

{
  "_metadata": {
    "totalCount": 1250,
    "nextCursor": "cD00OA==",
    "previousCursor": null
  }
}

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Sketchfab 3d Ai Model Search now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
amonsharma
Pricing
Paid
Total Runs
131
Active Users
2
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support