{
  "openapi": "3.0.1",
  "info": {
    "title": "Unity Asset Store Scraper",
    "description": "Scrape the Unity Asset Store - 120,000+ 3D/2D models, VFX, audio, tools, templates and add-ons. Search by keyword, browse by category, filter by price and publisher, sort by rating/price/release date. No auth, no proxy.",
    "version": "1.0",
    "x-build-id": "uiCMC0agtNhtdd3tj"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/crawlerbros~unity-asset-store-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-crawlerbros-unity-asset-store-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/crawlerbros~unity-asset-store-scraper/runs": {
      "post": {
        "operationId": "runs-sync-crawlerbros-unity-asset-store-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/crawlerbros~unity-asset-store-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-crawlerbros-unity-asset-store-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "required": [
          "mode"
        ],
        "properties": {
          "mode": {
            "title": "Mode",
            "enum": [
              "search",
              "byIds"
            ],
            "type": "string",
            "description": "What to fetch.",
            "default": "search"
          },
          "searchQuery": {
            "title": "Search query",
            "type": "string",
            "description": "Free-text keyword search (mode=search). Leave empty to browse by category/price/publisher filters only."
          },
          "category": {
            "title": "Category",
            "enum": [
              "3d",
              "2d",
              "audio",
              "tools",
              "vfx",
              "templates",
              "add-ons",
              "essentials",
              "sdk"
            ],
            "type": "string",
            "description": "Restrict to one Asset Store top-level category. Ignored if `subcategory` is also set."
          },
          "subcategory": {
            "title": "Subcategory",
            "enum": [
              "2d > characters",
              "2d > environments",
              "2d > fonts",
              "2d > gui",
              "2d > gui > icons",
              "2d > textures-materials",
              "2d > textures-materials > abstract",
              "2d > textures-materials > brick",
              "2d > textures-materials > building",
              "2d > textures-materials > concrete",
              "2d > textures-materials > fabric",
              "2d > textures-materials > floors",
              "2d > textures-materials > food",
              "2d > textures-materials > metals",
              "2d > textures-materials > nature",
              "2d > textures-materials > roads",
              "2d > textures-materials > roofing",
              "2d > textures-materials > sky",
              "2d > textures-materials > stone",
              "2d > textures-materials > tiles",
              "2d > textures-materials > water",
              "2d > textures-materials > wood",
              "3d > animations",
              "3d > characters",
              "3d > characters > animals",
              "3d > characters > animals > birds",
              "3d > characters > animals > fish",
              "3d > characters > animals > insects",
              "3d > characters > animals > mammals",
              "3d > characters > animals > reptiles",
              "3d > characters > creatures",
              "3d > characters > humanoids",
              "3d > characters > humanoids > fantasy",
              "3d > characters > humanoids > humans",
              "3d > characters > humanoids > sci-fi",
              "3d > characters > robots",
              "3d > environments",
              "3d > environments > dungeons",
              "3d > environments > fantasy",
              "3d > environments > historic",
              "3d > environments > industrial",
              "3d > environments > landscapes",
              "3d > environments > roadways",
              "3d > environments > sci-fi",
              "3d > environments > urban",
              "3d > gui",
              "3d > props",
              "3d > props > clothing",
              "3d > props > clothing > accessories",
              "3d > props > clothing > armor",
              "3d > props > electronics",
              "3d > props > exterior",
              "3d > props > food",
              "3d > props > furniture",
              "3d > props > guns",
              "3d > props > industrial",
              "3d > props > interior",
              "3d > props > tools",
              "3d > props > weapons",
              "3d > vegetation",
              "3d > vegetation > flowers",
              "3d > vegetation > plants",
              "3d > vegetation > trees",
              "3d > vehicles",
              "3d > vehicles > air",
              "3d > vehicles > land",
              "3d > vehicles > sea",
              "3d > vehicles > space",
              "add-ons > machinelearning",
              "add-ons > services",
              "audio > ambient",
              "audio > ambient > fantasy",
              "audio > ambient > nature",
              "audio > ambient > noise",
              "audio > ambient > sci-fi",
              "audio > ambient > urban",
              "audio > music",
              "audio > music > electronic",
              "audio > music > orchestral",
              "audio > music > pop",
              "audio > music > rock",
              "audio > music > world",
              "audio > sound-fx",
              "audio > sound-fx > animals",
              "audio > sound-fx > creatures",
              "audio > sound-fx > foley",
              "audio > sound-fx > transportation",
              "audio > sound-fx > voices",
              "audio > sound-fx > weapons",
              "essentials > asset-packs",
              "essentials > certification",
              "essentials > tutorial-projects",
              "templates > packs",
              "templates > systems",
              "templates > tutorials",
              "tools > ai-ml-integration",
              "tools > animation",
              "tools > audio",
              "tools > behavior-ai",
              "tools > camera",
              "tools > game-toolkits",
              "tools > generative-ai",
              "tools > gui",
              "tools > input-management",
              "tools > integration",
              "tools > level-design",
              "tools > localization",
              "tools > modeling",
              "tools > network",
              "tools > painting",
              "tools > particles-effects",
              "tools > physics",
              "tools > sprite-management",
              "tools > terrain",
              "tools > utilities",
              "tools > version-control",
              "tools > video",
              "tools > visual-scripting",
              "vfx > particles",
              "vfx > particles > environment",
              "vfx > particles > fire-explosions",
              "vfx > particles > spells",
              "vfx > shaders",
              "vfx > shaders > directx-11",
              "vfx > shaders > fullscreen-camera-effects",
              "vfx > shaders > substances"
            ],
            "type": "string",
            "description": "Restrict to one Asset Store subcategory (finer-grained than Category). Overrides Category if both are set."
          },
          "priceFilter": {
            "title": "Price",
            "enum": [
              "any",
              "free",
              "paid"
            ],
            "type": "string",
            "description": "Restrict to free or paid assets.",
            "default": "any"
          },
          "publisher": {
            "title": "Publisher",
            "type": "string",
            "description": "Restrict to one publisher's exact display name (e.g. `Synty Studios`)."
          },
          "sortBy": {
            "title": "Sort by",
            "enum": [
              "relevance",
              "priceLowToHigh",
              "priceHighToLow",
              "rating",
              "releaseDate",
              "bestSelling"
            ],
            "type": "string",
            "description": "Ordering applied to results.",
            "default": "relevance"
          },
          "minRating": {
            "title": "Minimum rating",
            "minimum": 0,
            "maximum": 5,
            "type": "integer",
            "description": "Drop assets rated below this (0-5). Assets with no reviews yet have no rating and are always included."
          },
          "assetIds": {
            "title": "Product IDs (mode=byIds)",
            "type": "array",
            "description": "Unity Asset Store numeric product IDs, or full package URLs.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "maxItems": {
            "title": "Max items",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "Hard cap on emitted records.",
            "default": 20
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Optional. The public search API works without a proxy; this is only used as an automatic fallback if Apify's IPs get rate-limited (403/429). AUTO datacenter group only — no residential proxy is ever used.",
            "default": {
              "useApifyProxy": false
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}